Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3591
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. You'd have to split your bots into a separate application. You could communicate between the two using TCP or HTTP, among other things.
  2. Dunno what to tell you. You're connecting to Steam servers, but they're telling you to try a different one.
  3. Please explain how you fixed it, for future people who might have the problem.
  4. You didn't install to the right place.
  5. Show your code, please.
  6. Make sure api.steampowered.com isn't being blocked on your network, maybe.
  7. 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.
  8. 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.
  9. 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?
  10. npm install
  11. You need to update your code for v4. The first argument to all callbacks is now err.
  12. If the steamGuard event is emitted and lastCodeWrong is true, then you should delay 30 seconds before you generate and return a code.
  13. loggedOn won't be emitted unless the logon was successful.
  14. once is your problem. It'll only be fired once, then the listener is removed. Also, promptSteamGuardCode has no function as of v4.
  15. Then you didn't bind the listener at the right time.
  16. I think you're probably modifying objects that you shouldn't be.
  17. Might you be somehow modifying the SteamID object passed to the user event? Try 4.12.1 and see if that fixes your problem.
  18. Not possible currently.
  19. I suggest that you study up on JavaScript asynchronous callbacks.
  20. Surely it's technically possible, just might be more involved than you expect.
  21. https://github.com/DoctorMcKay/node-steam-user/releases/tag/v4.12.0
  22. Doubtful. Yes, provided your persona state isn't "Offline".
×
×
  • Create New...