The Anthias is not starting on port 80

he screenly-anthias-nginx-1 container cannot start on port 80. I have tried restarting Docker and the screenly-anthias-nginx-1 container, but the issue persists.

Since port 80 is not running, access to the management interface is being refused.
The error message is as follows:
The connection to xxx.xxx.xxx.xxx is being refused.

Does anyone have any ideas or suggestions?

If possible, please take a look at the logs as well.

$ docker logs -f screenly-anthias-nginx-1
2024/11/25 10:38:28 [emerg] 1#1: host not found in upstream “anthias-server:8080” in /etc/nginx/sites-enabled/nginx.production.conf:4
2024/11/25 10:38:30 [emerg] 1#1: host not found in upstream “anthias-websocket:9999” in /etc/nginx/sites-enabled/nginx.production.conf:8

pi@raspberrypi:~ $ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1dd7024e7e8e screenly/anthias-viewer:experimental-pi4 “/usr/bin/entry.sh b…” 27 minutes ago Up 16 seconds screenly-anthias-viewer-1
6bc1cd1f088b screenly/anthias-server:experimental-pi4 “/usr/bin/entry.sh b…” 27 minutes ago Up 16 seconds screenly-anthias-server-1
e157245673be screenly/anthias-nginx:experimental-pi4 “/usr/bin/entry.sh n…” 3 months ago Restarting (1) 1 second ago screenly-anthias-nginx-1
8bb76031d92b screenly/anthias-redis:experimental-pi4 “/usr/bin/entry.sh r…” 3 months ago Up 16 seconds 127.0.0.1:6379->6379/tcp screenly-redis-1

@koukkou,

  • I saw that you’re using the experimental branch, which is already been deleted.
  • Meanwhile, you can try backing up your data and run the installer command bash <(curl -sL https://install-anthias.srly.io).

To back up your data, SSH to your device and run the following:

cd ~
tar -czf anthias-backup.tar.gz .screenly screenly_assets

Keep that backup data, as you might be needing it later.

After that, run the install/upgrade command, bash <(curl -sL https://install-anthias.srly.io).
You’ll be prompted for what version to install. Select latest.

Let me know if you have any questions.

Thank you very much.

During the upgrade, I mistakenly selected “YES” for the Network Manager, which caused my Wi-Fi connection to stop working. It seems that Anthias automatically disabled it. Feeling uncertain, I decided to reinstall and managed to resolve the issue.