Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3591
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. This isn't really the right place to ask for SteamBot help.
  2. loggedOn will be emitted when it reconnects.
  3. You don't need to delete all those properties; steam-tradeoffer-manager will just ignore them. You need to provide a callback to offer.send()
  4. That's slightly tricky with async requests. You may want to use a module like https://www.npmjs.com/package/async
  5. I have never attempted to sign into Steam from PHP. I believe there might be libraries out there that do it, but I can't help you there.
  6. autoRelogin will handle all cases in which it gets disconnected from Steam, including if your Internet goes down. It can't actually tell the difference, really. Steam being unavailable is Steam being unavailable, regardless of whose end the problem is on.
  7. I don't believe there's currently an API or an existing module/library that will do that for you, sorry.
  8. Are you logged in? You need to be logged in to use that.
  9. You can handle trade offers with steam-tradeoffer-manager.
  10. You'll need to either get more IP addresses or make less requests.
  11. You've provided no details, but I can hazard a guess and say that tradeRequest isn't what you're looking for. It's emitted when a Steam real-time trading request is received, not when a trade offer is received.
  12. https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity#getconfirmationstime-key-callback
  13. I believe Steam will sometimes lock down your trades while you're accepting an offer, but I'm not certain about the exact conditions.
  14. You need to call setCookies and wait for its callback before you try to do anything else.
  15. Steam is never in excellent condition, especially at the times when you're getting these errors.
  16. There should be more output.
  17. What data do you have that you want to get a rarity for? Just the name? If so then yes, you need to get the data from an inventory or from the market.
  18. The callback argument should be a callback. If you don't know what that is, I suggest that you find some online JavaScript classes.
  19. That's the line number where the error occurred. Nobody can help you any further without the code and the full error message.
  20. https://github.com/DoctorMcKay/node-steam-user#myfriends and https://github.com/DoctorMcKay/node-steam-user#getpersonassteamids-callback
  21. That is not what's crashing your application.
  22. As of node 7, you aren't supposed to call fs.writeFile without providing a callback. It doesn't have to do anything, it just has to exist.
×
×
  • Create New...