Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3601
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. So you're using steam-user? You can check if the steamID property is set to a non-null value, which will indicate that you're still logged in. But from the sound of things, you're running into expired cookies. Your web session cookies expire from time to time and need to be refreshed using steam-user's webLogOn() method.
  2. It depends on how you're logging into Steam.
  3. I've messed with this in the past and I think the status key is only paid any attention if you're actually authenticated in a game server.
  4. I see. I can't give you an estimate as to when I'll be able to add this, if ever. You may want to maintain your own fork of steam-user or use SteamKit for this.
  5. This isn't supported. Why do you want to connect to a specific CM?
  6. There was a bug in 5.0.7 that made SteamUser automatically reconnect after you call logOff(). I suppose it's possible that this contributed to your issue. You might have a bunch of zombie processes running in your stateless environment. I don't know your environment, but see if there's some way to kill everything.
  7. Thanks for the info, fixed in 5.0.8.
  8. I don't see anything wrong with your code, but I also can't reproduce the issue myself on the latest v5 version. Multiple sessions on the same account with differing logon IDs are working fine.
  9. Yes, you can do it with steam-session. https://github.com/DoctorMcKay/node-steam-session/blob/master/examples/login-with-qr.ts
  10. No, automating the market is a violation of the Steam TOS and isn't a supported use case.
  11. npm update
  12. GetAssetClassInfo can be called for multiple items at a time. You could also cache the result since the same classid+instanceid combo will always have the same description.
  13. I'm familiar with what lancache is and how it works. If you want hashes of chunks, SHA1 hashes of every chunk is in the manifest. I'm not really seeing how downloading files through a lancache will help you to hash them, but your project is your business. Adding lancache support is pretty simple, but validating that it works is a little less so since I'll have to set up a cache server to test with.
  14. That would be possible, though I can't imagine there's too many people who would actually make use of this. Do you have a personal use case for that?
  15. Listen for the sentOfferChanged event to see if an offer was accepted. Trade offers cannot be modified so you don't need to worry about checking if it was changed.
  16. I don't believe the JWT public key was ever published.
  17. You don't need a key to decode it. It's just a JWT.
  18. I don't know why you'd have requests fail, but you could always call setCookies separately with the value you want for steamCountry.
  19. Dr. McKay

    HWIDset

    I don't have any special insight into what account flags mean.
  20. Maybe your proxy's IP doesn't geomap to the country you expect.
  21. Could you be more specific? Everything looks fine on my end.
  22. Your uploaded image is broken.
  23. You'd also need to set a cookie on the login.steampowered.com, with name steamRefresh_steam and value equal to <your 64-bit steamid>%7C%7C<your refresh token>
×
×
  • Create New...