-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Password is not saved correctly after some time #71
Comments
It happened again, here is the full debug log
It completely ignores the password argument here too. Here is the log after, running the same command again:
|
From the debug, doesn't look like the password parameter is being set:
|
Ok, yeah it colliding with the parameters from the subcommand, which overwriting it. This a bug :) |
um i thought it was something to do with steam now using refresh_tokens instead of login keys |
Description
After some time, the password is forgotten in the credentials. The password argument created via #56 seems to be ignored when this happens. May be related to the original bug that caused me to ask for the feature.
Steps to Reproduce the behavior
Use the password argument and/or save the credentials and try again after a few weeks.
What actually happend
It completely ignored the password flag (but supports it), you can see so when I attempted to use one line instead of two just to be sure.
Once I entered the correct password then it worked again, using the remembered credentials every time after.
Logs
steamctl -l debug
(Include logs related ot the issue. Use `steamctl -l debug` to get detailed log) ``` I was not aware of this command and will get logs next time. ```Versions Report
steamctl --versions-report
(Run steamctl --versions-report and paste the output below)The text was updated successfully, but these errors were encountered: