-
Posts
3662 -
Joined
-
Last visited
Everything posted by Dr. McKay
-
https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOfferManager https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity https://github.com/DoctorMcKay/node-steam-totp https://github.com/DoctorMcKay/node-steam-user
- 3 replies
-
- node.js
- steam-totp
-
(and 3 more)
Tagged with:
-
You can do this as of v3.35.0. https://github.com/DoctorMcKay/node-steam-user/blob/master/doc/AppAuth.md#getauthsessionticketappid-callback
-
Not possible, and never will be.
-
Question How to change the path for certificates and keys
Dr. McKay replied to McMuffinDK's topic in General
What would you suggest? An environment variable holding a path to a config file, or a config file in your home dir (based on HOME env var)? -
Question How to change the path for certificates and keys
Dr. McKay replied to McMuffinDK's topic in General
That's not possible, sorry. What's your use for that? -
I don't believe so.
-
You can only set it in the constructor.
-
https://github.com/DoctorMcKay/node-steam-user#gamesplayedapps-force
-
Are you talking about steamcommunity or steam-user?
-
If it's cached, then it's cached by Steam.
-
You would need to set up a request object with the proxy option: https://www.npmjs.com/package/request#proxies And it would apply to all requests, not just one.
-
No, and that will never be possible though node-steamcommunity.
-
No.
-
CSteamUser's "getUserInventoryContents" gives "err" as undefined.
Dr. McKay replied to Larry's topic in node-steamcommunity
Get rid of the parenthesis with arguments in them. You're calling offercase(), not passing it as a function reference. -
trade offer with null id?
Dr. McKay replied to Mr Game and Watch's topic in node-steam-tradeoffer-manager
Your second example doesn't have a return after you check err. Is there just an error message above it that you're missing? -
How exactly does the SteamGuard code work in changePassword()?
Dr. McKay replied to Jack's topic in node-steam-user
If you don't have a mobile authenticator enabled, you should call requestPasswordChangeEmail first to get an email sent to you. If you do have a mobile authenticator enabled, you should skip the email entirely and just use a 2FA code when you call changePassword. You mentioned a "prompt comes up", is it the "Steam Guard App Code: " or "Steam Guard Code: " prompt? If so, that's not the prompt for changing your password, it's the prompt for logging in. If you don't disable the promptSteamGuardCode option then if you don't supply a Steam Guard code in logOn it will prompt for one from stdin. And since you can't use mobile authenticator codes twice, if you do have a mobile authenticator enabled you need to supply a code to login, then wait 30 seconds before trying to change your password so you'll get another code. -
Sounds like Valve's tired of people creating spam bots.
-
#2 is all I'm aware of that works. And yes, you need to own CS:GO.