CheapSteam
CheapSteam copied to clipboard
Cheap Steam 为您提供 STEAM 与 BUFF 的饰品价格对比数据.
大量报错,无法获取Steam物品信息,稍微debug了一下 代码文件CheapSteam\ChpStmScraper\Program.cs line:155 ``` string steamApiUrl = $"https://steamcommunity.com/market/itemordershistogram?country=CN&language=schinese¤cy=23&item_nameid={marketId}&two_factor=0"; var apiResult = httpService.Get(steamApiUrl); ``` 这个apiResult 一直是429,前面加了等待也还是一样的。 前面的result是正常的200,不过这个时候`result.Headers`里会包含`set-cookie` 怀疑是不是Steam改了,需要加cookie才能发送steamApiUrl ?
 页面无法正常加载,找不到启动按钮,下方一直提示”An error has occurred. This application may no longer respond until reloaded.“,但是reload之后还是一样, ,后台没有任何报错, ,浏览器控制台有大量404
访问 http://127.0.0.1:1272 进入程序界面 Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at ChpStmScraper.Program.c__DisplayClass4_1.b__2(Object state) in /home/runner/work/CheapSteam/CheapSteam/ChpStmScraper/Program.cs:line 73 at System.Threading.QueueUserWorkItemCallback.c.b__6_0(QueueUserWorkItemCallback quwi) at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action`1 callback,...
访问 http://127.0.0.1:1272 进入程序界面 Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at ChpStmScraper.Program.c__DisplayClass4_1.b__2(Object state) in /home/runner/work/CheapSteam/CheapSteam/ChpStmScraper/Program.cs:line 73 at System.Threading.QueueUserWorkItemCallback.c.b__6_0(QueueUserWorkItemCallback quwi) at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action`1 callback,...
Steam社区咋老连接不上啊,steamcommunity 302也用了还是连接失败,地址改成我的地址Steam还是连不上,BUFF链接都是好好的
 点击开启脚本后,程序奔溃  这个程序被关闭了,web前端显示重新连接
指南的2个获取cookie的方法是否已经在新版本的浏览器或者网站失效了?buff的cookie可以通过工具获取buff.163.com的session内容,steam cookie 通过指南的方法,拿到的cookie写入配置文件就会说配置文件格式不对 格式现在是 sessionid=xxxxf; steamCountry=US|xxxx; timezoneOffset=xxx; _ga=GA1.2.xxx; _gid=GA1.2.7183xxx2; steamLoginSecure=xxx3||61xxxxxxxx; steamMachineAuthxxxxx3=xxxx; browserid=xxxx; webTradeEligibility={"allowed":1,"allowed_at_time":0,"steamguard_required_days":15,"new_device_cooldown_days":7,"time_checked":xxxx}
