embedart plugin embedart: Error while checking art similarity; skipping. #5968
Shredder5262
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have beets in a docker container, seems to be going well, but I have been getting this issue repeatedly... I did some stuff to try and remedy it, but the error still keeps coming up.
When I first saw the error, I did some digging on how to get imagemagick installed...I found out that I could load it within the docker compose file.
services: beets: image: lscr.io/linuxserver/beets:latest container_name: beets environment: - PUID=1000 - PGID=1000 - TZ=America/Chicago - DOCKER_MODS=linuxserver/mods:universal-package-install - INSTALL_PACKAGES=imagemagick imagemagick-extra jpeg-dev libpng - INSTALL_PIP_PACKAGES=beets-filetote
I asked AI for help and it suggested I installed some supporting packages (hence the stuff after imagemagick)
As far as I can tell, it's installed and looks ok, I get a response back from imagemagick in the container and also I get a response back from the 'compare' component....but still the error message occurs.... Does anyone know why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions