Jump to content

bug in Advanced -> Run program at seeding status


amitgol1

Recommended Posts

hi,

I wrote Script for windows .

When any torrent change status (state of torrent , %S) my Script is running...

I tested it and I found when my torrent download finished and change status to seeding, Run program not work.

In other states , run program is working.

I checked it several times.

Link to comment
Share on other sites

  • 1 month later...

Having same issue.

 

I built a log file for all the calls made by uTorrent on a specific torrent, in the "Description" you can find the arguments passed from uTorrent:

{        "Start": "2014-02-17T18:10:39.4673241-08:00",        "End": "2014-02-17T18:10:39.639198-08:00",        "Description": "-s 23 -d S:\TV\<Some folder> -l TV -p 12 -k multi -n <Some torrent name> -m Need DHT (enable DHT to download) -i B7ED75210670749A8A16A217357678D43C2490DC"    },    {        "Start": "2014-02-17T19:50:04.0823163-08:00",        "End": "2014-02-17T19:53:44.1824078-08:00",        "Description": "-s 5 -d S:\TV\<Some folder> -l TV -p 6 -k multi -n <Some torrent name> -m Initial-Seeding -i B7ED75210670749A8A16A217357678D43C2490DC"    },    {        "Start": "2014-02-18T00:15:07.5178052-08:00",        "End": "2014-02-18T00:15:10.75365-08:00",        "Description": "-s 11 -d S:\TV\<Some folder> -l TV -p 5 -k multi -n <Some torrent name> -m Queued Seed -i B7ED75210670749A8A16A217357678D43C2490DC"    },    {        "Start": "2014-02-18T00:15:57.4882746-08:00",        "End": "2014-02-18T00:15:57.5351488-08:00",        "Description": "-s 5 -d S:\TV\<Some folder> -l TV -p 10 -k multi -n <Some torrent name> -m Initial-Seeding -i B7ED75210670749A8A16A217357678D43C2490DC"    },    {        "Start": "2014-02-18T00:16:15.7383724-08:00",        "End": "2014-02-18T00:16:15.785248-08:00",        "Description": "-s 1 -d S:\TV\<Some folder> -l TV -p 11 -k multi -n <Some torrent name> -m Unknown Status -i B7ED75210670749A8A16A217357678D43C2490DC"    }

FYI, the log displays the arguments without the quotation marks.

 

As you can see, the torrent finishes the Downloading and switches to Seeding. Then, at some random point, it switches from Seeding to Finished. Few seconds later, it switches back to Seeding when the previous state is Queued Seeding.

 

In my opinion, the issue is when the state changes to Queued Seeding it calls the "Run this program..." with the status Finished (10) instead of Queued Seeding (11).

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...