小编Ash*_*_A1的帖子

url 的最大重试次数超出(无法建立新连接:[Errno 110] 连接超时)

raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mycompanyurl.in',     
port=443): Max retries exceeded with url: /api/v1/issues.json (Caused by 
NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object 
at 0x51047d0>: Failed to establish a new connection: [Errno 110] Connection timed out',))
Run Code Online (Sandbox Code Playgroud)

不过,mycompanyurl.in没关系,我也可以在浏览器中打开它。我正在使用Python 2.7.5。

python urllib urllib3 python-requests

6
推荐指数
1
解决办法
4万
查看次数

标签 统计

python ×1

python-requests ×1

urllib ×1

urllib3 ×1