puppylpg / oddish

Crawl csgo skin info from `buff.163.com` and steam, then find the most suitable one to buy from the former and to sell to the latter.
https://puppylpg.github.io/2019/12/07/python-crawler-buff-optimaze/
GNU General Public License v3.0
321 stars 80 forks source link

关于steam proxy连接不上的问题 #78

Open kxgong opened 3 years ago

kxgong commented 3 years ago

问题描述

在爬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)]

相关截屏

image

软件信息

请完善以下信息:

puppylpg commented 3 years ago

确认一下代理开的有没有问题,比如端口是不是10808

kxgong commented 3 years ago

确认一下代理开的有没有问题,比如端口是不是10808

你好,例如确认了端口是12345,是否只需要改成127.0.0.1:12345?

KnightFizz commented 2 years ago

为什么代理没开开uu加速器也不行呢