hotio / unpackerr

https://hotio.dev/containers/unpackerr
GNU General Public License v3.0
17 stars 0 forks source link

Sonarr/Radarr URL parse error #19

Closed HaxCzar closed 3 years ago

HaxCzar commented 3 years ago

I have attached the unraid docker compose and the log file.

image image

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-start-container: executing...

----------------------------------------------------------------------
ENVIRONMENT
----------------------------------------------------------------------
PUID=99
PGID=100

2
TZ=America/New_York
ARGS=

s
----------------------------------------------------------------------

Executing usermod...
Applying permissions to /config
[cont-init.d] 00-start-container: exited 0.
[cont-init.d] 01-configure-app: executing...
No custom "unpackerr.conf" found. Using defaults.
[cont-init.d] 01-configure-app: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2021/04/22 22:37:19 Unpackerr v0.7.2- Starting! (PID: 221) 2021-04-22 22:37:19.953124294 -0400 EDT m=+0.001296203
2021/04/22 22:37:19 ==> GoLift Discord: https://golift.io/discord <==
2021/04/22 22:37:19 ==> Startup Settings <==
2021/04/22 22:37:19 => Sonarr Config: 1 server: 192.168.2.2:8989, apikey:true, timeout:10s, verify ssl:false, protos:torrent, paths:["/downloads"]
2021/04/22 22:37:19 => Radarr Config: 1 server: 192.168.2.2:7878, apikey:true, timeout:10s, verify ssl:false, protos:torrent, paths:["/downloads"]
2021/04/22 22:37:19 => Lidarr Config: 1 server: , apikey:false, timeout:10s, verify ssl:false, protos:torrent, paths:["/downloads"]
2021/04/22 22:37:19 => Readarr Config: 0 servers
2021/04/22 22:37:19 => Folder Config: 0 paths, event buffer: 20000
2021/04/22 22:37:19 => Parallel: 1
2021/04/22 22:37:19 => Interval: 2m0s
2021/04/22 22:37:19 => Delete Delay: 5m0s
2021/04/22 22:37:19 => Start Delay: 1m0s
2021/04/22 22:37:19 => Retry Delay: 5m0s
2021/04/22 22:37:19 => Debug / Quiet: false / false
2021/04/22 22:37:19 => Directory & File Modes: fd & d4
2021/04/22 22:37:19 => Log File: /config/app/unpackerr.log (10 @ 10Mb)
2021/04/22 22:37:19 => Webhook Configs: 0 URLs
2021/04/22 22:37:19 [ERROR] Sonarr (192.168.2.2:8989): c.Req(queue): http.NewRequestWithContext(path): parse "192.168.2.2:8989/api/queue": first path segment in URL cannot contain colon

2021/04/22 22:37:19 [ERROR] Radarr (192.168.2.2:7878): c.Req(queue): http.NewRequestWithContext(path): parse "192.168.2.2:7878/api/queue": first path segment in URL cannot contain colon
mrhotio commented 3 years ago

http://

HaxCzar commented 3 years ago

Wow thanks! Didn't realize the fix was so simple haha :)

Hopefully someone else learns from my mistake