Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3398
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. Yeah. Unfortunately, that just happens sometimes because Valve sucks. You'll just have to figure out ways to deal with it.
  2. Wait, I might be slightly confused. Does an item with the ID in the receipt exist, or is there just no such item in the inventory with the ID given by the receipt when the issue happens?
  3. How do you know that specific items map to a different asset ID, if the asset ID reported by the receipt exists?
  4. Show your code. I suspect you aren't passing a function as the first argument to offer.send().
  5. 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?
  6. 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)
  7. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getofferscontainingitemsitems-includeinactive-callback Please read the documentation.
  8. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getoffersfilterhistoricalcutoff-callback Please read the documentation.
  9. steam-tradeoffer-manager never had anything to do with this, so there isn't anything to update.
  10. See cancelTime here: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#constructoroptions
  11. All the information I have is that it doesn't work. http://apistatus.steam.pm
  12. A pretty easy way to invalidate your session: community.setCookies(["steamLogin=invalid", "steamLoginSecure=invalid"]);
  13. You seem to be under the mistaken impression that any of us work for Valve.
  14. 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
  15. Your account is most likely limited. You can't use this module with limited Steam accounts.
×
×
  • Create New...