
MrPotato
Member-
Posts
65 -
Joined
-
Last visited
Everything posted by MrPotato
-
Nope :c
-
is there any way to resolve it?
-
/del
-
idk when and how im getting error, but im getting it sometimes i use proxy in SteamUser constructor
-
getting error in callback function getTradeURL
MrPotato replied to MrPotato's topic in node-steam-user
yes, but when i get error inside the function, the function calls again with err -
client.getTradeURL(function(err, details) { if(err) return console.log("error: " + err); console.log(badvar); });log: error: ReferenceError: badvar is not defined
-
user.on('error', function(e) { log(username, "error: " + JSON.stringify(e)); log(username, e);}); Sometimes returns "{}" log:[y6p123] error: {}[y6p123] } Why?
-
I want handle 'FriendMessagesClient.NotifyAckMessageEcho#1' message, it's possible?
-
this one yes, my problem. but i just wanna know how can i send a message to my group using gid or link group? Any method? Thanks for your answer
-
Im working on steam chat bot to my group
-
also user.joinChat('103582791438529221', function(result){ console.log(result); }); returns 'Limited' why?
-
is possible with node-steam-user or node-steamcommunity?
-
i dont really know how can i do this, how can i get chat room id?
-
how can i send a message to group using gid or url?
-
Hello! Did you check this method? ChangeEmail deprecated or its my error?
-
user.logOn(options); user.on('steamGuard', function(domain, scallback) { getGuard(); }); user.on('error', function(e) { pushError(e); }); user.once('webSession', function(sessionID, cookies) { log('webSession'); //calling user.changeEmail({ "password": password, "newEmail": email.email }, function(err, needsSmsCode) { console.log(123); //not calling }); });
-
Can you check it?
-
Nothing happends after calling user.changeEmail(..)
-
changeEmail deprecated?
-
Thanks for your answer 1. Why i got error about invalidPassword if Password not wrong? 2. Why in first account i didnt get this error? I removed password and for this moment i didnt get this error error
-
Hello again. Can you explain this please? Why in first account i logged by loginKey, but in another one i got error invalidPassword? https://youtu.be/Mfw1X3-CgfA Thanks!
-
Okey, i got it! After 12nd time relogging, i got new loginKey.
-
log:
-
Okey, the loginKey is changing, but before that i got error LogonSessionReplaced, and then invalidPassword errors not correct