You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After having installed Steam, and ran it (but never logged in through the GUI), there is a config.vdf file to read, but it has no 'Accounts' key. This will trigger a failure on line 276:
If afterwards you remove the config.vdf file, or at least rename it to something else, the following crash occurs when running steam-cli login:
Traceback (most recent call last):
File "/usr/bin/steam-cli", line 33, in
sys.exit(load_entry_point('steam-cli==0.0.0', 'console_scripts', 'steam-cli')())
File "/usr/lib/python3.9/site-packages/steam_cli.py", line 765, in main
client.login()
File "/usr/lib/python3.9/site-packages/steam_cli.py", line 274, in login
if os.path.exists(cfg):
File "/usr/lib/python3.9/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
The text was updated successfully, but these errors were encountered:
After having installed Steam, and ran it (but never logged in through the GUI), there is a config.vdf file to read, but it has no 'Accounts' key. This will trigger a failure on line 276:
If afterwards you remove the config.vdf file, or at least rename it to something else, the following crash occurs when running
steam-cli login
:The text was updated successfully, but these errors were encountered: