nath67

Results 10 comments of nath67

Okay but do you know an alternative way to download albums in the meantime?

Okay thanks

On the other hand, when I build the project, I always have a problem but I don't have an error message (even with `cargo run -vv` but I have a...

I didn't get how to make the ASF.json These are my files in my config folder: ASF.db Nathan.bin Nathan.db Nathan.json This is my docker-compose : ``` version: '3.2' services: asf:...

I get this error when trying to access the webui (same problem on web browser, no response): nspaeter@nas:~$ curl localhost:1242 curl: (56) Recv failure: Connection reset by peer I generated...

But still get this error because WebUI is not accessible

Yes an issue with parameters --server ``` **asf | 2022-01-06 21:34:11|ArchiSteamFarm-17|WARN|ASF|ParseArgs() Unknown command-line argument: --server** asf | 2022-01-06 21:34:11|ArchiSteamFarm-17|INFO|ASF|InitCore() ArchiSteamFarm V5.2.1.5 (linux-x64/XXX | .NET 6.0.1; debian.11-x64; Linux 5.10.0-10-amd64 #1 SMP...

Could you provide me your ASF.json please? I think that my ICPPrefixes are wrong because from the inside of the container ASF, I can curl the URL but not from...

> > Okay, now it works, I can access the WebUI and the bot can access asf:1242 but the bot is getting this error : 403 Client Error: Forbidden for...

Working minimal configuration : ASF.json ``` { "IPCPassword": "XXX", "SteamOwnerID": XXX, "IPCPrefixes": [ "http://*:1242/" ] } ``` IPC.config ``` { "Kestrel": { "Endpoints": { "IPv4-http": { "Url": "http://0.0.0.0:1242" } },...