Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3591
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getofferscontainingitemsitems-includeinactive-callback Please read the documentation.
  2. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getoffersfilterhistoricalcutoff-callback Please read the documentation.
  3. steam-tradeoffer-manager never had anything to do with this, so there isn't anything to update.
  4. See cancelTime here: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#constructoroptions
  5. All the information I have is that it doesn't work. http://apistatus.steam.pm
  6. A pretty easy way to invalidate your session: community.setCookies(["steamLogin=invalid", "steamLoginSecure=invalid"]);
  7. You seem to be under the mistaken impression that any of us work for Valve.
  8. 42 = NoMatch Did you perhaps set the apiKey property manually?
  9. https://support.steampowered.com/kb_article.php?ref=3330-IAGK-7663
  10. Can you console.log(offer.partner)?
  11. 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
  12. Clearly the item ID doesn't exist in the inventory.
  13. Your account is most likely limited. You can't use this module with limited Steam accounts.
  14. I need to see your code.
  15. Looks like one of the items you're trying to add is undefined. Perhaps someone's inventory is empty?
  16. I don't work for Valve.
  17. 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.
  18. Same problem as https://dev.doctormckay.com/topic/882-themescrowdays-does-not-work/
  19. 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.
  20. 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.
×
×
  • Create New...