Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3631
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. My mistake, update to v1.1.1 and this is fixed.
  2. Are you getting some kind of error?
  3. Whoops. That should be fixed in 3.9.1.
  4. There's nothing in there that would spam requests. Note that it's an IP limit. It can be anything on your IP that is spamming requests.
  5. Trade offer ID? Yes, it's possible. You'd just need to request your confirmation list then get details for each individual one until you found the matching offer ID.
  6. 1. If you want to get all active offers and that's it, you'd use this: { "get_sent_offers": 1, "active_only": 1, "time_historical_cutoff": 2147483647 } 2. You'd check the trade_offer_state. If they accepted it then they received the item you sent them. 3. If you want all offers from a time period you'll need to just leave out both active_only and historical_only and filter the result.
  7. Because you're adding a new listener every single time you request item info. Just use the callback and you won't need to worry about it.
  8. setCookies makes exactly one request (two if you supply a Family View PIN). It isn't setCookies' fault. You're making requests elsewhere too quickly.
  9. 429 means that you've sent too many requests to Steam in a short time and you need to slow down.
  10. There's a reason why you can't supply your own API key. The key it uses must be associated with the Steam account you're using. You can't use another account's key. If your account is limited, you'll just have to pay $5.
  11. node-globaloffensive is using an option where instead of underscores, you should provide protobuf fields in camelCase. Basically, just remove the underscores and capitalize the next letter. However, I've added that functionality in v1.1.0.
  12. Your crash log gist 404s.
  13. WebStorm sometimes has trouble resolving Node dependencies. Do you have the Node.js plugin installed in WebStorm?
  14. WebStorm is giving you an error because csgo doesn't exist when you're trying to listen for an event on it. Create your GlobalOffensive object at the same time as when you create your SteamUser object.
  15. You can just create a SteamGameCoordinator handler and pass the steam-client to it.
  16. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/releases/tag/v2.0.0
  17. Has the CS:GO tab disappeared from either party's inventory page?
  18. Where did you get that persona object from?
  19. I have no idea whatsoever what you're asking.
×
×
  • Create New...