Jump to content
McKay Development

laroz

Member
  • Posts

    12
  • Joined

  • Last visited

laroz's Achievements

  1. Hi, after a time, i get Errors like the Bot is not logged in. data: bot.js:10784 - Error: Not Logged In from offer.getUserDetails or that data: bot.js:10784 - Unable to accept offer: Malformed JSON response data: bot.js:10784 - Unable to accept offer in retry: Malformed JSON response when he will accept the offer... What can i do there? i tried to make this again, but dont work client.on('webSession', function(sessionID, cookies) { manager.setCookies(cookies, function(err) { if (err) { console.log(err); process.exit(1); return; } console.log("Got API key: " + manager.apiKey); }); community.setCookies(cookies); community.startConfirmationChecker(30000, "SECRET"); });
  2. Thank you guys! That is working client.on("steamGuard", function(domain, callback, lastCodeWrong) { if(lastCodeWrong) { console.log("Last code wrong, try again!"); setTimeout(function() { callback(SteamTotp.getAuthCode("YOURCODE")); }, 30000); } }); I mean this 30 seconds is for Steam Codes, cause this time needs to wait for the new code right? Than close it Working!
  3. But what can i do, if the bot ask for Steam Guard Code:? The Bot dont try again for his own... i must turn off and start again to fix it...
  4. I had another post, but this was deleted. So here. The Bot accept the Trade. receivedOfferChanged tracked it, and when he makes offer.getReceivedItems(function(err, items) { than items is empty... so he dont find the "items" from the receive... that is the problem, why he accept items but cant put in my database Can you say me, what i can do? I see much other sites yesterday (csgofast) and they was active when the steam server has problems... My Bot dont find items in getreceiveditems
  5. Hi guys, my bot is accepting a Trade, but says Error Unable to accept offer: Cannot load new trade data: Data temporarily unavailable After accepting, receivedOfferChanged dont run and check if accepted. But the tradeoffer was accepted... What is this? :/
  6. Hey, much time, when the bot start/restart/crashed it comes Steam Guard App Code: But why? I dont can find this... Is this cause i used with App Guard? "domain": 'MYDOMAIN.com'
  7. i dont find what i need for that... dont find any steamname or username or like that :/
  8. Hi, how i can get the Partner Steamname? i already get the steamid with this var steamid = offer.partner.getSteamID64(); but i need the steamname of the user :x
×
×
  • Create New...