Page 1 of 1

[Debian] UDP Tracker error - (-1) Invalid argument ""

Posted: Sun Dec 06, 2015 4:00 am
by Sierra
Hello
I just switched to Deluge and I'm having an issue that is not happening elsewhere
My OS is Debian Linux (Testing branch) and I am using Deluge 1.3.12 - the 'deluged' and 'deluge-web' packages. Libtorrent 1.0.7.0, Python 2.7.10. Plugins enabled are Extractor, Labels, ltConfig. All config settings are out-of-the-box defaults except Proxy settings, disabling DHT/UPnP, and enabling force_proxy/anonymous_mode through ltConfig.

I am using a SOCKSv5 Proxy with Authentication, and this proxy supports UDP.
However when attempting to communicate with a UDP tracker, I get the following error on all torrents and all UDP trackers.

Code: Select all

[DEBUG   ] 13:48:32 alertmanager:123 tracker_announce_alert: <Torrent Name> (udp://tracker.openbittorrent.com:80/announce) sending announce (started)
[DEBUG   ] 13:48:32 alertmanager:123 tracker_error_alert: <Torrent Name> (udp://tracker.openbittorrent.com:80/announce) (-1) Invalid argument "" (6)
I have tested on the Windows version of Deluge 1.3.12, using the exact same Proxy + Tracker + Torrent combination and it works fine there. I also tested in other linux torrent clients and it worked fine. I even went so far as to write a program to test UDP trackers over SOCKSv5 proxies, to be certain there is nothing wrong with my proxy server or the remote tracker.
Googling the issue has come up with nothing, I'm at a loss as to what to do now.

Any help would be appreciated, it's driving me crazy.

Re: [Debian] UDP Tracker error - (-1) Invalid argument ""

Posted: Wed Dec 09, 2015 12:59 pm
by lucianoshl
i have same issue, i using dante (https://www.inet.no/dante/) as SOCKS5 server

Re: [Debian] UDP Tracker error - (-1) Invalid argument ""

Posted: Wed Dec 09, 2015 1:26 pm
by Cas
http://dev.deluge-torrent.org/wiki/Cont ... nformation
You will need the following information when reporting a bug, Deluge and libtorrent versions are essential:

Re: [Debian] UDP Tracker error - (-1) Invalid argument ""

Posted: Sat Dec 12, 2015 7:19 am
by Sierra
Updated OP with version info, everything is latest versions available for Linux.