-
Posts
3545 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
In what way?
-
Dunno what to tell you. You're connecting to Steam servers, but they're telling you to try a different one.
-
Please explain how you fixed it, for future people who might have the problem.
-
Show your code, please.
-
Make sure api.steampowered.com isn't being blocked on your network, maybe.
-
Cannot read property '[object Object]' of null
Dr. McKay replied to Dijonigamer's topic in node-steam-user
Sorry, I could have been a little clearer. Not event callbacks, those are (mostly) unchanged. Callbacks to functions like getPersonas is what I'm talking about. All the changes in v4 can be found here. -
Should work. Are you trying to retrieve the captcha from the same IP as you tried to log on with? Seems like Steam is checking to make sure they match before serving the correct captcha image.
-
TryAnotherCM means the server you connected to isn't accepting connections at this time. Seems like Steam was just down when you tried to log on. Can you try again now?
-
Cannot read property '[object Object]' of null
Dr. McKay replied to Dijonigamer's topic in node-steam-user
You need to update your code for v4. The first argument to all callbacks is now err. -
TypeError: Cannot set property 'rich_presence' of undefined
Dr. McKay replied to a topic in node-steam-user
If the steamGuard event is emitted and lastCodeWrong is true, then you should delay 30 seconds before you generate and return a code. -
TypeError: Cannot set property 'rich_presence' of undefined
Dr. McKay replied to a topic in node-steam-user
loggedOn won't be emitted unless the logon was successful. -
TypeError: Cannot set property 'rich_presence' of undefined
Dr. McKay replied to a topic in node-steam-user
once is your problem. It'll only be fired once, then the listener is removed. Also, promptSteamGuardCode has no function as of v4. -
TypeError: Cannot set property 'rich_presence' of undefined
Dr. McKay replied to a topic in node-steam-user
Before you call logOn. -
TypeError: Cannot set property 'rich_presence' of undefined
Dr. McKay replied to a topic in node-steam-user
Then you didn't bind the listener at the right time. -
TypeError: Cannot set property 'rich_presence' of undefined
Dr. McKay replied to a topic in node-steam-user
I don't understand. -
TypeError: Cannot set property 'rich_presence' of undefined
Dr. McKay replied to a topic in node-steam-user
I think you're probably modifying objects that you shouldn't be. -
TypeError: Cannot set property 'rich_presence' of undefined
Dr. McKay replied to a topic in node-steam-user
Might you be somehow modifying the SteamID object passed to the user event? Try 4.12.1 and see if that fixes your problem. -
TypeError: Cannot set property 'rich_presence' of undefined
Dr. McKay replied to a topic in node-steam-user
Are you up to date?