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
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?"
The text was updated successfully, but these errors were encountered:
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?"
The text was updated successfully, but these errors were encountered: