jcardama / csgo-market-sniper

Bot that monitors desirable skins and will automatically buy them
GNU General Public License v3.0
20 stars 3 forks source link

CSGOFloat Rate limit perhaps? #3

Closed notcreeperdude closed 1 year ago

notcreeperdude commented 1 year ago

image

Seems like the CSGOFloat extension rate limits and therefore the whole thing breaks. Any way to fix?

notcreeperdude commented 1 year ago

It seems that turning off my wireguard proxy then back on does the trick so its definitley a rate limit. Would it be possible to add wireguard support and have it auto reconnect if it encounters this error?

Cheezy1234 commented 1 year ago

I have also been getting this today, it was working fine yesterday so I think it might just be csgofloat servers being full at the moment. image

jcardama commented 1 year ago

This is a known CSGOFloat problem as Valve has heavily limited the request rate, that is why they removed the ability for bots to use their API and had to sort to use the extension, but still they are rate limited by Valve.

I'm looking into adding proxy support to the bot with rotating IP's but still if CSGOFloat is rate limited by Valve no matter if we use a proxy or not it will always return that error.

jcardama commented 1 year ago

Will close as the bot now has proxy support that hopefully mitigates this issue.