-
-
Notifications
You must be signed in to change notification settings - Fork 149
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] Calibre database is always in readonly mode #332
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Yeah, same issue. Thank you for reporting. I have downgraded it so that it keeps working. |
which version you downgraded to? |
0.6.24-Is300 Actually the latest version works for me again. I don't know what happened or what went wrong. It just seems to have fixed itself. |
we on the team and a few others were unable to ever reproduce this issue without using unsupported actions, such as writing to the db from both calibre and calibre-web concurrently, or having it on a file-based remote mount. As those are unsupported, we do not factor them in. As such, we will close this as non-reproducible. |
Is there an existing issue for this?
Current Behavior
I try to start calibre web with database inside docker-image but i've got an error
Oops! Database Error: attempt to write a readonly database.
After that steps
Expected Behavior
Should work correctly
Steps To Reproduce
Got an error
FileNotFoundError: [Errno 2] No such file or directory: '/books_internal/.calnotes'
why!!!
4. Ok. Lets create another folder
Ok. Success for now
6. Go to interface and try to upload file
7. Got an error
Oops! Database Error: attempt to write a readonly database.
.8. There is an error in log file
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: