[BUG] 更新元数据失败
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
无法保存书籍数据
Expected Behavior
No response
Steps To Reproduce
1、上传书籍 2、刷新元数据 3、保存遇到问题
Environment
- OS:
- How docker service was installed:
CPU architecture
x86-64
Docker creation
Calibre version v7.20.0。
# version: '3'
services:
clash:
container_name: calibre-web
image: lscr.io/linuxserver/calibre-web:latest
restart: always
network_mode: bridge
ports:
- '8083:8083'
volumes:
- /volume1/docker/calibre/web:/config
- /volume1/docker/calibre/books:/library
- /volume1/docker/calibre/code/cps/server.py:/app/calibre-web/cps/server.py
environment:
- HTTP_PROXY=http://192.168.0.31:7890
- HTTPS_PROXY=http://192.168.0.31:7890
- NO_PROXY=localhost,127.0.0.1
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
- CALIBRE_LOCALHOST=true
Container logs
2024/10/29 18:24:43,stdout,[ls.io-init] done.
2024/10/29 18:24:36,stderr,ImportError: cannot import name 'QBuffer' from 'qt.core' (/app/calibre/lib/calibre-extensions/python-lib.bypy.frozen/qt/core.pyc)
2024/10/29 18:24:36,stderr," File \"calibre/ebooks/oeb/transforms/rasterize.py\", line 14, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"calibre/db/notes/exim.py\", line 14, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"calibre/utils/formatter_functions.py\", line 30, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"calibre/utils/formatter.py\", line 23, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"calibre/ebooks/metadata/book/formatter.py\", line 10, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"calibre/devices/kobo/books.py\", line 14, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"calibre/devices/kobo/driver.py\", line 25, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"calibre/customize/builtins.py\", line 731, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"calibre/customize/ui.py\", line 28, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"calibre/linux.py\", line 16, in <module>
"
2024/10/29 18:24:36,stderr," File \"bypy-importer.py\", line 279, in exec_module
"
2024/10/29 18:24:36,stderr," File \"site.py\", line 41, in main
"
2024/10/29 18:24:36,stderr," File \"site.py\", line 47, in <module>
"
2024/10/29 18:24:36,stderr," File \"runpy.py\", line 88, in _run_code
"
2024/10/29 18:24:36,stderr," File \"runpy.py\", line 198, in _run_module_as_main
"
2024/10/29 18:24:36,stderr,Traceback (most recent call last):
2024/10/29 18:24:35,stdout,"[custom-init] No custom files found, skipping...
"
2024/10/29 18:24:35,stderr,Failed to import PyQt module: PyQt6.QtCore with error: libQt6Core.so.6: cannot open shared object file: No such file or directory
2024/10/29 18:24:35,stdout,Installing Calibre version v7.20.0
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Unfortunately, we cannot read any of this to try and reproduce the issue. I do see that you have some unsupported envvars in your setup; have you tried without those?
please also ensure you fully fill out the template, you left sections blank which prevent us from reproducing.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity