Page 1 of 1

Getting numerous HTTP request to localhost from Deluge

Posted: Mon May 31, 2010 7:07 am
by alexs
Hi,

Starting two weeks or so I'm getting numerous HTTP requests from locally installed Deluge to localhost. The Apache2 logs show lines like these:

Code: Select all

127.0.0.1 - - [31/May/2010:09:58:43 +0300] "GET /announce?info_hash=%c0%06C4%a5%7bHJ%a2%85(%f4%a9%9bO%c35%17%85%00&peer_id=-DE1300-Sh6-)tA!2IuT&port=51695&uploaded=0&downloaded=0&left=0&corrupt=0&event=started&key=bf6acbd&compact=1&numwant=200&supportcrypto=1&no_peer_id=1 HTTP/1.0" 404 839 "-" "Deluge 1.3.0-rc1"
I've filed a ticket here: http://dev.deluge-torrent.org/ticket/1296

Now, I tried with 1.3.0-rc1 and problem isn't gone. How can I debug this?

--
Regards,
Alex

Re: Getting numerous HTTP request to localhost from Deluge

Posted: Mon May 31, 2010 6:10 pm
by andar
It's likely a tracker in one of your torrents is pointing to 127.0.0.1. Check your trackers and check where their hostnames resolve to.

Re: Getting numerous HTTP request to localhost from Deluge

Posted: Wed Jun 02, 2010 5:43 am
by alexs
Yeah, that were thepiratebay.org and openbittorent.com. Removed them, and now problem gone.

Thanks.