Get account data error
Hello, today i get a 'get account data error' typeerror:cannot read properties of null (reading 0) when i trying to ligin to account with my steam bot.
Is it any new changes from Steam or just my problem? I tried it 2 days ago and it worked fine and i didn't make any changes form that time.
Did you update the package from v4 to v5?
If so, there is some breaking changes that you need to consider, for example the min node version supported and some changes on the auth(login). Now you probably need to use refresh tokens.
https://github.com/DoctorMcKay/node-steam-user/wiki/v4-%E2%86%92-v5-migration-guide
Just for context I'm using the v4.29.3, and everything is working properly to me.
@BoyKaYK
you can try to show more details about the version and how your doing the auth (code snapshot for example -> without credentials).