码迷,mamicode.com
首页 > 其他好文 > 详细

报错The "chunk" argument must be one of type string or Buffer. Received type object

时间:2019-11-02 11:39:34      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:字符串   参数类型   info   str   obj   hunk   com   ima   must   

报错内容:

TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be one of type string or Buffer. Received type object
at ServerResponse.end (_http_outgoing.js:690:13)

原因:

response.end()方法接收的参数类型只能是字符串或Buffer,

传入的是object

解决:

技术图片

 

 找到代码出错行,重写end方法,如:response.end(‘一些内容‘)

 

报错The "chunk" argument must be one of type string or Buffer. Received type object

标签:字符串   参数类型   info   str   obj   hunk   com   ima   must   

原文地址:https://www.cnblogs.com/caimuguodexiaohongmao/p/11781009.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!