Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3652
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. Then why are you trying to check confirmations as part of the login process? Show your code.
  2. You're not really doing it right. steam-user includes everything from steam (and SteamFriends). You don't need to create SteamClient or SteamFriends objects yourself. Additionally, steam-user automatically prompts for Steam Guard codes so you don't need to handle that case yourself (although things are going to get messy if you're starting up multiple bots at the same time that need codes).
  3. Are you logged in?
  4. Please show your code.
  5. Yeah. Unfortunately, that just happens sometimes because Valve sucks. You'll just have to figure out ways to deal with it.
  6. 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?
  7. Is it online on Steam?
  8. How do you know that specific items map to a different asset ID, if the asset ID reported by the receipt exists?
  9. Show your code. I suspect you aren't passing a function as the first argument to offer.send().
  10. 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?
  11. 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)
  12. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getofferscontainingitemsitems-includeinactive-callback Please read the documentation.
  13. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getoffersfilterhistoricalcutoff-callback Please read the documentation.
  14. steam-tradeoffer-manager never had anything to do with this, so there isn't anything to update.
  15. See cancelTime here: https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#constructoroptions
  16. All the information I have is that it doesn't work. http://apistatus.steam.pm
  17. A pretty easy way to invalidate your session: community.setCookies(["steamLogin=invalid", "steamLoginSecure=invalid"]);
  18. You seem to be under the mistaken impression that any of us work for Valve.
  19. 42 = NoMatch Did you perhaps set the apiKey property manually?
  20. https://support.steampowered.com/kb_article.php?ref=3330-IAGK-7663
  21. Can you console.log(offer.partner)?
  22. 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
  23. Clearly the item ID doesn't exist in the inventory.
×
×
  • Create New...