aknapp112 / musicgrid

Automatically exported from code.google.com/p/musicgrid
0 stars 0 forks source link

Race condition between user and RSS feed when downloading a new torrent and utorrent left unattended #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you download a new torrent form what.cd, utorrent will run our script and 
generate a new torrent on our tracker.  If you download and walk away, you will 
be prompted to seed the new torrent.  The prompt will wait indefinitely for 
user input.  In the meantime, without user interaction, utorrent will 
eventually pick up the new torrent off of the RSS feed and go into a 
"downloading" state.

The work around is to delete the "downlaoding" torrent, go into your 
torrentwatch folder and rename the .loaded file to .torrent.  Then allow 
uTorrent to hash out the torrent and seed it.

Original issue reported on code.google.com by slappy...@gmail.com on 11 Oct 2011 at 5:23

GoogleCodeExporter commented 9 years ago
Fix is to click "Never Show this again" in torrent download/seed popup.  I also 
had to go to Prefs -> Directories, check "Put new downloads in:" and set it to 
my flac directory (since I always download flacs)

Original comment by slappy...@gmail.com on 17 Oct 2011 at 4:36