Jump to content
McKay Development

kasarlol

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by kasarlol

  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
    });
    
×
×
  • Create New...