Watched folders not detecting new items
Manuel5cc opened this issue · 2 comments
I've setup Upackerr to work with Sonarr and Radarr, but also have configured a different watch folder for different uses.
The folder is loaded from the config, but if I throw an example .zip file with dummy content, it is not detected nor extracted.
[INFO] 2023/08/07 10:59:14 Unpackerr v0.12.0 Starting! PID: 1, UID: 0, GID: 0, Now: 2023-08-07 10:59:15 +0000 UTC
[INFO] 2023/08/07 10:59:14 ==> GoLift Discord: https://golift.io/discord <==
[INFO] 2023/08/07 10:59:14 ==> Startup Settings <==
[INFO] 2023/08/07 10:59:14 => Sonarr Config: 1 server: http://xxxxxxxxxxxxx:8989, apikey:true, timeout:10s, verify ssl:false, protos:torrent, syncthing: false, delete_orig: false, delete_delay: 1h0m0s, paths:["/downloads"]
[INFO] 2023/08/07 10:59:14 => Radarr Config: 1 server: http://xxxxxxxxxxxxxx:7878, apikey:true, timeout:10s, verify ssl:false, protos:torrent, syncthing: false, delete_orig: false, delete_delay: 1h0m0s, paths:["/downloads"]
[INFO] 2023/08/07 10:59:14 => Lidarr Config: 0 servers
[INFO] 2023/08/07 10:59:14 => Readarr Config: 0 servers
[INFO] 2023/08/07 10:59:14 => Folder Config: 1 path: /watch (delete after:10m, delete orig:true, log file: true, move back:false, isos:false, event buffer:20000)
[INFO] 2023/08/07 10:59:14 => Using Config File: /config/unpackerr.conf
[INFO] 2023/08/07 10:59:14 => Parallel: 1
[INFO] 2023/08/07 10:59:14 => Passwords: 0 (rar/7z)
[INFO] 2023/08/07 10:59:14 => Interval: 2m
[INFO] 2023/08/07 10:59:14 => Start Delay: 1m
[INFO] 2023/08/07 10:59:14 => Retry Delay: 5m, max: 3
[INFO] 2023/08/07 10:59:14 => Debug / Quiet: false / false
[INFO] 2023/08/07 10:59:14 => Activity / Queues: false / 1m
[INFO] 2023/08/07 10:59:14 => Directory & File Modes: 0755 & 0644
[INFO] 2023/08/07 10:59:14 => Webhook Config: 1 URL: https://api.telegram.org/botxxxxxxxxxxxxxxxxxxx, timeout: 10s, ignore ssl: false, silent: false, nickname: xxxxxxxxxxxxxxxx, events: "all"
[INFO] 2023/08/07 10:59:14 => Command Hook Configs: 0 commands
[INFO] 2023/08/07 10:59:14 => Starting webserver. Listen address: http://xxxxxxxxxxx:5656/ (0 upstreams)
[INFO] 2023/08/07 10:59:14 [Folder] Watching (fsnotify): /watch
[INFO] 2023/08/07 10:59:14 [Folder] Polling @ 1s: /watch
[INFO] 2023/08/07 10:59:14 [Radarr] Updated (http://xxxxxxxxxxxxxxxxxxx:7878): 0 Items Queued, 0 Retrieved
[INFO] 2023/08/07 10:59:14 [Sonarr] Updated (http://xxxxxxxxxxxxxxxxxxxx:8989): 0 Items Queued, 0 Retrieved
[INFO] 2023/08/07 10:59:26 [unpackerr] Need help? GoLift Discord: https://golift.io/discord
Unpackerr only extracts items inside folders. mkdir /watch/new_folder
then put a zip file in new_folder
.
If it doesn't see the new folder, then I suspect it's a remote file system and the Docker abstraction is caching fs contents.
Unpackerr only extracts items inside folders.
mkdir /watch/new_folder
then put a zip file innew_folder
.If it doesn't see the new folder, then I suspect it's a remote file system and the Docker abstraction is caching fs contents.
Yeah, that was the issue, it wasn't detecting it because it was in the root folder. Not sure if this is clear enough in the docs :)