View Single Post
Old 02-14-2016, 10:12 AM   #1876
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@nemiere: Huh, that's weird.

Try to redirect the KFXMeta output to a file, by tweaking linkss/bin/cover-extract (with a proper code editor that won't mess up line-endings), by switching L#115 from

Code:
${PYTHON} ${LINKSS_BINDIR}/kfxmeta.py "${last_read_kfx}" "${LINKSS_TMPFS_CACHE}/"
to
Code:
${PYTHON} ${LINKSS_BINDIR}/kfxmeta.py "${last_read_kfx}" "${LINKSS_TMPFS_CACHE}/" &> /mnt/us/linkss/kfxmeta.log
And check what linkss/kfxmeta.log has to say about that after trying to reopen this book...
NiLuJe is offline   Reply With Quote