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] Deleting book 4 failed, path [ some-directory has subfolders: ['@eaDir'] #313

Closed
1 task done
venuses opened this issue Aug 7, 2024 · 2 comments
Closed
1 task done

Comments

@venuses
Copy link

venuses commented Aug 7, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I deployed the latest docker version of caliber-web on synology. When deleting books, I cannot delete the hidden directory on the NAS.

Expected Behavior

delete directory successfully

Steps To Reproduce

docker image version: 0.6.23
add a book,and then delete it on calibre web ui,this error appears in the calibre-web.log directory。
like this:
[2024-08-07 21:29:28,253] WARN {cps.helper:372} Deleting book 5 failed, path a-directory(5) has subfolders: ['@eadir']
[2024-08-07 21:29:32,802] WARN {cps.helper:372} Deleting book 4 failed, path a-directory (4) has subfolders: ['@eadir']

Check the @eadir directory permissions on the terminal

ls -alh
drwxrwxrwx+ 1 root  users  74 Aug  7 21:23 @eaDir

Environment

- OS: DSM 7.2.1-69057 Update 5
- How docker service was installed: docker compose

CPU architecture

x86-64

Docker creation

services:
  calibre:
    image: linuxserver/calibre-web:0.6.23
    container_name: calibre
    restart: unless-stopped
    environment:
      - "TZ=Asia/Shanghai"
      - PUID=1027
      - PGID=100
      - DOCKER_MODS=linuxserver/mods:universal-calibre
      - OAUTHLIB_RELAX_TOKEN_SCOPE=1
    volumes:
      - '/volume1/docker/calibre/config:/config'
      - /volume1/document/calibre:/books
      - /volume1/docker/calibre/metadata_provider:/app/calibre-web/cps/metadata_provider

Container logs

no logs
Copy link

github-actions bot commented Aug 7, 2024

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

@j0nnymoe
Copy link
Member

j0nnymoe commented Aug 7, 2024

It's part of NAS and not supposed to be deleted.

@j0nnymoe j0nnymoe closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants