Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3545
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. You're correct that you want to use the user event. If you don't want to receive further updates for the user event, you can use removeListener.
  2. That top one looks kind of like you got a corrupt chunk. All your connect timeouts are likely due to CDN servers being down/slow to respond. Just retry. File checksum mismatch is weird, that means the decompressed/decrypted data in the chunk didn't match the sha1 we expected. And all the "Fail" errors is just Steam being Steam.
  3. Yep, that's planned. Just haven't gotten around to starting work on it (though now that it's out of beta, I don't have much reason to wait anymore).
  4. Yes, but that's a bit like cutting off your leg because you got a cut.
  5. One of the files in your local cache appears to be corrupted. I'll push a fix to handle this case.
  6. Without knowing exactly what depot you're trying to download, all I can tell you is to check each file entry in the manifest to see if flags & EDepotFileFlag.Directory.
  7. There aren't any plans for this, primary due to spam concerns.
  8. This is unlikely to ever be added to steam-user.
  9. "Cannot download a directory" means that you tried to download a directory as if it were a file. You can't do that.
  10. Don't believe so.
  11. Yeah, that's still the only way.
  12. Are you up to date?
  13. Not with any publicly-available libraries I'm aware of.
  14. GetOwnedGames returns playtime.
  15. No, that's not going to be possible.
  16. Oh, you meant in the node module. Open a GitHub issue and someone will get to it at some point, presumably.
  17. It should already work with an API key.
  18. They updated webchat with the new system. It doesn't go through the API anymore. Now the browser connects to the same servers as the Steam client does, which is what steam-user is designed to do. So if you want to do chat, you need to do it through there now.
  19. Like when you're logging in? Check the error event.
  20. You're not running code in the Node.js context.
  21. It's not possible to get the SteamIDs of players on a game server, no. You might be able to see what server a particular Steam user is on by getting their profile data from the WebAPI.
  22. Looks like you're executing the JavaScript in the browser context and not in the Node.js context.
×
×
  • Create New...