Hi there, I'm getting 'S W failed to process cover' for one book. It works fine with others, just a specific book I've bought.
I managed to edit cover-extract to output to a log.
I changed the line from:
Code:
env PYTHONIOENCODING="utf-8" ${PYTHON} ${LINKSS_BINDIR}/kfxmeta.py -c "${last_read_kfx}" "${LINKSS_TMPFS_CACHE}/"
to:
Code:
env PYTHONIOENCODING="utf-8" ${PYTHON} ${LINKSS_BINDIR}/kfxmeta.py -c "${last_read_kfx}" "${LINKSS_TMPFS_CACHE}/" &> /mnt/us/linkss/kfxmeta.log
Here is the error I got:
Code:
KFX Meta v2.0.N
Decoding "/mnt/us/documents/On the Edge of Gone_B01BOUC7B4.sdr/assets/metadata.kfx"
Traceback (most recent call last):
File "/mnt/us/linkss/bin/kfxmeta.py", line 592, in <module>
main()
File "/mnt/us/linkss/bin/kfxmeta.py", line 197, in main
data = extract_metadata(data)
File "/mnt/us/linkss/bin/kfxmeta.py", line 264, in extract_metadata
for value1 in entity_value[b"categorised_metadata"]:
KeyError: 'categorised_metadata'
Any ideas?
Kindle PW3, kindle-linkss-0.24.N, kindle-python-0.14.N-pw2_kt2_kv_pw3_koa_kt3