Jump to content
McKay Development

Dr. McKay

Administrator
  • Posts

    3569
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://www.doctormckay.com

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

48581 profile views
  1. Just request the trade URL once and then cache it somewhere? It doesn't change after the first time you fetch it.
  2. It depends on what you're doing and how you're doing it. If you're using node-steamcommunity for all those accounts, you're going to hit rate limits unless you're performing actions infrequently. And if you're logging in that many accounts from one IP, that'll rate limit you as well.
  3. Why would you need to hit the /tradeoffers/privacy endpoint ever?
  4. https://steamapi.xpaw.me/#IEconService/GetTradeHoldDurations
  5. Seems like a backend change that access token refreshes for SteamClient tokens are authenticated now. I've updated the docs to reflect it: https://github.com/DoctorMcKay/node-steam-session?tab=readme-ov-file#refreshaccesstoken
  6. You've got some problem with your proxy being unable to connect to Steam, it seems.
  7. The string you pass to httpProxy needs to start with http:// createConnection is not a valid option for the SteamUser constructor. To use a SOCKS proxy, you should use the socksProxy option.
  8. It may not be enabled on that phone, but it's enabled somewhere.
  9. I'd guess your refresh token is probably expired or now invalid.
  10. You clearly already have MFA enabled if it's asking for an MFA code.
  11. Can't be done. You can get a web logon nonce from https://steamcommunity.com/chat/clientjstoken but that's not the same thing as a refresh token for the client; you have to send that as web_logon_nonce in the CMsgClientLogOn message.
  12. You would need to download and parse items_game.txt, look up the sticker by its sticker_id, then fetch your appropriate language file to translate the localization key into an actual name.
  13. It's a Date object. You can use its UTC methods to manipulate the object in UTC/GMT.
×
×
  • Create New...