Andrew Mitchell

Results 12 comments of Andrew Mitchell

I do get an error in the container ``` INFO: - "GET /api/compose/ HTTP/1.1" 500 Internal Server Error ERROR: Exception in ASGI application Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/uvicorn/protocols/http/httptools_impl.py",...

The same problem/error appears in the devel branch as well. It seems whenever a project docker-compose file has an error in it, it'll cause the Yacht to freak out and...

If I manually go into the Yacht container and remove the bad project folder from /config/compose it fixes the error. So the fix would likely be better error handling around...

Sure, it was this (although I replaced sensitive values with placeholders). ``` version: '2' services: postgresql: image: docker.io/bitnami/postgresql:11 restart: unless-stopped environment: - ALLOW_EMPTY_PASSWORD=no - POSTGRESQL_PASSWORD= volumes: - postgresql_data:/bitnami/postgresql redis: image:...

I realized the specific error with this file is the VIRTUAL_HOST variable under the discourse service was missing a hyphen in front of it.

> > > same here! How did you find the errors in docker-compose.yml file? @realandrew > > @SelfhostedPro cannot install Yacht in :devel because i've used the installer via openmediavault....

Ah, I see if I actually go to download the file it is indeed webp (I think the problem was just sometimes it was falling back for some reason). What...

I'm getting this error too with Nuxt3 and NuxtImage v1. I'm not using nuxt-lazy-load so it's not my problem. I did however workaround it by using `` (constructing a string...

+1 for this. Really surprising it's not a feature yet, part of the benefit of `picture` over `img` is the ability to specify many formats, so being limited to 2...

Is there an ETA on this?