Skip to content
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] Steam Account ID is numeric which is causing issues in usersettings and gives error "Error occured while fetching user settings" #739

Open
Nitesh551 opened this issue Jan 9, 2025 · 0 comments

Comments

@Nitesh551
Copy link

My Steam account is all numeric.

As I setup SRM first time, it works all fine.
But when I close SRM it seems due to my steam id being all numeric it is being saved as a number data type, below is an example

steam id : 5678

usersettings

"userAccounts": [5678]

Now when I re-open SRM, it gives error "Error occured while fetching user settings"
then I do a setup again and log shows

"Must be a string"

I tried manually adding double quotes in my useraccount

"userAccounts": ["5678"]

Post this change when I launch SRM it gives no error,

But when I try to Parse it gives following error :

" User accounts not found. Incorrect Steam directory?"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant