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

Invalid password, with valid password input #3025

Closed TruzThePleasureMan closed 11 months ago

TruzThePleasureMan commented 11 months ago

Checklist

ASF version

Latest stable release

ASF variant

linux-x64

Bug description

So I did use the ASF config generator, I set a password as I am using this on a server, not a local machine. I am writing the password in correctly, and despite that it gives me an invalid password err.

Expected behavior

Logged in successfully

Actual behavior

Error Invalid password!

Steps to reproduce

  1. Download ASF and put it in a folder
  2. Generate ASF config with password, headless on and put it in config/ASF,json
  3. Set IP from localhost to an actual IP address in the IPC.config
  4. Attempt to log in

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

2023-10-15 10:34:38|ArchiSteamFarm-15998|INFO|ASF|InitCore() ArchiSteamFarm V5.4.10.3 (linux-x64/8b79fb39-f5a3-4b56-8f2b-59d243628c1e | .NET 7.0.11; debian.12-x64; Linux 6.2.16-14-pve #1 SMP PREEMPT_DYNAMIC PMX 6.2.16-14 (2023-09-19T08:17Z))
2023-10-15 10:34:38|ArchiSteamFarm-15998|INFO|ASF|InitCore() Copyright    2015-2023 JustArchiNET
2023-10-15 10:34:38|ArchiSteamFarm-15998|WARN|ASF|InitCore() You're attempting to run ASF as the administrator (root). This causes a significant security risk to your machine, and as ASF does not require root access for its operation, we recommend to run it as non-administrator user if possible.
2023-10-15 10:34:44|ArchiSteamFarm-15998|WARN|ASF|Load() You're using SCrypt setting of IPCPassword property, but you didn't provide a custom --cryptkey. You should provide a custom --cryptkey for increased security.
2023-10-15 10:34:44|ArchiSteamFarm-15998|INFO|ASF|InitPlugins() Initializing Plugins...
2023-10-15 10:34:45|ArchiSteamFarm-15998|INFO|ASF|InitPlugins() Loading MobileAuthenticatorPlugin V5.4.10.3...
2023-10-15 10:34:45|ArchiSteamFarm-15998|INFO|ASF|InitPlugins() MobileAuthenticatorPlugin has been loaded successfully!
2023-10-15 10:34:45|ArchiSteamFarm-15998|INFO|ASF|InitPlugins() Loading SteamTokenDumperPlugin V5.4.10.3...
2023-10-15 10:34:45|ArchiSteamFarm-15998|INFO|ASF|InitPlugins() SteamTokenDumperPlugin has been loaded successfully!
2023-10-15 10:34:45|ArchiSteamFarm-15998|INFO|ASF|InitPlugins() Loading ItemsMatcherPlugin V5.4.10.3...
2023-10-15 10:34:45|ArchiSteamFarm-15998|INFO|ASF|InitPlugins() ItemsMatcherPlugin has been loaded successfully!
2023-10-15 10:34:45|ArchiSteamFarm-15998|INFO|ASF|UpdateAndRestart() ASF will automatically check for new versions every 1 day.
2023-10-15 10:34:45|ArchiSteamFarm-15998|INFO|ASF|Update() Checking for new version...
2023-10-15 10:34:46|ArchiSteamFarm-15998|INFO|ASF|Update() Local version: 5.4.10.3 | Remote version: 5.4.10.3
2023-10-15 10:34:46|ArchiSteamFarm-15998|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.
2023-10-15 10:34:46|ArchiSteamFarm-15998|INFO|ASF|Start() Starting IPC server...
2023-10-15 10:34:47|ArchiSteamFarm-15998|INFO|Microsoft.Hosting.Lifetime|Now listening on: http://192.168.50.180:1242
2023-10-15 10:34:47|ArchiSteamFarm-15998|INFO|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down.
2023-10-15 10:34:47|ArchiSteamFarm-15998|INFO|Microsoft.Hosting.Lifetime|Hosting environment: Production
2023-10-15 10:34:47|ArchiSteamFarm-15998|INFO|Microsoft.Hosting.Lifetime|Content root path: /root
2023-10-15 10:34:47|ArchiSteamFarm-15998|INFO|ASF|Start() IPC server ready!
2023-10-15 10:34:47|ArchiSteamFarm-15998|INFO|ASF|RegisterBots() Initializing SteamDirectory...
2023-10-15 10:34:47|ArchiSteamFarm-15998|INFO|ASF|RegisterBots() Success!
2023-10-15 10:34:47|ArchiSteamFarm-15998|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.
2023-10-15 10:35:17|ArchiSteamFarm-15998|INFO|Microsoft.Hosting.Lifetime|Application is shutting down...

Global ASF.json config file

{
  "Headless": true,
  "IPCPassword": "admin",
  "IPCPasswordFormat": 1
}

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