SteamRE / DepotDownloader

Steam depot downloader utilizing the SteamKit2 library.
GNU General Public License v2.0
1.94k stars 262 forks source link

Always Recieving "InvalidPassword" #442

Closed spacebytee closed 2 months ago

spacebytee commented 1 year ago

What did you expect to happen?

It would login to my account successfully.

Instead of that, what actually happened?

Always recieve "InvalidPassword'

Which operating system are you running on?

Windows

Version

2.5.0

Relevant log output

DepotDownloader -app 105600 -depot 105601 -manifest 5761620975617404996 -username xxxxxx -password "xxxxxxxxx"
Connecting to Steam3... Done!
Logging 'username xxxxxx' into Steam3...
Failed to authenticate with Steam: Authentication failed with result InvalidPassword.
Disconnected from Steam
Unable to get steam3 credentials.
Error: InitializeSteam failed

Additional Information

I am using command prompt. My password has been escaped correctly, and I am 100% sure my credentials are correct. No matter what I do, it returns this error. I have disabled Steam Guard. I have also tried removing the password field to enter it manually, and I receive the same error.

Username and password have been censored for obvious reasons.

pjy612 commented 1 year ago

not use "" ?

fyoory commented 1 year ago

I wanted to post I got the same error, nothing to 'escape' in my password but it is an account using steams 2FA. So I wonder if its related to that. Quotes or no quotes....

fyoory commented 1 year ago

Update, if you drop the -password and enter it manually it asks for the auth code. So not sure if that is a bug or a consequence of using 2FA. I'll leave that to you. Just here to report.

xPaw commented 3 months ago

Do you still get this on 2.6.0?