transmission-daemon making /scrape, /announce requests

Discussion of Transmission that doesn't fit in the other categories
Post Reply
lkraav
Posts: 6
Joined: Tue Sep 22, 2009 9:04 am

transmission-daemon making /scrape, /announce requests

Post by lkraav »

hi all

i have a web server running on port 80 of the same machine transmission-daemon is running on. when transmission-daemon is downloading something, it makes periodic queries to http://localhost/scrape?... and http://localhost/announce?... obviously it's just getting 404 errors back from those urls. i'm struggling to understand why, what mechanism triggers these requests? i am not aware that local httpd needed to be configured in any way for transmission-daemon's normal operation.
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: transmission-daemon making /scrape, /announce requests

Post by gunzip »

there is a famous public torrent site with http trackers that no longer work, and resolve to 127.0.0.1 (localhost). most public sites nowadays are relying on DHT and udp trackers for connections.

anyway, just ping the tracker domain if you want to check. i usually remove those type of dead trackers just to reduce the overhead.
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: transmission-daemon making /scrape, /announce requests

Post by Jordan »

+1 on gunzip's answer. This correct and a not-uncommon question. :)
lkraav
Posts: 6
Joined: Tue Sep 22, 2009 9:04 am

Re: transmission-daemon making /scrape, /announce requests

Post by lkraav »

thanks gunzip and jordan for confirming. but i'm not sure how to "ping the tracker domain" and "remove dead trackers". are you talking about pre-processing .torrent files before adding to transmission-daemon?
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: transmission-daemon making /scrape, /announce requests

Post by Jordan »

Depending on what interface you're using, you can probably remove them manually after adding the torrent. That's what I do.

Most of transmission-daemon's "remote controls" will let you add/remove/edit the tracker lists.
Post Reply