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

After uploading the book 。Oh no! Unable to open the selected book title. The file does not exist or is inaccessible #286

Closed
1 task done
aliuweiwei opened this issue Jan 30, 2024 · 4 comments

Comments

@aliuweiwei
Copy link

aliuweiwei commented Jan 30, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

After uploading the book 。Oh no! Unable to open the selected book title. The file does not exist or is inaccessible,All Formats

Expected Behavior

No response

Steps To Reproduce

屏幕截图 2024-01-30 222947

Environment

- OS:
- How docker service was installed:
unraid

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='calibre-web'
  --net='bridge'
  -e TZ="Asia/Shanghai"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="calibre-web"
  -e 'DOCKER_MODS'='linuxserver/mods:universal-calibre'
  -e 'OAUTHLIB_RELAX_TOKEN_SCOPE'='1'
  -e 'PUID'='0'
  -e 'PGID'='0'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8083]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-logo.png'
  -p '8073:8083/tcp'
  -v '/mnt/user/docker/calibre/books':'/books':'rw'
  -v '/mnt/user/appdata/calibre-web':'/config':'rw' 'lscr.io/linuxserver/calibre-web'

Container logs

Log None error。
[2024-01-30 22:16:51,023]  INFO {apscheduler.scheduler:181} Scheduler started
[2024-01-30 22:16:51,025]  INFO {apscheduler.scheduler:895} Added job "end scheduled task" to job store "default"
[2024-01-30 22:16:53,110]  INFO {cps.server:207} Starting Gevent server on [::]:8083
[2024-01-30 22:16:55,919] DEBUG {cps.uploader:261} Temporary file: /tmp/calibre_web/2cf23852caafa35484c190600e9982f8
[2024-01-30 22:16:55,956] DEBUG {cps.helper:543} Moving title: /tmp/calibre_web/2cf23852caafa35484c190600e9982f8 to /books/未知/Java并发编程实战华章专业开发者书库 - Tim Peierls 等 [美]Brian Goetz (69)/Java并发编程实战华章专业开发者书库 - Tim Peierls 等 [美]Brian Goetz - 未知
[2024-01-30 22:16:56,032] DEBUG {cps.services.worker:91} Add Task for user: admin - Upload Java并发编程实战华章专业开发者书库 - Tim Peierls 等 [美]Brian Goetz
[2024-01-30 22:16:59,988] DEBUG {cps.updater:329} Stable version: {'version': '0.6.21'}
[2024-01-30 22:17:45,155] DEBUG {cps.web:1618} Selected book is unavailable. File does not exist or is not accessible
[2024-01-30 22:21:41,587]  INFO {cps.server:284} webserver stop (restart=False)
[2024-01-30 22:21:41,588]  INFO {apscheduler.scheduler:212} Scheduler has been shut down
[2024-01-30 22:21:42,593]  INFO {cps.server:262} Performing shutdown of Calibre-Web
[2024-01-30 22:25:13,222]  WARN {cps.config_sql:352} Log path  not valid, falling back to default
[2024-01-30 22:25:13,317]  INFO {cps:168} *** "pytz" version does not meet the requirements. Should: available, Found: Not available, please consider installing required version ***
[2024-01-30 22:25:13,318]  INFO {cps:177} Starting Calibre Web...
[2024-01-30 22:25:14,024]  WARN {py.warnings:109} /lsiopy/lib/python3.10/site-packages/flask_limiter/extension.py:308: UserWarning: Using the in-memory storage for tracking rate limits as no storage was explicitly specified. This is not recommended for production use. See: https://flask-limiter.readthedocs.io#configuring-a-storage-backend for documentation about configuring the storage backend.
  warnings.warn(
[2024-01-30 22:25:14,413]  INFO {apscheduler.scheduler:181} Scheduler started
[2024-01-30 22:25:14,416]  INFO {apscheduler.scheduler:895} Added job "end scheduled task" to job store "default"
[2024-01-30 22:25:16,918]  INFO {cps.server:207} Starting Gevent server on [::]:8083
[2024-01-30 22:29:00,706] DEBUG {cps.uploader:261} Temporary file: /tmp/calibre_web/2cf23852caafa35484c190600e9982f8
[2024-01-30 22:29:00,744] DEBUG {cps.helper:543} Moving title: /tmp/calibre_web/2cf23852caafa35484c190600e9982f8 to /books/未知/Java并发编程实战华章专业开发者书库 - Tim Peierls 等 [美]Brian Goetz (70)/Java并发编程实战华章专业开发者书库 - Tim Peierls 等 [美]Brian Goetz - 未知
[2024-01-30 22:29:00,855] DEBUG {cps.services.worker:91} Add Task for user: admin - Upload Java并发编程实战华章专业开发者书库 - Tim Peierls 等 [美]Brian Goetz
[2024-01-30 22:29:56,452] DEBUG {cps.updater:329} Stable version: {'version': '0.6.21'}
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.

@aliuweiwei aliuweiwei changed the title Oh no! Unable to open the selected book title. The file does not exist or is inaccessible After uploading the book 。Oh no! Unable to open the selected book title. The file does not exist or is inaccessible Jan 30, 2024
@LinuxServer-CI
Copy link
Contributor

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.

@homerr
Copy link
Member

homerr commented Apr 7, 2024

You've got a whole heap of env's set there that aren't necessary, and also you've managed to set the PUID/PGID to an invalid number.

Recreate the container following our documentation, and if it's still not working correctly visit us in Discord.

@homerr homerr closed this as not planned Won't fix, can't repro, duplicate, stale Apr 7, 2024
Copy link

github-actions bot commented May 8, 2024

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants