Sean

Results 7 comments of Sean

I also just encountered this crash. It is not actually caused by a photo, but rather by a video in your collection. The Server isn't running out of RAM, but...

> It works totally fine on my prod and with your MWE it brings me back to re-install step (I guess there are no SQL persistence in your docker compose)....

> It looks like there may be an issue with your `/conf` volume, though it does seem able to access it once it's running to get the settings for diagnostics....

I can confirm that this fixed it on my side as well. In fact, only the `DB_CONNECTION=mysql` env variable needed to be set.

Thanks for your help @ildyria Maybe as a suggestion, the README of the lychee-Docker repo should probably include a note that the `DB_CONNECTION` env variable must be set, regardless if...

It seems to me, that [this line](https://github.com/LycheeOrg/Lychee-Docker/blob/d10de82598ff3b696aa3a5b47fa17cd02b2b46d7/entrypoint.sh#L61) is the culprit of (my) problems. If the `$DB_CONNECTION` variable is either `sqlite` **or not set/zero length**, it will choose sqlite, irrelevant of...

>> FTDI helper. ... @LGKev in my case installing the D2xxHelper fixed the problem. None of the commands unloading the kext helped me. Sent with GitHawk