Hi, today I tried Anthias v2026.6.3 with Bookworm and Trixie on a Raspberry Pi 4 8GB, but I noticed that the Asset Changer doesn’t work. If I upload images, they remain the same even if I change them with a web page or video and vice versa. The first content I upload doesn’t change, whether I edit it or delete it, until I turn the Raspberry Pi off and on again. It seems like a cache issue.
This was resolved in fix(viewer): detect DB changes under WAL so new assets load by vpetersson · Pull Request #3062 · Screenly/Anthias · GitHub. It was related to some database changes.
I just pulled the latest master release on my Pi5 using the run_upgrade.sh but the issue seems to still be present.
Let me see if I can reproduce this.
I can’t reproduced this.
Could you run:
sudo docker compose -f ~/anthias/docker-compose.yml ps --format 'table {{.Name}}\t{{.Image}}\t{{.ID}}'
NAME IMAGE CONTAINER ID
anthias-anthias-celery-1 Package anthias-server · GitHub e685036de978
anthias-anthias-server-1 Package anthias-server · GitHub c54c90657016
anthias-anthias-viewer-1 Package anthias-viewer · GitHub 836733ad8d27
anthias-redis-1 Package anthias-redis · GitHub b1bad51231e4
Found the problem. It has been fixed. However, there is a build problem that prevented the fix from being pushed.
Resolved - images are now being pushed. Please try again.