Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3631
  • Joined

  • Last visited

Everything posted by Dr. McKay

  1. https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager#getofferid-callback
  2. You're treating the symptom, not the cause. There's no scenario where this.partner should be undefined or otherwise invalid unless you're doing something wrong.
  3. steam-session is a Node.js module, not a browser module.
  4. ?? What does this have to do with steam-session?
  5. Show how you're creating a trade offer (new TradeOffer(...))
  6. If you don't have the user's SteamID at all in any form, no.
  7. GetTradeHistory does appear to accept an access token to retrieve all trades.
  8. You need to report that you're in CS2 by calling user.gamesPlayed(730), then complete the GC handshaking process before sending any other GC messages. For CS, this is sending ClientHello (4006) with the proper version number and waiting for ClientWelcome (4004) in response. You can check node-globaloffensive for reference.
  9. Contact your proxy provider.
  10. Sounds like someone with control of your network is trying to modify traffic.
  11. I don't believe you can get non-game badges or your account's creation time via steam-user. You'll need to use the WebAPI.
  12. https://github.com/DoctorMcKay/node-steam-user?tab=readme-ov-file#error The 'error' event.
  13. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503
  14. If you're passing an instance of SteamUser in to the constructor, I recommend you don't poll more frequently than every 30 seconds (30000). And you shouldn't be running full updates more frequently than every 2 minutes (120000). In other words, the defaults are fine.
  15. You can't use OpenID with steam-user.
  16. I don't believe I've ever seen this happen.
  17. The inspect request is rate limited. The absolute fastest I've seen it work is once per second, and that may even be too frequent these days.
  18. I suggest you ask the csfloat project, with which I have no relation.
  19. There's no reason to ever call logOn in an interval. If you receive the error event, then just log on again and you'll always be connected.
  20. https://steamerrors.com/20
  21. You can't really reliably do it. There are some community endpoints that include app_data on the item description, which does contain def_index, but not all have that. steam-tradeoffer-manager isn't using IEconItems_440 because that's a TF2-specific interface and steam-tradeoffer-manager is meant to work with any Steam app.
  22. Yes, 76561198024816553 is a full SteamID, not an account ID. An account ID is what you see in a [U:1:46143802] ID (46143802 is the account ID).
  23. If you're fetching your time offset and it's 1, then your clock is correct. If you're still being told that your authenticator is invalid, then the secret must be wrong.
  24. No. When you sign into a site using Steam OpenID, the site only gets your SteamID and nothing more. Certainly not an access token. That's great. I'm still not going to help you compromise your own account.
×
×
  • Create New...