4049_1572836826 Posted March 14, 2023 Report Posted March 14, 2023 steam-user : v. 4.27.1 steamcommunity: v. 3.44.3 Hi, I'm logging into the bot via steam-user and refresToken and after finding webSession, cookies are not valid / setCookies still return Not Logged In. SteamCommunity _checkHttpError return status code 302 redirection to /login Anyone have similar experiences ? steamUser[item.id] = new SteamUser() steamCommunity[item.id] = new SteamCommunity() tradeOfferManager[item.id] = new TradeOfferManager({ steam: steamUser[item.id], community: steamCommunity[item.id], domain: 'localhost', language: 'en' }) steamUser[item.id].logOn({ refreshToken: item.steam_session_token, logonID: 67 }) Quote
4049_1572836826 Posted March 14, 2023 Author Report Posted March 14, 2023 (edited) Im try call webLogOn() after HELP ME console log (if err) and next session works. And next run does not work. And after few retries got HTTP error 429 Edited March 14, 2023 by 4049_1572836826 Quote
Dr. McKay Posted March 14, 2023 Report Posted March 14, 2023 Might've been a temporary Steam issue. It's working fine for me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.