Jump to content
McKay Development

KaMilml

Member
  • Posts

    18
  • Joined

  • Last visited

KaMilml's Achievements

  1. update: - One hour ago the first error "Invalid API response" was fixed. I didnt do anything. - Coincidentally I noticed that this endpoint (https://steamcommunity.com/inventory/{steamId}/570/2) was failing (I use it for something else). And at the time it was fixed it also fixed the problem of "Invalid API response" Now my bots are working intermittently to send the trade. I assume that it is a Steam error only. I have always used steamstat.us to guide me and that site right now does not indicate any problem. That's why I'm worried.
  2. Error: Descriptions: Invalid API response at Helpers.checkNeededDescriptions (F:\apps\WPB\bots\node_modules\steam-tradeoffer-manager\lib\index.js:497:14) at Async.map (F:\apps\WPB\bots\node_modules\steam-tradeoffer-manager\lib\assets.js:166:5) at F:\apps\WPB\bots\node_modules\async\dist\async.js:1126:9 at F:\apps\WPB\bots\node_modules\async\dist\async.js:473:16 at iteratorCallback (F:\apps\WPB\bots\node_modules\async\dist\async.js:1048:13) at F:\apps\WPB\bots\node_modules\async\dist\async.js:958:16 at F:\apps\WPB\bots\node_modules\async\dist\async.js:1123:13 at Async.each (F:\apps\WPB\bots\node_modules\steam-tradeoffer-manager\lib\assets.js:159:6) at F:\apps\WPB\bots\node_modules\async\dist\async.js:473:16 at iteratorCallback (F:\apps\WPB\bots\node_modules\async\dist\async.js:1048:13) My bots was worked perfectly until a few minutes ago. This new error happen each time the try to poll the data. And I get "ServiceUnavailable" message when I am trying to make a trade. But Steam status is ok: Some idea?
  3. I think yes. But, I have two bots with the same number than other banned accounts (4 accounts with the same number has been banned), and this two bots are working perfectly 1 year ago.I lose another accounts with clean numbers, but this 2 accounts with compromised numbers are working nice. The principal difference with this two accounts is I used both accounts for play and normal trades 3 years before, and the banned accounts with the same number had ~1 hour played of Dota 2. Maybe the important point is a good balance between ( total hours played / trades per day / logins per day ) and more. Thats why I asked Dr. McKay for how to prevent my bots lose the session
  4. Yes but how can I keep my session active? some months earlier I had no problems with the same code. Valve changed something but I don't know what exactly I have to do. I tried .webLogOn() but does not works. Maybe you can give me an example of how to use the method to keep the session active please?
  5. My bots are relogin every 30 minutes (I don't know why). And I received a responde from Steam Support about my other banned account "we banned your account for reports, trade history and other reasons.." maybe they can see too many relogin in my bot and ban him? Or that does not matters? You maybe know why my bot is restarting or failing? this is my boot code https://i.imgur.com/6LJpTS0.png
  6. Thanks for taking the time to answer. If I have another account with that banned number, can I change the phone number and use the same account with normally? or I have to make a new account with a new clean number? I have an older bot (5 years account, bot from 1 year ago) with the same banned number, but that account is work normally. Thats why I thought maybe olders accounts are better for bots. I guess it's just a lucky account.
  7. and what about the 0 played hours? and you think buy / sell items are allowed?or not but valve just let that sites work? (risky business) I was working in a market site but now I am afraid about another trade ban. I just want to know is it possible that I can operate without problems. I really like programming and games like Dota 2. I would very much finish this project.
  8. Steam banned my bot today https://i.imgur.com/TVPRNks.png I was using my bot for buy / sell items with real money in my country. That is not allowed? I don't know how some sites works perfectly with bots (tradeit.gg loot.farm skinwallet.com skins.cash) My bot account had 0 played hours. And I was using a phone number of another banned account. Maybe this matters?
  9. I have a question about that. Valve just ban bots of betting sites? or trading sites are also prohibited? I don't know why betting sites are using coins instead items to bet, and they are implementing an intern market of items.
  10. Hello guys.. any news about this problem?
  11. What endpoint or method I have to use to keep alive my session? Can you give me an example please bro?
  12. Same problem here :'( Any idea?
  13. I found the error. When I run two scripts of bots (different steam accounts) in the same server, my newest bot gets this error. I don't know the reason, both scripts have not users. The oldest script is not updated (the code is terrible but works, was my first try). If you have the same problem just run another server.
  14. Hello Dr Mckay I have the same problem 1 day ago. But the difference is I am not using this for production. I am just testing in a droplet in digital ocean and I have not users. When I run my script and I try to make a withdraw offer. I got an HTTP error 429 https://i.imgur.com/ot0Of2c.png Some times I can make 1 offer and then the next tries gets error 429, and sometimes I can't do any offer (all of them gets error 429) CONFIG: - I am using `acceptConfirmationForObject` for each request (with no limits) but I repeat. I am the unique user sending offers. - pollInterval: -1 help me please dr mckay thanks in advance..
×
×
  • Create New...