node-webot / co-wechat-api

Wechat API. Support Async Functions
Other
724 stars 170 forks source link

uploadVideoMaterial报错socket hang up #85

Open fangjj opened 6 years ago

fangjj commented 6 years ago

image

fangjj commented 6 years ago

uploadVideoMaterial(process.env.PWD + '/public/test.mp4', { "title": "test title", "introduction": "test introduction" });

JacksonTian commented 6 years ago

文件太大,超时了。

fangjj commented 6 years ago

多长时间算超时

mattermoran commented 6 years ago

Getting timeout as well. Tried on local, heroku and aws. Same method works with wechat-api library though. But it doesn't work in this asynchronous one

screen shot 2018-06-13 at 4 11 59 pm