-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Calibre-web freezing or locking up entirely when attempting to fetch metadata #2963
Comments
Relevant issue: #2719 Seems to be due to amazon blocking the calibre-web server's IP from retrieving the cover. I'm also having this issue when fetching metadata for a few files quickly, it then sometimes results in an incorrect book name at the file-level because of being unable to fetch the metadata, which then has to be manually resolved. |
I mentioned this in the Discord site a week or so ago also. I thought it had to do with missing imagemagik or the optional dependencies in the docker container but was told that they were there. I haven't checked but I have also had this issues for a long while. |
I'm having the same issue, fresh install as of today.
Here are the final logs before it crashes. I've tried multiple books and they all go the same way. OS: Ubuntu 23.04 |
I am also having this issue. Fetching metadata crashes my whole docker image. |
I have the same issue, just updated to latest docker version (0.6.23). It would be nice, if the issue is Amazon blocking the request, to do two things:
As a temporary fix, I've renamed the /cps/metadata_provider files I don't want/need to .bck, so that they won't be used. It works fine using just Google (if what you want is on their service). Remember, if you're using docker you have to restart the container, because metadata providers are loaded during start-up. This of course will be undone, if you update or re-pull the image. :) |
I ran into the same problem as you and it stopped the whole VPS from working when getting the metadata |
I can confirm, that renaming the file /app/calibre-web/cps/metadata_provider/amazon.py (and restarting the container) worked. |
Describe the bug/problem
When editing metadata of a book, clicking
Fetch Metadata
does not return results, and calibre-web becomes entirely unresponsive until container is restarted.To Reproduce
Steps to reproduce the behavior:
Logfile
This log is one example seen after restarting
sometimes they instead look like this:
Expected behavior
Expected search to return some result or at least an error, and not cause container or calibre-web as a whole to lock up
Screenshots

Environment (please complete the following information):
Additional context
It did work just fine roughly a year ago, issue has only started occurring the past 4-6 months
The text was updated successfully, but these errors were encountered: