JustArchiNET / ArchiSteamFarm

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

Error checking for updates and versions #3036

Closed Karbust closed 11 months ago

Karbust commented 11 months ago

Checklist

ASF version

Latest stable release

ASF variant

docker-linux/amd64

Bug description

The latest image broke updates for some reason.

image

Expected behavior

Show current version and pre-release version.

Actual behavior

Show an error.

Steps to reproduce

Use the latest tag docker image.

Possible reason/solution

No response

Can you help us with this bug report?

No, I don't have time, skills or willings for any of that

Full log.txt recorded during reproducing the problem

2023-10-18T09:13:29.201375289Z 2023-10-18 09:13:29|ArchiSteamFarm-18|INFO|ASF|Update() Checking for new version...
2023-10-18T09:13:29.596690665Z 2023-10-18 09:13:29|ArchiSteamFarm-18|DEBUG|ASF|InternalRequest() Forbidden <- GET https://api.github.com/repos/JustArchiNET/ArchiSteamFarm/releases/latest
2023-10-18T09:13:29.610002330Z 2023-10-18 09:13:29|ArchiSteamFarm-18|WARN|ASF|UrlGetToJsonObject() Request failed after 5 attempts!
2023-10-18T09:13:29.610298008Z 2023-10-18 09:13:29|ArchiSteamFarm-18|DEBUG|ASF|UrlGetToJsonObject() Request failing: https://api.github.com/repos/JustArchiNET/ArchiSteamFarm/releases/latest
2023-10-18T09:13:29.612495809Z 2023-10-18 09:13:29|ArchiSteamFarm-18|WARN|ASF|Update() Could not check latest version!

### Global ASF.json config file

```json
{
  "ConnectionTimeout": 60,
  "Headless": true,
  "IPCPassword": "***",
  "LicenseID": "***",
  "SteamOwnerID": ***,
  "WebLimiterDelay": 200,
  "IPCPrefixes": ["http://127.0.0.1:1242/"],
  "SteamTokenDumperPluginEnabled": true
}

BotName.json config of all affected bot instances

No response

Additional info

No response

JustArchi commented 11 months ago

Hey there! Thank you for contacting our development team at GitHub.

We believe that your issue does not meet our contributing guidelines referenced during issue creation.

Before you open an issue please review the contributing guidelines for this repository. (...) I understand that if my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue that is not related to ASF development in any way, then it will be closed and left unanswered.

Reason for closing: technical difficulties using the program are not related to ASF development. Use appropriate support channel instead.

Please check out our wiki if you need further help.

Have a nice day! ~Archi

Karbust commented 11 months ago

Hey there! Thank you for contacting our development team at GitHub.

We believe that your issue does not meet our contributing guidelines referenced during issue creation.

Before you open an issue please review the contributing guidelines for this repository. (...) I understand that if my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue that is not related to ASF development in any way, then it will be closed and left unanswered.

Reason for closing: technical difficulties using the program are not related to ASF development. Use appropriate support channel instead.

Please check out our wiki if you need further help.

Have a nice day! ~Archi

This only started happening when I updated to the latest tag a few minutes ago, so I assumed it was an unexpected bug.