Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Incorrect kebupify arch in arm64 image (kobo can't download books) #149

Closed
ignic opened this issue Dec 11, 2024 · 1 comment
Closed

Comments

@ignic
Copy link

ignic commented Dec 11, 2024

It seems that using the arm64 image, a Kobo device can't download books because the version of the kepubify tool that is being included is always the amd64 version...

https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-64bit && \

In the arm64 images of the linuxserver/calibre-web, this has been solved by including the correct architecture of this tool...

https://github.com/linuxserver/docker-calibre-web/blob/72737534201ea2f9052f201b916b10a337bc3790/Dockerfile.aarch64#L67

In addition to the failure downloading books, it also fails if I try to run the tool inside the container...

root@fe49e9d775b2:/# /usr/bin/kepubify 
bash: /usr/bin/kepubify: cannot execute binary file: Exec format error

Related to #23 and, maybe, to #138

Thank you very much for this excellent version of calibre-web.

@ignic
Copy link
Author

ignic commented Dec 11, 2024

Sorry, it seems I actually had a problem with my reverse proxy that prevented the download of books. I don't know how, but even though it seems that the architecture of kepubify is not correct, I can now download books correctly to the kobo. Thanks and apologies again for opening the issue.

@ignic ignic closed this as completed Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant