View Single Post
Old 06-16-2017, 01:50 PM   #1
eridani
Junior Member
eridani began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2017
Device: Apple iBooks
Calibre server 3.0 - Cant read books on web reader

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.
eridani is offline   Reply With Quote