Search the Community
Showing results for tags 'node-steam-user'.
-
Hi, when I use GetPersonas there's a possibility that the requested data would be unavailable. Unfortunately there's no error callback. How can I check it? I mean something like this: if (GetPersonas is unavailable) // do something...
-
Hi there. There is a way to avoid the client asking the steamguard code every time I try to login? Thanks. PS.: excerpt of my code https://gist.github.com/williamokano/0554b2d027219b14de3ef07add6585e3
-
Hey, out of curiosity - my test app crashed a moment ago because of async callback being called twice after steam-user fired `webSession` without calling `webLogOn()`. Any idea why could that happen? When steam-user is requesting new web session on its own, or if/when Steam does that automatically? The account wasn't used in any other way than this application, which was kinda experimental and left alone for ~3 days before that happen. Of course it was bad coded, but I didn't expect `webSession` event being fired more than once. Steam-user version: 3.3.4
-
I'm looking through steam-user and I can't find a method for extracting the trade url from a user (if I want to send a user a trade req for eg). Is it possible to get a trade url (with a partner Id and a token id) with just a users steam id (not just your own?) Thanks
-
If you try to execute the bot using a user that doesn't have a home directory the application will crash on dataPath = path.join(process.env.HOME, ".local", "share", "{0}") perhaps check if process.env.HOME exists, otherwise set a fixed path?
-
Does that mean I can give it a ssfn file that's located in my Steam folder?