JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.07k stars 1.04k forks source link

BadBot List Error #3023

Closed jamesrauscher closed 11 months ago

jamesrauscher commented 11 months ago

Checklist

ASF version

Latest stable release

ASF variant

docker-linux/amd64

Bug description

ASF tries to get a BadBot list without success.

Expected behavior

Bot takes all gifted trades as fast as possible.

Actual behavior

Prevents the tradebot to work properly. Like didn't accepted gift trades during the time where it tries to get the BadBots list.

Steps to reproduce

No response

Possible reason/solution

No response

Can you help us with this bug report?

Somehow, I can test and offer feedback, but can't code

Full log.txt recorded during reproducing the problem

ArchisteamFarm-169481DEBUGlASF IUr1GetTostream() Anfrage fehlgeschlagen: https://asf.justarchi.net/Api/BadBots
DEBUGIASF InternalRequest() 523 <- GET https://asf.justarchi.net/Api/BadBots

Global ASF.json config file

No response

BotName.json config of all affected bot instances

No response

Additional info

No response

nolddor commented 11 months ago

Whole server is down, electricity outage... It must be back soon. More info #asf-english at discord server

JustArchi commented 11 months ago

Not a bug, as per ASF logic, it tries to fetch bad bots first to ensure you're not getting exploited or otherwise affected by steam accounts that we determined as risky to the community. Since my server was down, the list couldn't be fetched in timely manner, which resulted in a bit of delay (not total failure) while accepting trade offers, as ASF has mechanisms to pass trades if it can't reach the server in timely manner.

The server issue is fixed as of now, and there is nothing to improve/change in ASF in this regard. People can always disable additional bad bots logic if it's unacceptable for them, as per the wiki.

Regardless, thanks for report.