You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
File "/usr/local/lib/python3.7/site-packages/python_socks/_proxy_async_aio.py", line 49, in connect
await self._connect(_socket=_socket)
File "/usr/local/lib/python3.7/site-packages/python_socks/_proxy_async_aio.py", line 69, in _connect
raise ProxyConnectionError(e.errno, msg) from e
python_socks._errors.ProxyConnectionError: [Errno 61] Can not connect to proxy 127.0.0.1:10808 [Connect call failed ('127.0.0.1', 10808)]
问题描述
在爬steam数据的时候,无法连接proxy
复现步骤
可以正常crawlbuff 数据,但是执行到steam时出错。
报错信息
File "/usr/local/lib/python3.7/site-packages/python_socks/_proxy_async_aio.py", line 49, in connect
await self._connect(_socket=_socket)
File "/usr/local/lib/python3.7/site-packages/python_socks/_proxy_async_aio.py", line 69, in _connect
raise ProxyConnectionError(e.errno, msg) from e
python_socks._errors.ProxyConnectionError: [Errno 61] Can not connect to proxy 127.0.0.1:10808 [Connect call failed ('127.0.0.1', 10808)]
相关截屏
软件信息
请完善以下信息:
The text was updated successfully, but these errors were encountered: