question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

InvalidPassword error when try login with loginKey

See original GitHub issue

Describe the bug

Got InvalidPassword error when try login with loginKey

Code:

steam.logOn({
			accountName: config.steam.username,
			loginKey: key,
		});

Versions

steam-user: v4.18.0 nodejs: v15.0.1 steam-totp: v2.1.1

Screenshots and Error Logs

[STEAM ERROR] Error: InvalidPassword
    at SteamUser.<anonymous> (/home/x/Archive/Projects/xx/node_modules/steam-user/components/logon.js:494:16)
    at /home/x/Archive/Projects/xx/node_modules/steam-user/components/classes/HandlerManager.js:37:12
    at Array.forEach (<anonymous>)
    at HandlerManager.emit (/home/x/Archive/Projects/xx/node_modules/steam-user/components/classes/HandlerManager.js:36:12)
    at SteamUser._handleMessage (/home/x/Archive/Projects/xx/node_modules/steam-user/components/messages.js:571:24)
    at SteamUser._handleNetMessage (/home/x/Archive/Projects/xx/node_modules/steam-user/components/messages.js:506:7)
    at SteamUser.processMulti (/home/x/Archive/Projects/xx/node_modules/steam-user/components/messages.js:598:9)
    at SteamUser.<anonymous> (/home/x/Archive/Projects/xx/node_modules/steam-user/components/messages.js:592:16)
    at /home/x/Archive/Projects/xx/node_modules/steam-user/components/classes/HandlerManager.js:37:12
    at Array.forEach (<anonymous>) {
  eresult: 5
}

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:21 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
deepbluev7commented, Feb 17, 2021

I can somewhat reliably reproduce this using the mx-puppet-steam matrix <-> steam bridge. Anything I could do to help debug this?

0reactions
UmbraChimeracommented, Apr 26, 2022

Has there been any updates on this? I’m using mobile 2fa and still can’t get this to work with the puppet downstream.

Read more comments on GitHub >

github_iconTop Results From Across the Web

InvalidPassword while logging in with loginkey
I've been trying to log in with loginkey but it always says InvalidPassword. My code works like this: 1. Download steamusername and loginkey ......
Read more >
Login – I'm getting an invalid username/password error. I tried ...
Login – I'm getting an invalid username/password error. I tried my new password and it didn't work. · Click the Tools button. ·...
Read more >
Why do I get an "Invalid password" error message when trying ...
As a federated user, you get an "Invalid password" error message when trying to log into LastPass with a valid set of login...
Read more >
How can I get past Invalid Login errors when logging into ...
User gets error messages when trying to log into WebJunction ... Invalid login errors usually mean that either the username or password you ......
Read more >
Error message returned for an invalid password changes ...
The HTML Form Adapter issues an "authentication failed" error message after 3 unsuccessful tries. Before that users see a "We didn't recognize the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found