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] 更新元数据失败 #325

Open
1 task done
e9ab98e991ab opened this issue Oct 29, 2024 · 1 comment
Open
1 task done

[BUG] 更新元数据失败 #325

e9ab98e991ab opened this issue Oct 29, 2024 · 1 comment

Comments

@e9ab98e991ab
Copy link

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=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
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

1 participant