Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3543
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. steam-tradeoffer-manager has a built-in option to automatically cancel offers if they remain active for too long. Look at the cancelTime option. There's no direct resend method, but you can call offer.duplicate() to get a copy of the offer, which you can then send (provided the items still exist).
  2. There's no way to directly get a list of all marketable items, but you can get the list of apps in the store using GetAppList.
  3. Update to 2.1.0 and provide your PIN to setCookies and it should work for you.
  4. What kind of chat are you inviting the bot to join?
  5. I can't reproduce this with group chats or multi-user chats. Make sure all your modules are up to date.
  6. 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.
  7. 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/
  8. https://dev.doctormckay.com/topic/409-very-important-error/ No need for multiple threads about the same thing.
  9. Just my own experience. I've updated the readme to reflect this fact.
  10. Are you going online on chat properly with client.setPersona?
  11. 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.
  12. You should be using getUserDetails now, which does that and more.
  13. 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.
  14. It will absolutely definitely not work.
  15. https://httpstatuses.com/429 You need to stop hitting Valve's servers so hard.
  16. That's a known Steam problem, and there is nothing that can be done about it. https://steamerrors.com/16
  17. 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.
  18. 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.
  19. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/releases/tag/v2.0.0
  20. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/releases/tag/v2.0.0
  21. You would probably want to set a timer to re-check it.
×
×
  • Create New...