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

结果里全是NaN #63

Closed shui670 closed 3 years ago

shui670 commented 3 years ago

问题描述

suggestion文件里显示: After threshold(history_sold >= 70) filtered: price sell_num steam_predict_price buy_max_price gap gap_percent history_sold history_days average_sold_price average_sold_price_after_tax count 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 mean NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN std NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN min NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 25% NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 50% NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN 75% NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN max NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN

log文件显示部分为: 2020-12-27 14:09:32,858 [INFO ] sleep 4s at 2020-12-27 14:09:32.858465 2020-12-27 14:09:37,079 [INFO ] Totally 0 items of 0 pages to crawl. 2020-12-27 14:09:37,079 [INFO ] GET category 48/48 for (skill_groups_capsule). 2020-12-27 14:09:37,081 [INFO ] Total 172 items to get history price. 2020-12-27 14:09:37,081 [INFO ] GET steam history price 1/172 for (P2000(纪念品) | 渐变琥珀 (崭新出厂)): https://steamcommunity.com/market/pricehistory/?appid=730&market_hash_name=Souvenir%20P2000%20%7C%20Amber%20Fade%20%28Factory%20New%29 2020-12-27 14:09:37,081 [INFO ] sleep 6s at 2020-12-27 14:09:37.081821 2020-12-27 14:09:45,101 [ERROR] Unknown error for https://steamcommunity.com/market/pricehistory/?appid=730&market_hash_name=Souvenir%20P2000%20%7C%20Amber%20Fade%20%28Factory%20New%29. Try again. Error string: SOCKSHTTPSConnectionPool(host='steamcommunity.com', port=443): Max retries exceeded with url: /market/pricehistory/?appid=730&market_hash_name=Souvenir%20P2000%20%7C%20Amber%20Fade%20%28Factory%20New%29 (Caused by NewConnectionError('<urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x0000020D97E5B0D0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))

复现步骤

报错信息

相关截屏(最好贴一下)

软件信息

请完善以下信息:

shui670 commented 3 years ago

这是我挂一夜的结果,但如果不挂的话suggestion一直空白,config只改过90-110价格区间,其他都没动

puppylpg commented 3 years ago

[WinError 10061] 由于目标计算机积极拒绝,无法连接。'))

这个之前也出现过,是代理配置的问题,是不是没法直接访问steam?代理也没配好

shui670 commented 3 years ago

我是路由器挂的梯子,用的GFW模式,可以访问谷歌也可以访问steam社区。我现在把代理那行删掉后他在爬的过程中suggestion文件还是什么都不显示

shui670 commented 3 years ago

我把梯子关了,然后用UU加速器连,就出正常结果了,感谢