I kept getting 403 from my VPS server, I tried testing 5 bots yesterday, everything was fine, but since I woke up on the next day, I kept getting 403 on both community and steam store, but the bot logs in fine. client.on("webSession", (sid, cookies) => { manager.setCookies(cookies); community.setCookies(cookies); // this is for keeping the bot in the steam network: setTimeout(function(){ setInterval(function () { client.webLogOn(); }, pollRate.webLogOn); },pollRate.webLogOn)});pollRate.webLogOn is 1000 * 60 * 5 I honestly do not know what is happening, since this is the third time I got permanently 403'ed on ip. I do not do anything malicious, I do not add friends, I do not send offers, I just tried to chat with the bots. Really looking forward for some help