Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3645
  • Joined

  • Last visited

Everything posted by Dr. McKay

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