You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some files are converted fine by sipi when called on the command line but make sipi crash when called on the web client (/make_thumbnail) with the error:
Sipi: Accepted connection from 172.18.0.4
Sipi: Kakadu-library: Kakadu Core Error:
Code-stream must start with an SOC marker!
terminate called after throwing an instance of 'int'
The file is on the shared folder lausanne/ro12_mo_f_pi_07_02_rom-r.tif
As sipi CLI accepts to convert it, we can start again from a PNG file (using the same docker instance that runs the web interface):
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
terminate called after throwing an instance of 'Exiv2::BasicError<char>'
what(): This does not look like a TIFF image
The text was updated successfully, but these errors were encountered:
Some files are converted fine by sipi when called on the command line but make sipi crash when called on the web client (
/make_thumbnail
) with the error:The file is on the shared folder
lausanne/ro12_mo_f_pi_07_02_rom-r.tif
As sipi CLI accepts to convert it, we can start again from a PNG file (using the same docker instance that runs the web interface):
then
/make_thumbnail
crashes with the message:The text was updated successfully, but these errors were encountered: