Jump to content
McKay Development

Recommended Posts

Posted

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
})

 
image.png.0a408df9e649e864d96098a00c131027.png

image.png.77ebfcad3b61949f515f0eca9330dddd.png
 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...