Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3573
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. Your IP was blocked because you made too many requests in too short a time.
  2. You're probably trying to reuse a code. They're only good once.
  3. This module absolutely won't work with a limited account. You can trade from the website using a limited account, but trying to automate that would be like trying to stab your eye out with a fork. You just don't want to do it. Just pay the $5.
  4. There is no webLogOn method in node-steamcommunity. That's part of node-steam-user.
  5. 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).
  6. 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.
  7. Update to 2.1.0 and provide your PIN to setCookies and it should work for you.
  8. What kind of chat are you inviting the bot to join?
  9. I can't reproduce this with group chats or multi-user chats. Make sure all your modules are up to date.
  10. 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.
  11. 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/
  12. https://dev.doctormckay.com/topic/409-very-important-error/ No need for multiple threads about the same thing.
  13. Just my own experience. I've updated the readme to reflect this fact.
  14. Are you going online on chat properly with client.setPersona?
  15. 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.
  16. You should be using getUserDetails now, which does that and more.
  17. 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.
  18. It will absolutely definitely not work.
  19. https://httpstatuses.com/429 You need to stop hitting Valve's servers so hard.
  20. That's a known Steam problem, and there is nothing that can be done about it. https://steamerrors.com/16
  21. 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.
  22. 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.
×
×
  • Create New...