It complains about not finding
~/.cache/calibre/srvb/s/clNmkz/content.opf
This is the relevant log:
Code:
calibre server listening on 0.0.0.0:8080
OPDS feeds advertised via BonJour at: 192.168.1.65 port: 8080
calibre server listening on 0.0.0.0:8081
OPDS feeds advertised via BonJour at: 192.168.1.65 port: 8081
calibre server listening on 0.0.0.0:8081
OPDS feeds advertised via BonJour at: 192.168.1.65 port: 8081
The job: Render book 188 (EPUB) failed:
Traceback (most recent call last):
File "site-packages/calibre/utils/ipc/simple_worker.py", line 286, in main
File "site-packages/calibre/srv/render_book.py", line 511, in render
File "site-packages/calibre/srv/render_book.py", line 178, in __init__
File "site-packages/calibre/ebooks/oeb/polish/container.py", line 282, in __init__
InvalidBook: Could not locate opf file: u'/Volumes/Home/.cache/calibre/srvb/s/clNmkz/content.opf'
The job: Render book 80 (EPUB) failed:
Traceback (most recent call last):
File "site-packages/calibre/utils/ipc/simple_worker.py", line 286, in main
File "site-packages/calibre/srv/render_book.py", line 511, in render
File "site-packages/calibre/srv/render_book.py", line 178, in __init__
File "site-packages/calibre/ebooks/oeb/polish/container.py", line 282, in __init__
InvalidBook: Could not locate opf file: u'/Volumes/Home/.cache/calibre/srvb/s/HDZmQn/content.opf'
I must point that:
- I'm on Ubuntu 16.04 x86_64
- Changed default port to :8081
- ~/.cache is a symlink pointed to /Volumes/Home/.cache (That so far has been working flawlessly with the caches of every other program)
- ~/ is EXT4 and /Volumes/Home is a ZFS dataset.