-
-
Notifications
You must be signed in to change notification settings - Fork 167
Closed as not planned
Description
Is there an existing issue for this?
- 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=trueContainer 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.0Metadata
Metadata
Assignees
Type
Projects
Status
Done