-
Lychee versionv5.1.2 Which PHP version are you using?PHP 8.3 Detailed description of the problemI deployed lychee via podman, 'docker pull lycheeorg/lychee:dev' using this image, which uses the sqlite database At the same time, I also tried importing by php artisan, which also caused problems. Like the following root@038a06b0c059:/var/www/html/Lychee# php artisan lychee:sync /uploads/import/xs/
Start syncing.
/uploads/import/xs: 0%
/uploads/import/xs: 100%
/uploads/import/xs/Barbie [Barbie]: 0%
/uploads/import/xs/Barbie [Barbie]: 100% In addition, when using the web import through the '4.1.2' version, the log will appear the following error message, may be helpful?
Are there any temporary solutions? Steps to reproduce the issue
Diagnostics [REQUIRED]4.1.2
5.1.2
Browser & System [REQUIRED]edge 123.0.2420.32 RockyLinux 9.1 Please confirm (incomplete submissions will not be addressed)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
That is something I can investigate. My guess is that because we are using Thanks for the pointer to #951 this is indeed a different problem. Note that we did not close the issue, the creator of the issue did that themselves. I will try to get a patch out soon (gimme a few days I am pretty sure I know what to fix). |
Beta Was this translation helpful? Give feedback.
That is something I can investigate. My guess is that because we are using
glob
it is breaking the path. I can think of a Quick fix for that.Thanks for the pointer to #951 this is indeed a different problem. Note that we did not close the issue, the creator of the issue did that themselves.
I will try to get a patch out soon (gimme a few days I am pretty sure I know what to fix).