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

Not recognizing config file #3255

Closed sk3nn1xxx closed 1 month ago

sk3nn1xxx commented 1 month ago

Checklist

ASF version

Latest stable release

ASF variant

win-x64

Bug description

It doesnt recognize the config file in the config directory it says i dont have any bots enabled but i do have a config file i made the same as the setting up tutorial describes it

i generated the config on the web configurator

Expected behavior

The bot actually starting

Actual behavior

image

Steps to reproduce

No response

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

2024-07-24 04:03:47|ArchiSteamFarm-11592|INFO|ASF|InitCore() ArchiSteamFarm V6.0.4.4 (win-x64/4b1740efedef479cba72623c1b357424 | .NET 8.0.6; win-x64; Microsoft Windows 10.0.19045) in [C:\Users\sk3nn1x\Downloads\ASF-win-x64]
2024-07-24 04:03:47|ArchiSteamFarm-11592|INFO|ASF|InitCore() Copyright © 2015-2024 JustArchiNET
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|InitPlugins() Initializing Plugins...
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|InitPlugins() Loading ItemsMatcherPlugin V6.0.4.4...
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|InitPlugins() ItemsMatcherPlugin has been loaded successfully!
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|InitPlugins() Loading MobileAuthenticatorPlugin V6.0.4.4...
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|InitPlugins() MobileAuthenticatorPlugin has been loaded successfully!
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|InitPlugins() Loading SteamTokenDumperPlugin V6.0.4.4...
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|InitPlugins() SteamTokenDumperPlugin has been loaded successfully!
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|UpdateAndRestart() ASF will automatically check for new versions every 1 day.
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|UpdateASF() Checking for new version...
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|UpdateASF() Local version: 6.0.4.4 | Remote version: 6.0.4.4
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|OnASFInit() SteamTokenDumperPlugin is currently disabled according to your configuration. If you'd like to help SteamDB in data submission, please check out our wiki.
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|StartInteractiveConsole() Interactive console is now active, type 'c' in order to enter command mode.
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|Start() Starting IPC server...
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://localhost:1242
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Production
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|Microsoft.Hosting.Lifetime|Content root path: C:\Users\sk3nn1x\Downloads\ASF-win-x64
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|Start() IPC server ready!
2024-07-24 04:03:48|ArchiSteamFarm-11592|INFO|ASF|RegisterBots() Initializing SteamDirectory...
2024-07-24 04:03:49|ArchiSteamFarm-11592|INFO|ASF|RegisterBots() Success!
2024-07-24 04:03:49|ArchiSteamFarm-11592|WARN|ASF|RegisterBots() No bots are defined. Did you forget to configure your ASF? Follow 'setting up' guide on the wiki if you're confused.

Global ASF.json config file

{
  "SteamLogin": "**********",
  "SteamPassword": "*********",
  "Enabled": true
}

BotName.json config of all affected bot instances

No response

Additional info

No response

Abrynos commented 1 month ago

You saved the content of your bot config into global config file. I recommend sticking to our config generator instead of creating those files manually.

sk3nn1xxx commented 1 month ago

this config is generated from the config generator?

sk3nn1xxx commented 1 month ago

ok i needed to rename the file wow