Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3389
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. 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()
  2. That's slightly tricky with async requests. You may want to use a module like https://www.npmjs.com/package/async
  3. 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.
  4. 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.
  5. I don't believe there's currently an API or an existing module/library that will do that for you, sorry.
  6. Are you logged in? You need to be logged in to use that.
  7. You can handle trade offers with steam-tradeoffer-manager.
  8. You'll need to either get more IP addresses or make less requests.
  9. 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.
  10. https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity#getconfirmationstime-key-callback
  11. I believe Steam will sometimes lock down your trades while you're accepting an offer, but I'm not certain about the exact conditions.
  12. You need to call setCookies and wait for its callback before you try to do anything else.
  13. Steam is never in excellent condition, especially at the times when you're getting these errors.
  14. 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.
  15. The callback argument should be a callback. If you don't know what that is, I suggest that you find some online JavaScript classes.
  16. That's the line number where the error occurred. Nobody can help you any further without the code and the full error message.
  17. https://github.com/DoctorMcKay/node-steam-user#myfriends and https://github.com/DoctorMcKay/node-steam-user#getpersonassteamids-callback
  18. 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.
  19. https://github.com/DoctorMcKay/node-steam-user/releases/tag/v2.15.0
×
×
  • Create New...