ValvePython / steamctl

🤸 Take control of Steam from your terminal
https://pypi.org/project/steamctl/
MIT License
306 stars 16 forks source link

[BUG] (EResult.Fail) Failed to login: <EResult.Fail: 2> #60

Closed switchuwu closed 1 year ago

switchuwu commented 1 year ago

Happens every time i try to use any option when logged in

C:\Users\switchuwu>steamctl -l debug depot info --app 730 [DEBUG] steamctl: Parsed args: {'versions_report': None, 'log_level': 'debug', 'anonymous': False, 'user': None, 'command': 'depot', '_cmd_func': 'steamctl.commands.depot.gcmds:cmd_depot_info', 'subcommand': 'info', 'cell_id': None, 'os': 'any', 'file': None, 'app': 730, 'depot': None, 'manifest': None, 'branch': 'public', 'password': None, 'skip_depot': None, 'skip_login': False, 'skip_licenses': False} [DEBUG] SteamClient: Reading CM servers from 'C:\Users\switchuwu\AppData\Local\steamctl\steamctl\client\cm_servers.json' [DEBUG] CMServerList: Added 80 new CM addresses. [DEBUG] steamctl.utils.storage: Opening file (r): C:\Users\switchuwu\AppData\Local\steamctl\steamctl\cs_servers.json [DEBUG] CachingCDNClient: No steam licenses found on SteamClient instance [DEBUG] steamctl.utils.storage: Opening file (r): C:\Users\switchuwu\AppData\Local\steamctl\steamctl\client\lastuser [INFO] SteamClient: Reusing previous username: [INFO] SteamClient: Hint: use 'steamctl --user ...' to change [DEBUG] steamctl.utils.storage: Opening file (r): C:\Users\switchuwu\AppData\Local\steamctl\steamctl\client\lastuser [INFO] SteamClient: Attempting login with remembered credentials [DEBUG] steamctl.utils.storage: Opening file (r): C:\Users\switchuwu\AppData\Local\steamctl\steamctl\client\.key [DEBUG] SteamClient: Re-login result is: <EResult.Fail: 2> [ERROR] steamctl.commands.depot.gcmds: (EResult.Fail) Failed to login: <EResult.Fail: 2>

rossengeorgiev commented 1 year ago

This is most likely a result of https://github.com/ValvePython/steam/issues/408

I've pushed a new version of steam, can you update and retry? You may need to login once for it to pick up a new loginkey.

switchuwu commented 1 year ago

yep, works now thank you!