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
{{ message }}
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
As in topic. First of all, it worked up to some point and after 50-60 successful logins (I had to provide Steam Guard code each time, since I was yet grasping concept of this hash thing, but event was properly firing) it suddenly stopped firing. However it does work properly for another (years-old) account whole time, but not for my new, test one. This is important, because it shows that problem doesn't lie in my code.
I also can't register my own hash - it's ignored even if I properly call logOn method with both valid Steam Guard code and my own hash and then try to provide only hash, without code. I'm simply getting logon error 63 then.
So my first guess is that it's not a problem in node-steam, but rather something on Valve's end - but still possibility of such error could be mentioned around "logOn" method description.
As in topic. First of all, it worked up to some point and after 50-60 successful logins (I had to provide Steam Guard code each time, since I was yet grasping concept of this hash thing, but event was properly firing) it suddenly stopped firing. However it does work properly for another (years-old) account whole time, but not for my new, test one. This is important, because it shows that problem doesn't lie in my code.
I also can't register my own hash - it's ignored even if I properly call logOn method with both valid Steam Guard code and my own hash and then try to provide only hash, without code. I'm simply getting logon error 63 then.
So my first guess is that it's not a problem in node-steam, but rather something on Valve's end - but still possibility of such error could be mentioned around "logOn" method description.