freaders
freaders
@aPoCoMiLogin Im using his package and it is not working, should i use older version of socket.io-redis? What version should i use? Thanks composer info: ``` ashiina/socket.io-emitter 0.8.0 *Maintained* A...
``` this.client.on('error', function (err) { console.log("Steam Client error: "); console.log(err); }); ``` doesnt help
i have proxies from third party provider so i cannot really "fix" them.. so i can use the steamclient.on('error', handleClientError); to catch the error and then reconnect the acc again...
could you recommend any proxy provider? thanks
That works! Any advice how to properly handle this? Thank you very much. ``` /bot/node_modules/steam-user/components/web.js:9 throw new Error("Cannot log onto steamcommunity.com without first being connected to Steam network"); ^ Error:...