Jump to content
McKay Development

Can not login with accountName and password


Recommended Posts

Posted

The code to login on steam with accountName and password seem broken few hours ago, now we can not login.
Could you please guide us how to make this work ?

Our package information and login code. We can surely username and password is correct
 

"globaloffensive": "^2.3.0",
"steam-tradeoffer-manager": "^2.10.6",
"steam-user": "^4.29.2",
"steamcommunity": "^3.46.1",
"steam-session": "^1.3.2"
let client = new SteamUser();
let logOnOptions: LogOnOptions = {
    accountName: Constants.STEAM_USERNAME,
    password: Constants.STEAM_PASSWORD,
    twoFactorCode: SteamTotp.getAuthCode(Constants.SHARED_SECRET),
    rememberPassword: false,
};


client.logOn(logOnOptions);
Posted (edited)

We dont see any log from the package, but the event `loggedOn` just never call

 

client.on('loggedOn', () => {
    ...
});


Edited
Oh, after update steam-sessiton to latest one, it work now, thank you

 

"steam-session": "^1.3.3"
Edited by Nguyen

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...