Tracker errors

General support for problems installing or using Deluge
Post Reply
Sachiel
New User
New User
Posts: 2
Joined: Mon Feb 17, 2020 8:14 pm

Tracker errors

Post by Sachiel »

I have been using radarr 0.2.0.1504 on windows with deluge for windows 1.3.15, I have 3 indexers configured and all 3 work locally.

I setup deluge 2.0.3 using a docker container (using --net=host) and when I point radarr to it I am able to download using 1 of the 3 indexers (ptp), however, one gives "Invalid Port" (hdb) and the other "Invalid Argument" (ahd)

I am port forwarding the ip/port in the new client alongside my existing rule for the other deluge instance on another ip/port

i just manually downloaded a torrent from hdb and uploaded it via the web client and the same issue presents, so radarr is completely out of the picture

Any thoughts on how I might fix this?

Linuxserver.io version:- 2.0.3-2201906121747ubuntu18.04.1-ls68 Build-date:- 2020-07-02T20:53:30+02:00

deluged -v
deluged 2.0.3-2-201906121747-ubuntu18.04.1
libtorrent: 1.1.5.0
Python: 3.6.9
OS: Linux 5.4.0-40-generic

I saw the following in the log after adding the torrent:

Code: Select all

    14:41:16 [INFO    ][twisted                    :154 ] RADARIP - - [20/Jul/2020:18:41:16 +0000] "POST /json HTTP/1.1" 200 100 "-" "Radarr/0.2.0.1504 (windows server 6.2.9200.0)"
    14:41:16 [INFO    ][twisted                    :154 ] RADARIP - - [20/Jul/2020:18:41:16 +0000] "POST /json HTTP/1.1" 200 59 "-" "Radarr/0.2.0.1504 (windows server 6.2.9200.0)"
    14:41:17 [INFO    ][twisted                    :154 ] OPENWEBCLIENTIP - - [20/Jul/2020:18:41:17 +0000] "POST /json HTTP/1.1" 200 13136 "http://DOCKERIP:8112/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
    14:41:17 [INFO    ][twisted                    :154 ] OPENWEBCLIENTIP - - [20/Jul/2020:18:41:17 +0000] "GET /tracker/All HTTP/1.1" 404 - "http://DOCKERIP:8112/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
    14:41:17 [INFO    ][twisted                    :154 ] OPENWEBCLIENTIP - - [20/Jul/2020:18:41:17 +0000] "GET /tracker/Error HTTP/1.1" 404 - "http://DOCKERIP:8112/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
    14:41:17 [INFO    ][twisted                    :154 ] OPENWEBCLIENTIP - - [20/Jul/2020:18:41:17 +0000] "GET /tracker/hdbits.org HTTP/1.1" 404 - "http://DOCKERIP:8112/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
    14:41:19 [INFO    ][twisted                    :154 ] OPENWEBCLIENTIP - - [20/Jul/2020:18:41:19 +0000] "POST /json HTTP/1.1" 200 13129 "http://DOCKERIP:8112/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
    14:41:20 [INFO    ][twisted                    :154 ] OPENWEBCLIENTIP - - [20/Jul/2020:18:41:19 +0000] "GET /tracker/All HTTP/1.1" 404 - "http://DOCKERIP:8112/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
Post Reply