Can't reach Web-UI anymore #1538
Replies: 9 comments 11 replies
|
Yes, I've the same Problem. |
|
My Log: Checking for script in deploy/docker/prestart.sh It seems, it's a problem with "uwsgi". |
|
KI investigation: That pretty much confirms the suspicion. It might help; it does indeed look like a build error. |
|
Is there any way to revert to a previous build? I was only able to find release tags from multiple months ago.. |
|
I used |
|
I experienced the same. Looks like a bug in the new image, or a change not gone well. |
|
I just tried to revert to mediacms:7 and now the service is up again but the console spits out a new admin password and all my videos aren't showing in the web-ui. They are still in their place in the appdata folder and the database also didn't re-initialize or anything, it just reported the usual "seems to contain a database - skipping initialization..." |
|
Only Docker installation is supported since version 8, uwsgi (python application server) was replaced in favor of gunicorn. The steps to update on the Docker installation would be
You cannot use version 8 with the non Docker setup, or at least you cannot do it without spending some time (you have to change uwsgi loading into gunicorn, install dependencies etc, all of these are not included) And as far as the need to pull new image, and update the code too, this is going to be decoupled soon (only docker-compose.yaml will be enough, without the need to the code base) Hope this helps |
|
@mgogoulos regarding the comment above about not needing to pull code via Git. Do you have any estimates ion the timeframe for when that releases? |
Uh oh!
There was an error while loading. Please reload this page.
Overnight I suddenly can't reach MediaCMS anymore. Yesterday it was working fine, I think it may have auto-updated overnight. I get a 502 Bad Gateway (nginx/1.22.1) error and the logs for the web container say the following:
web-1 | 2026/06/03 15:03:25 [error] 55#55: *27 connect() failed (111: Connection refused) while connecting to upstream, client: 172.22.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "uwsgi://127.0.0.1:9000", host: "media.lukasstipar.com", referrer: "https://media.lukasstipar.com/"The only other thing that seems weird in the logs is this:
web-1 | Checking for script in deploy/docker/prestart.sh celery_worker-1 | 2026-06-03 15:01:21,191 INFO Included extra file "/etc/supervisor/conf.d/supervisord-celery_long.conf" during parsing web-1 | Running script deploy/docker/prestart.sh celery_worker-1 | 2026-06-03 15:01:21,191 INFO Included extra file "/etc/supervisor/conf.d/supervisord-celery_short.conf" during parsing celery_worker-1 | 2026-06-03 15:01:21,191 INFO Included extra file "/etc/supervisor/conf.d/supervisord-debian.conf" during parsing celery_worker-1 | 2026-06-03 15:01:21,193 INFO RPC interface 'supervisor' initialized celery_worker-1 | 2026-06-03 15:01:21,193 CRIT Server 'unix_http_server' running without any HTTP authentication checking celery_worker-1 | 2026-06-03 15:01:21,193 INFO supervisord started with pid 1 celery_worker-1 | 2026-06-03 15:01:22,194 INFO spawned: 'celery_short' with pid 53 celery_beat-1 | __ - ... __ - _ celery_worker-1 | 2026-06-03 15:01:22,195 INFO spawned: 'celery_long' with pid 54Any Idea what might be the problem? I can neither reach it via the Domain (through a cloudflare tunnel that definitely works) nor the local IP address. Help would be greatly appreciated since I run the video content of my website on this instance.. :/
Thanks in advance! :)
All reactions