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] Not able to add exisitng show 'Cannot create directory' #56

Closed
1 task done
pow3rslave opened this issue Feb 11, 2024 · 4 comments
Closed
1 task done

[BUG] Not able to add exisitng show 'Cannot create directory' #56

pow3rslave opened this issue Feb 11, 2024 · 4 comments

Comments

@pow3rslave
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

An error thrown when attempting to add an existing show, Sick chill cannot create a directory, though no directory should be created by this action

Expected Behavior

when adding an 'existing show' where the directory exists, no attempt to should be needed to create a directory, so permissions should not be an issue.

Steps To Reproduce

  1. shows> add show
  2. Add existing shows
  3. Select the show folder (folder and season 1 within it exist, season 2 lacking)
  4. identify the matching series from tvdb
  5. leave remaining settings unchanged (past episodes skipped, future episodes wanted)
  6. click 'add show' to finalise
  7. popup error in bottom right 'unable to create the folder /tv/blah, can't add the show'

Environment

- OS:Armbian 22.02.1  with Linux 5.15.25-rockchip64
- docker running from docker compose file

CPU architecture

arm64

Docker creation

---
version: '3.3'
services:
  sickchill:
    container_name: sickchill
#    image: ghcr.io/linuxserver/sickchill
    image: lscr.io/linuxserver/sickchill:latest
    environment:
      - PUID=1000
      - PGID=1000
    volumes:
      - /media/nfsGen/sickcfg:/config
      - /media/nfsDL:/data
      - /media/nfsTV:/tv
    network_mode: host
    restart: unless-stopped

Container logs

2024-02-11 21:29:21 ERROR :: WEBSERVER-ADDSHOWS_0 :: Unable to create the folder /tv/Invincible, can't add the show
2024-02-11 21:30:04 INFO :: POSTPROCESSOR :: Auto post processing task for /data/completed/unclean was added to the queue
2024-02-11 21:30:09 INFO :: POSTPROCESSOR-AUTO :: Beginning auto post processing task: /data/completed/unclean
2024-02-11 21:30:09 INFO :: POSTPROCESSOR-AUTO :: Processing /data/completed/unclean
2024-02-11 21:30:10 INFO :: POSTPROCESSOR-AUTO :: Successfully processed
2024-02-11 21:30:10 INFO :: POSTPROCESSOR-AUTO :: Auto post processing task for /data/completed/unclean completed
2024-02-11 21:30:12 ERROR :: WEBSERVER-ADDSHOWS_0 :: Unable to create the folder /tv/Invincible, can't add the show
2024-02-11 21:33:53 ERROR :: WEBSERVER-ADDSHOWS_0 :: Unable to create the folder /tv/Invincible, can't add the show
2024-02-11 21:34:16 INFO :: CHECKVERSION :: Checking for updates from pip
2024-02-11 21:40:04 INFO :: POSTPROCESSOR :: Auto post processing task for /data/completed/unclean was added to the queue
2024-02-11 21:40:04 INFO :: POSTPROCESSOR-AUTO :: Beginning auto post processing task: /data/completed/unclean
2024-02-11 21:40:04 INFO :: POSTPROCESSOR-AUTO :: Processing /data/completed/unclean
2024-02-11 21:40:05 INFO :: POSTPROCESSOR-AUTO :: Successfully processed
2024-02-11 21:40:05 INFO :: POSTPROCESSOR-AUTO :: Auto post processing task for /data/completed/unclean completed
2024-02-11 21:42:08 ERROR :: WEBSERVER-ADDSHOWS_0 :: Unable to create the folder /tv/Invincible, can't add the show
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.

@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 Mar 26, 2024

What are the permissions set to where this mount is bound?

@homerr
Copy link
Member

homerr commented Apr 7, 2024

Closing due to inactivity please join us in discord if you are still having issues.

@homerr homerr closed this as completed Apr 7, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants