When running distribusi -d . -t -v -s /var/www/archive/stylesheet.css to generate the archive, the thumnailer returns different error messages:
Thumbnailer: cannot write mode P as JPEG
Thumbnailer: cannot write mode RGBA as JPEG
Thumbnailer: cannot write mode RGBA as JPEG
And the thumbnail function is not added to the generated page.
This needs a bit of digging I think, to see what is going on.
When running `distribusi -d . -t -v -s /var/www/archive/stylesheet.css` to generate the archive, the thumnailer returns different error messages:
> Thumbnailer: cannot write mode P as JPEG
> Thumbnailer: cannot write mode RGBA as JPEG
> Thumbnailer: cannot write mode RGBA as JPEG
And the thumbnail function is not added to the generated page.
This needs a bit of digging I think, to see what is going on.
When running
distribusi -d . -t -v -s /var/www/archive/stylesheet.css
to generate the archive, the thumnailer returns different error messages:And the thumbnail function is not added to the generated page.
This needs a bit of digging I think, to see what is going on.
Quick off the top of my head, without looking in to it:
Could it be that it tries to run PIL rather than Pillow?