HalfdogStudio / wechat-user-bot

正在组装中的微信机器人
GNU General Public License v2.0
213 stars 55 forks source link

接收的图片的格式可能不是jpeg #48

Closed reverland closed 8 years ago

reverland commented 8 years ago

情形:

  1. 通过windows qq截图,在桌面微信ctrl-v粘贴发送。
  2. 收到png格式文件

bug:

措施:

reverland commented 8 years ago

<--OK--> info: [膜法师说]dd { connection: 'close', 'x-wx-fj': '001,018,0000001024', 'x-wx-st': '2', 'content-type': 'image/jpeg', 'last-modified': 'Mon, 29 Feb 2016 08:52:05 GMT', 'cache-control': 'max-age=604800', 'content-length': '272355' } info: [膜法师说]file:///home/reverland/wx/wechat-user-bot/data/pic/2691048614765942962.jpg

web微信为啥明明返回的是png文件但是content-type是jpeg。。。

reverland commented 8 years ago

无法预先正常判断文件格式 上传gif有时甚至会变成emoticon消息

reverland commented 8 years ago

很多文件的content-type都是stream/octem