Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3575
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. I dunno. Maybe Steam has a limit, maybe it doesn't. Why don't you find out?
  2. You're adding an event listener named getTradeURL, not calling a method. community.getTradeURL(...
  3. I don't believe there's a limit on how many games you can "play" at once. I don't know why you'd specify the same game multiple times, but I have no idea what the result would be.
  4. You're doing async wrong. You need to put your postGroupAnnouncement call into the webSession event (which is also misspelled, you're missing a capital S) after the setCookies call.
  5. That's pretty interesting. I've never seen that before. What happens if you make your bot go online with setPersona? Although that will make you appear in-game.
  6. offer.data('cancelTime', null); should be right. Maybe try using 0 instead of null?
  7. You should set a cookie in the response to your user's authenticate request to track the user. It needs to contain some token that has data (e.g. the user's SteamID) associated with it on the server-side.
  8. There isn't really a way, no.
  9. https://steamerrors.com/5
  10. I don't think anyone knows an exact limit but I think you should be safe if you keep it to 1 second between trade sends. As long as you aren't perpetually sending trades at that speed, you should be fine.
  11. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity https://github.com/DoctorMcKay/node-steam-totp https://github.com/DoctorMcKay/node-steam-user
  12. If you want the steamGuard event to work, you need to set the promptSteamGuardCode option to false.
  13. If you remove it then you may see the memory usage decrease, but you're correct that the item objects would no longer have details like the item's name. Still though, this kind of memory usage shouldn't happen on the latest versions and you're the only person to report it...
  14. You can do this as of v3.35.0. https://github.com/DoctorMcKay/node-steam-user/blob/master/doc/AppAuth.md#getauthsessionticketappid-callback
  15. Not possible, and never will be.
  16. What would you suggest? An environment variable holding a path to a config file, or a config file in your home dir (based on HOME env var)?
  17. using http
  18. That's not possible, sorry. What's your use for that?
×
×
  • Create New...