Replies: 5 comments
-
So im running it on arm64. I changed this in the docker file:
chmod +x /usr/bin/kepubify so it got the kebupify for my architecture. covers do still not work. I think it's an ownership issue? this is the log now when im trying to convert: calibre-web-automated | [convert-library]: (49/59) Converting El nino que enloquecio de amor - Eduardo Barrios.epub from .epub format to kepub format... |
Beta Was this translation helpful? Give feedback.
-
Also it shows Cover not available when syncing with my kobo ereader |
Beta Was this translation helpful? Give feedback.
-
kepubify error when convert will be fixed with this pr: #268 |
Beta Was this translation helpful? Give feedback.
-
I have also noticed various issues with covers not appearing correctly on my kobo. I set the cover in cwa and it appears correctly in the ui. When I download the kepub from cwa (explicit conversion not convert on send) the downloaded kepub does not have my chosen cover |
Beta Was this translation helpful? Give feedback.
-
Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
i used calibre-web, which was working fine for me, but i found out about this and trying it out. The thing is there are some problems
I'm using this docker image crocodilestick/calibre-web-automated:latest
All the volumes match the user/ group ownership configured in the compose file.
1. No cover images
The books have cover images. It showed in calibre-web, but now not in calibre-web-automated. The covers are still in the folders for each book named cover.jpg.
when trying to upload one manually im getting this: Failed to create path for cover
2. Can't convert to kepub
relevant logs:
calibre-web-automated | [convert-library]: (1/44) *** NOTICE TO USER: Kepubify is limited in that it can only convert from epubs. To get around this, CWA will automatically convert other supported formats to epub using the Calibre's conversion tools & then use Kepubify to produce your desired kepubs. Obviously multi-step conversions aren't ideal so if you notice issues with your converted files, bare in mind starting with epubs will ensure the best possible results***
calibre-web-automated |
calibre-web-automated | No write access to /root/.config/calibre using a temporary dir instead
calibre-web-automated |
calibre-web-automated | Cannot read from /app/calibre-web/Como agua para chocolate - Laura Esquivel.epub
calibre-web-automated |
calibre-web-automated | [convert-library]: (1/44) Intermediate conversion of Como agua para chocolate - Laura Esquivel.epub to epub from .epub successful, now converting to kepub...
calibre-web-automated | convert_successful, target_filepath = self.convert_to_kepub(filename, file_extension)
calibre-web-automated | File "/app/calibre-web-automated/scripts/convert_library.py", line 282, in convert_to_kepub
calibre-web-automated | with subprocess.Popen(
calibre-web-automated | File "/usr/lib/python3.10/subprocess.py", line 971, in init
calibre-web-automated | self._execute_child(args, executable, preexec_fn, close_fds,
calibre-web-automated | File "/usr/lib/python3.10/subprocess.py", line 1863, in _execute_child
calibre-web-automated | raise child_exception_type(errno_num, err_msg, err_filename)
calibre-web-automated | OSError: [Errno 8] Exec format error: 'kepubify'
I think there's a problem with kepubify. I couldn't execute it manually either inside the container.
Beta Was this translation helpful? Give feedback.
All reactions