Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3660
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. 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.
  2. 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.
  3. 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?
  4. npm install
  5. You need to update your code for v4. The first argument to all callbacks is now err.
  6. If the steamGuard event is emitted and lastCodeWrong is true, then you should delay 30 seconds before you generate and return a code.
  7. loggedOn won't be emitted unless the logon was successful.
  8. once is your problem. It'll only be fired once, then the listener is removed. Also, promptSteamGuardCode has no function as of v4.
  9. Then you didn't bind the listener at the right time.
  10. I think you're probably modifying objects that you shouldn't be.
  11. Might you be somehow modifying the SteamID object passed to the user event? Try 4.12.1 and see if that fixes your problem.
  12. Not possible currently.
  13. I suggest that you study up on JavaScript asynchronous callbacks.
  14. Surely it's technically possible, just might be more involved than you expect.
  15. https://github.com/DoctorMcKay/node-steam-user/releases/tag/v4.12.0
  16. Doubtful. Yes, provided your persona state isn't "Offline".
  17. https://github.com/DoctorMcKay/node-steam-user#getpersonassteamids-callback
  18. Nope, methods to create/delete channels aren't yet implemented, but if you need/want them I can see if I can get around to it tonight or tomorrow. Your use-case sounds like an interesting one, so I'd like to enable you to do it.
  19. It's up to Steam when those get emitted. If the data isn't sent, it isn't emitted.
  20. It'll be a lot easier to retrieve your community inventory and just find the item with the matching ID.
  21. As of v3, properties are not converted from snake_case to camelCase. So instead of using defIndex, you need to use def_index.
  22. That is not currently possible.
×
×
  • Create New...