Closed vladgovor77771 closed 5 years ago
It seem, that the problem might be with proxy. Can Steam ban my proxy or something?
Steam could have banned your proxy, but I kinda doubt it given that error message. I'm pretty sure that message indicates that the proxy couldn't connect to Steam. Either way, it's on your end.
That said, I'd suggest not modifying the module and instead creating a separate SteamCommunity instance for each proxy.
Actually yes, it turned out that my proxy provider blocked requests to Steam themself, so this strange error. I changed my proxies and all work. Anyway thank you for answer here.
Hey, I am not really sure, is it a
bug report
orquestion about the module or coding in general
because I am trying to a bit reworkSteamCommunity.prototype.marketSearch
implementation. The idea is to switch proxy between each requests for increasing speed. I experimentally discovered that if request to Steam every 3 second I won't get 429 error. So with 10 proxy I can request to market every 0.3~ sec.I have proxy pool, which I can use like this:
So, I wanted to create externed instance of SteamCommunity for scanning market.
This is like the same as your implementation, but here I reload proxy each request and use stream to push elements back. So I can use this ljust like this:
And when I requesting to Steam I get this:
Do you know what does it mean, or how to fix it?