Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3643
  • Joined

  • Last visited

Everything posted by Dr. McKay

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