LycheeOrg / Lychee-front

JS implementation of Lychee frontend
https://lycheeorg.github.io/
MIT License
48 stars 53 forks source link

Album thumbnails are not working #198

Closed khanpeach closed 4 years ago

khanpeach commented 4 years ago

Hi

The album thumbnails are not generated for the created albums but "recent album" shows the thumbnail only for the recent folder

in the log i can see following error

App\Metadata\GitHubFunctions::__construct -- 47 -- file_get_contents(/home/xxx/.git/HEAD): failed to open stream: No such file or directory

any idea why?

d7415 commented 4 years ago

Please file this at LycheeOrg/Lychee using the template there.

ildyria commented 4 years ago

App\Metadata\GitHubFunctions::__construct -- 47 -- file_get_contents(/home/xxx/.git/HEAD): failed to open stream: No such file or directory

This just means that it is not finding .git/HEAD which is normal if you are using the release channel. Nothing wrong here.