Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3398
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. It shouldn't be possible for the callback to not fire. Please make sure your code is correct.
  2. https://github.com/DoctorMcKay/node-globaloffensive#inspectitemowner-assetid-d-callback Read the documentation, please.
  3. You're saying that the callback isn't being fired, but there are no errors or crashes?
  4. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#getexchangedetailsgetdetailsiffailed-callback
  5. One is emitted when offers you sent change, and the other is emitted when offers you received change.
  6. They use some form of push notifications that haven't been reverse-engineered yet, and likely never will. Probably Firebase.
  7. https://github.com/DoctorMcKay/node-steam-user#steamguard
  8. Please show your code, including the error message and stack trace.
  9. Good intel. It should be able to handle private inventories. I'll add that in the next update.
  10. As per the documentation: If it's the first emit, accountInfo won't be defined yet. The data is available as an event argument.
  11. You aren't logged into the website in the loggedOn event. Wait for webSession, call community.setCookies, then start the confirmation checker (although I advise against using it, it's better to just confirm as needed).
  12. This issue arising after updating is merely a coincidence. It appears that in today's Steam maintenance, Valve added a new binary KV node type. Please run npm update and let me know if that doesn't fix it.
  13. Yes, it appears that Steam no longer sends back the SteamID when an account is created successfully. I'll update the readme accordingly.
  14. Then why are you trying to check confirmations as part of the login process? Show your code.
  15. 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).
×
×
  • Create New...