unpackerr: [unsolved] Unpackerr is not finding any files
So I have configured the API keys for Lidarr etc. and mounted the downloads folder. Unpackerr is successfully connecting to Lidarr, but doesn’t get any information about any downloads, nor does it detect the zip files and unpack them.
I am also not able to attach to the container with docker exec -it unpackerr /bin/bash
for some reason. I also tried /bin/ash
, but no luck either. It is not finding the path of the shell, which is weird.
File permissions are also correct.
Here is my compose file:
version: "3.7"
services:
unpackerr:
image: golift/unpackerr
container_name: unpackerr
volumes:
- /data/downloads:/downloads
restart: always
user: 1000:1000
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
# General config
- UN_DEBUG=false
- UN_LOG_FILE=
- UN_LOG_FILES=10
- UN_LOG_FILE_MB=10
- UN_INTERVAL=2m
- UN_START_DELAY=1m
- UN_RETRY_DELAY=5m
- UN_MAX_RETRIES=3
- UN_PARALLEL=1
- UN_FILE_MODE=0644
- UN_DIR_MODE=0755
# Sonarr Config
- UN_SONARR_0_URL=http://localhost:8989
- UN_SONARR_0_API_KEY=somekey
- UN_SONARR_0_PATHS_0=/downloads
- UN_SONARR_0_PROTOCOLS=torrent
- UN_SONARR_0_TIMEOUT=10s
- UN_SONARR_0_DELETE_ORIG=false
- UN_SONARR_0_DELETE_DELAY=5m
# Radarr Config
- UN_RADARR_0_URL=http://localhost:7878
- UN_RADARR_0_API_KEY=somekey
- UN_RADARR_0_PATHS_0=/downloads
- UN_RADARR_0_PROTOCOLS=torrent
- UN_RADARR_0_TIMEOUT=10s
- UN_RADARR_0_DELETE_ORIG=false
- UN_RADARR_0_DELETE_DELAY=5m
# Lidarr Config
- UN_LIDARR_0_URL=http://localhost:8686
- UN_LIDARR_0_API_KEY=somekey
- UN_LIDARR_0_PATHS_0=/downloads
- UN_LIDARR_0_PROTOCOLS=torrent
- UN_LIDARR_0_TIMEOUT=10s
- UN_LIDARR_0_DELETE_ORIG=false
- UN_LIDARR_0_DELETE_DELAY=5m
# Folder Config
- UN_FOLDER_0_PATH=/downloads
- UN_FOLDER_0_EXTRACT_PATH=/downloads
- UN_FOLDER_0_DELETE_AFTER=10m
- UN_FOLDER_0_DELETE_ORIGINAL=false
- UN_FOLDER_0_DELETE_FILES=false
- UN_FOLDER_0_MOVE_BACK=false
security_opt:
- no-new-privileges:true
and the logs
2023/05/20 07:30:48 Unpackerr v0.11.2 Starting! PID: 1, UID: 1000, GID: 1000, Now: 2023-05-20 07:30:49 +0200 CEST
2023/05/20 07:30:48 ==> GoLift Discord: https://golift.io/discord <==
2023/05/20 07:30:48 ==> Startup Settings <==
2023/05/20 07:30:48 => Sonarr Config: 1 server: http://localhost:8989, apikey:true, timeout:10s, verify ssl:false, protos:torrent, syncthing: false, delete_orig: false, delete_delay: 5m0s, paths:["/downloads"]
2023/05/20 07:30:48 => Radarr Config: 1 server: http://localhost:7878, apikey:true, timeout:10s, verify ssl:false, protos:torrent, syncthing: false, delete_orig: false, delete_delay: 5m0s, paths:["/downloads"]
2023/05/20 07:30:48 => Lidarr Config: 1 server: http://localhost:8686, apikey:true, timeout:10s, verify ssl:false, protos:torrent, syncthing: false, delete_orig: false, delete_delay: 5m0s, paths:["/downloads"]
2023/05/20 07:30:48 => Readarr Config: 0 servers
2023/05/20 07:30:48 => Folder Config: 0 paths, event buffer: 20000
2023/05/20 07:30:48 => Using env variables only. Config file not found.
2023/05/20 07:30:48 => Parallel: 1
2023/05/20 07:30:48 => Passwords: 0 (rar/7z)
2023/05/20 07:30:48 => Interval: 2m
2023/05/20 07:30:48 => Start Delay: 1m
2023/05/20 07:30:48 => Retry Delay: 5m, max: 3
2023/05/20 07:30:48 => Debug / Quiet: false / false
2023/05/20 07:30:48 => Activity / Queues: false / 1m
2023/05/20 07:30:48 => Directory & File Modes: 0755 & 0644
2023/05/20 07:30:48 => Webhook Configs: 0 URLs
2023/05/20 07:30:48 => Command Hook Configs: 0 cmds
2023/05/20 07:30:48 [Lidarr] Updated (http://localhost:8686): 0 Items Queued, 0 Retrieved
2023/05/20 07:30:48 [Radarr] Updated (http://localhost:7878): 0 Items Queued, 0 Retrieved
2023/05/20 07:30:48 [Sonarr] Updated (http://localhost:8989): 0 Items Queued, 0 Retrieved
2023/05/20 07:31:48 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
2023/05/20 07:31:48 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
2023/05/20 07:32:48 [Lidarr] Updated (http://localhost:8686): 0 Items Queued, 0 Retrieved
2023/05/20 07:32:48 [Radarr] Updated (http://localhost:7878): 0 Items Queued, 0 Retrieved
2023/05/20 07:32:48 [Sonarr] Updated (http://localhost:8989): 0 Items Queued, 0 Retrieved
2023/05/20 07:32:48 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
2023/05/20 07:32:48 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
2023/05/20 07:33:48 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
2023/05/20 07:33:48 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
2023/05/20 07:34:48 [Lidarr] Updated (http://localhost:8686): 0 Items Queued, 0 Retrieved
2023/05/20 07:34:48 [Radarr] Updated (http://localhost:7878): 0 Items Queued, 0 Retrieved
2023/05/20 07:34:48 [Sonarr] Updated (http://localhost:8989): 0 Items Queued, 0 Retrieved
2023/05/20 07:34:48 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
2023/05/20 07:34:48 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
2023/05/20 07:35:48 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
2023/05/20 07:35:48 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
2023/05/20 07:36:48 [Lidarr] Updated (http://localhost:8686): 0 Items Queued, 0 Retrieved
2023/05/20 07:36:48 [Radarr] Updated (http://localhost:7878): 0 Items Queued, 0 Retrieved
2023/05/20 07:36:48 [Sonarr] Updated (http://localhost:8989): 0 Items Queued, 0 Retrieved
2023/05/20 07:36:48 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
2023/05/20 07:36:48 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
2023/05/20 07:37:48 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
2023/05/20 07:37:48 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
2023/05/20 07:38:48 [Lidarr] Updated (http://localhost:8686): 0 Items Queued, 0 Retrieved
2023/05/20 07:38:48 [Radarr] Updated (http://localhost:7878): 0 Items Queued, 0 Retrieved
2023/05/20 07:38:48 [Sonarr] Updated (http://localhost:8989): 0 Items Queued, 0 Retrieved
2023/05/20 07:38:48 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted]
2023/05/20 07:38:48 [Unpackerr] Totals: [0 retries] [0 finished] [0|0 webhooks] [0|0 cmdhooks] [stacks; event:0, hook:0, del:0]
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 28
Hi @davidnewhall. Thanks for your reply! I understand now and it worked. My initial understanding was that all archives in the watch folder will be unpacked. It turns out, that unpackerr looks for new folders in the watch folder with zips in them. I find this unintuitive, but I still understand that probably the most common use-case fits exactly into this scenario.
Well, I was hoping that it would find and unpack the zip files in the download directory, so they can be grabbed by Lidarr. The localhost is just a placeholder. I actually have the real host name in its place.
Maybe I am understanding this service wrong.