Jump to content
McKay Development

kasarlol

Member
  • Posts

    4
  • Joined

  • Last visited

kasarlol's Achievements

  1. I am get 429 error when try to get api key. Its happens only on new account. Independently have account limitations or not.On old accounts its work fine and i can get api key without error. Manually i can get api key without problem. steamWebLogOn.webLogOn(function(sessionID, cookies) { manager.setCookies(cookies, function(err) { if (err) { console.log(err); process.exit(1); // Fatal error since we couldn't get our API key return; } console.log("Got API key: " + manager.apiKey); }); community.setCookies(cookies); community.startConfirmationChecker(30000, Mobile.identity_secret); // Checks and accepts confirmations every 30 seconds });
  2. oh i am forgot enter user, pass from my file
  3. i was added my phone number from steamcommunity site in my profile
  4. i am create new account. can i enable two factor with limitation? when i am trying enable, get error 2.
×
×
  • Create New...