Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3389
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. I can't reproduce this with group chats or multi-user chats. Make sure all your modules are up to date.
  2. The "partnerid" is just the accountid part of your SteamID: var partnerid = community.steamID.accountid; You can use steam-tradeoffer-manager to get the token.
  3. I posted some ways you can work around this here: https://dev.doctormckay.com/topic/395-how-do-you-deal-with-timeout-err-16-on-tradeoffer-send/
  4. https://dev.doctormckay.com/topic/409-very-important-error/ No need for multiple threads about the same thing.
  5. Just my own experience. I've updated the readme to reflect this fact.
  6. Are you going online on chat properly with client.setPersona?
  7. It performs the same validation that getEscrowDuration did. That is, you'll get an Error with the same message as before if the token is invalid.
  8. You should be using getUserDetails now, which does that and more.
  9. If you're currently being 429'd, you need to wait at least a couple minutes. And you need to slow down to avoid it in the future.
  10. https://httpstatuses.com/429 You need to stop hitting Valve's servers so hard.
  11. That's a known Steam problem, and there is nothing that can be done about it. https://steamerrors.com/16
  12. Yes, most certainly. You need to wait for the callback of send(). I have no idea why it worked before v2. My guess is that it didn't. The code you just posted would never work.
  13. Hm, there's a bit of a chicken-egg problem here in the module. I'll work on a fix, but for the moment I can only suggest that you disable family view.
  14. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/releases/tag/v2.0.0
  15. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/releases/tag/v2.0.0
  16. You'll miss out on things like stickers and custom names if you use market_hash_name as your unique field.
×
×
  • Create New...