Jump to content
McKay Development

MrPotato

Member
  • Posts

    65
  • Joined

  • Last visited

Everything posted by MrPotato

  1. is there any way to resolve it?
  2. idk when and how im getting error, but im getting it sometimes i use proxy in SteamUser constructor
  3. yes, but when i get error inside the function, the function calls again with err
  4. client.getTradeURL(function(err, details) { if(err) return console.log("error: " + err); console.log(badvar); });log: error: ReferenceError: badvar is not defined
  5. user.on('error', function(e) { log(username, "error: " + JSON.stringify(e)); log(username, e);}); Sometimes returns "{}" log:[y6p123] error: {}[y6p123] } Why?
  6. I want handle 'FriendMessagesClient.NotifyAckMessageEcho#1' message, it's possible?
  7. 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
  8. Im working on steam chat bot to my group
  9. also user.joinChat('103582791438529221', function(result){ console.log(result); }); returns 'Limited' why?
  10. is possible with node-steam-user or node-steamcommunity?
  11. i dont really know how can i do this, how can i get chat room id?
  12. how can i send a message to group using gid or url?
  13. Hello! Did you check this method? ChangeEmail deprecated or its my error?
  14. 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 }); });
  15. Can you check it?
  16. Nothing happends after calling user.changeEmail(..)
  17. changeEmail deprecated?
  18. 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
  19. 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!
  20. Okey, i got it! After 12nd time relogging, i got new loginKey.
  21. Okey, the loginKey is changing, but before that i got error LogonSessionReplaced, and then invalidPassword errors not correct
×
×
  • Create New...