En caso de que falle la instalación de KAVITA hacer lo siguiente:
Wild, this actually worked I think. I was able to set a cover image manually just now. Every other time I tried the container would crash.
Here's what I had to do in order (since I'm using a docker container):
docker exec -it kavita sh to enter the container
apt update to update the apt package list
apt-get install libvips –no-install-recommends to install libvips(42), without 500MB of recommended packages
rm libvips.so.42 to remove the precompiled version
docker stop kavita
docker start kavita
Restarted container for good measure. Maybe not necessary.
I'll try messing around with it some more, but so far so good, thank you all!
edit: Just added a new series, and it immediately grabbed the automatic covers perfectly!