Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3545
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. 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.
  2. 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.
  3. offer.data('cancelTime', null); should be right. Maybe try using 0 instead of null?
  4. 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.
  5. There isn't really a way, no.
  6. https://steamerrors.com/5
  7. 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.
  8. 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
  9. If you want the steamGuard event to work, you need to set the promptSteamGuardCode option to false.
  10. 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...
  11. You can do this as of v3.35.0. https://github.com/DoctorMcKay/node-steam-user/blob/master/doc/AppAuth.md#getauthsessionticketappid-callback
  12. Not possible, and never will be.
  13. 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)?
  14. using http
  15. That's not possible, sorry. What's your use for that?
  16. You can only set it in the constructor.
  17. https://github.com/DoctorMcKay/node-steam-user#gamesplayedapps-force
  18. Are you talking about steamcommunity or steam-user?
  19. If it's cached, then it's cached by Steam.
×
×
  • Create New...