Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3389
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getoffersfilterhistoricalcutoff-callback Please read the documentation.
  2. steam-tradeoffer-manager never had anything to do with this, so there isn't anything to update.
  3. See cancelTime here: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#constructoroptions
  4. All the information I have is that it doesn't work. http://apistatus.steam.pm
  5. A pretty easy way to invalidate your session: community.setCookies(["steamLogin=invalid", "steamLoginSecure=invalid"]);
  6. You seem to be under the mistaken impression that any of us work for Valve.
  7. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getreceiveditemsgetactions-callback or https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getexchangedetailsgetdetailsiffailed-callback
  8. Your account is most likely limited. You can't use this module with limited Steam accounts.
  9. Looks like one of the items you're trying to add is undefined. Perhaps someone's inventory is empty?
  10. If you have the mobile authenticator enabled, then logging in from a new device won't ever result in a trade cooldown. Otherwise, it will, but only for that device, meaning you can test it safely without any risk.
  11. Same problem as https://dev.doctormckay.com/topic/882-themescrowdays-does-not-work/
  12. Yes, they will work in other browsers. They expire rather quickly though (and immediately if you lose connection), so you won't get much use out of them.
  13. The problem was because you were missing a few arguments in your callback function. The names don't really matter, it's the order that matters.
  14. item.type You need to set a language in the constructor for that to be present.
×
×
  • Create New...