June 4, 20233 yr Same here, getting the log-viewer error: Quote GID/UID ─────────────────────────────────────── User UID: 99 User GID: 100 ─────────────────────────────────────── using keys found in /config/keys sending incremental file list sent 2,501 bytes received 29 bytes 5,060.00 bytes/sec total size is 809,837 speedup is 320.09 In Container.php line 916: Target class [log-viewer] does not exist. In Container.php line 914: Class "log-viewer" does not exist [custom-init] No custom files found, skipping... [ls.io-init] done. I tried what was suggested here but it doesn't work (unless I didn't do it right): https://github.com/LycheeOrg/Lychee/issues/1855 This is a recent breakage, maybe a few weeks.
June 4, 20233 yr 19 minutes ago, shpitz461 said: Same here, getting the log-viewer error: I tried what was suggested here but it doesn't work (unless I didn't do it right): https://github.com/LycheeOrg/Lychee/issues/1855 This is a recent breakage, maybe a few weeks. I reverted back to a previous working build so that I could wait the "few weeks". Will give a look at the github issue link above. Thanks.
June 4, 20233 yr Which version did you revert to? I tried going back to 4.8.0 but instead of the error got a prompt to 'migrate' or something is a user/pwd but when I entered my admin pwd it said invalid credentials.
September 11, 20232 yr I see on LycheeOrg/Lychee-Docker SQL lite is included and you don't need a extra db container? Is that something we could have on the unraid lychee container too?
February 23, 20242 yr Hi. I try to install Lychee. Bu I have some problems. On the WebUI I see the following error: and thats the log file: my user lychee has not the necessary rights. But how to solve the problem. Can someone help?
February 23, 20242 yr Are you using an external sql db? 172.17.0.1 is your mysql/mariadb container? Did you create a db and user for lychee in mysql/mariadb? If not, open a console to mariadb from the docker tab and then issue the following commands: mysql -u root -p Quote CREATE USER '<USR>' IDENTIFIED by '<PWD>'; CREATE DATABASE IF NOT EXISTS <DB>; GRANT ALL PRIVILEGES ON <DB>.* TO '<USR>' IDENTIFIED BY '<PWD>'; You can use adminer container to connect to mariadb and check the db and user. Here's my db config for the container: Edited February 23, 20242 yr by shpitz461
July 11, 2025Jul 11 I've had a weird issue where updating the docker has broken all of the links to the images, they just show a blurred background and the universal broken IMG icon.Has anyone experienced this or know of a way to resolve this? I installed a fresh version that im keeping version locked while I try to figure this out, i dont necessairly a year down the line want to be running out of date code but I can't have it breaking every other update either, any ideas?
February 19Feb 19 Is there a method to pull an older image? Somehow my container has been updated to latest 7.x, but the database is expecting version 4.1.0 and fails to load and migrations fail. If I can, I'd like to try getting the lychee container back to 4.1.0 and attempt step upgrades from that point.I tried using this but fails. Any ideas?lscr.io/linuxserver/lychee:v4.1.0
February 22Feb 22 Figured it out, was missing "amd64-version-" and turns out I needed 4.10.0, not 4.1.0.lscr.io/linuxserver/lychee:amd64-version-v4.10.0
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.