python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

项目跨平台上传短视频到七牛云会出现连接失败,状态码-1,返回体为空的问题

Open 434944696 opened this issue 6 years ago • 5 comments

在win10本地测试上传视频到七牛云基本都是成功没问题的,但是项目部署到阿里云ubuntu系统基本会出现报错:text_body:None, status_code:-1, exception:('Connection aborted.', timeout('timed out',)), req_id:None, error:('Connection aborted.', timeout('timed out',)), x_log:None, _ResponseInfo__response:None 请问下这个问题怎么解决呀

434944696 avatar Jul 03 '19 09:07 434944696

我也总是上传出现这个问题: _ResponseInfo__response:None, exception:('Connection aborted.', timeout('timed out',)), status_code:-1, text_body:None, req_id:None, x_log:None, error:('Connection aborted.', timeout('timed out',)) 有时上传正常, 有时就出现这种错误! 楼主有解决方法吗?

wxy2077 avatar Sep 27 '19 03:09 wxy2077

+1,我也出现这种问题 error:('Connection aborted.', timeout('timed out',)), x_log:None, exception:('Connection aborted.', timeout('timed out',)), status_code:-1, req_id:None, _ResponseInfo__response:None, text_body:None

liupan-hi avatar Dec 23 '19 14:12 liupan-hi

内部issue TS-996

forrest-mao avatar Jul 22 '20 01:07 forrest-mao

-1一般是网络问题导致失败,需要相关信息(比如客户端ip,请求时间,请求到的节点ip)给我们来排查,具体可以提交下工单 https://support.qiniu.com/tickets/new

songfei9315 avatar Aug 27 '20 11:08 songfei9315

大概率因为阿里云带宽太小了,可以尝试调大带宽.

mtndewxu avatar Jun 21 '21 07:06 mtndewxu