dmcallejo

Results 16 comments of dmcallejo

I've solved this for now running `docker run` with `--user` or in docker-compose with `user:` . Apparently works and I don't see any errors on logs. An integrated solution would...

Hello, current version is running fine with latest ASF. Tell me more about your setup, how are you running ASF, and ASFBot. It looks like maybe you're running through a...

You can still enable IPC via ASF's WebUI. You should be able to access it in http://localhost:1242 ASF.json file is a simple JSON file. I think you can generate your...

Then I think there's an issue with your ASF instance or your docker networks. Are you sure ASF is starting correctly?

Yes, I checked my logs too and apparently the `--server` flag has been deprecated. Your version and logs are just the same as mine, and IPC is started and running....

Mmmmh, you're probably right, maybe it's a prefix issue. Try this: Create a file in the ASF config directory, name it `IPC.config` ``` { "Kestrel": { "Endpoints": { "IPv4-http": {...

> 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 url:...

You're welcome! Thank you for pointing out those new configuration requirements. I'll add them to the Readme! Cheers!

No headless binary for now, which is needed for this image to work afaik.

I don't know if this is the same issue that prevents the app from working on MIUI 10 (Android 9, Mi 9T Pro). I used it before in my OnePlus...