trd-dev / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
0 stars 0 forks source link

Status 'unknown' for finished torrents on Transmission 2.41 #405

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login to a transmission-daemon version 2.41
2. Seeding torrents status displayed as 'unknown'
3. If i pause or resume paused seeding torrents, status didn't change.

What is the expected output? What do you see instead?
Before 2.41, status columns displayed correctly.

What version of the products are you using?
OS: for transmission-daemon, Linux embedded on Iomega StorCenter IX2-200; on PC 
running transmission-remote-dotnet, Windows 7 x64.
Transmission: 2.41 (build 12957)
Remote: 3.24 (build 0)

Attached a screen showing 'unknown' status. Thanks in advance for helping.

Original issue reported on code.google.com by tulio.la...@gmail.com on 11 Oct 2011 at 12:53

Attachments:

GoogleCodeExporter commented 9 years ago
In Transmission 2.40 and newer, domain values of 'status' field have changed, 
in a non-backward compatible way, maybe due to a new 'torrent queueing' 
feature, returned by a 'tr_stat' object. See 
https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt.

Looking at transmission.h bundled in version 2.41 source code, I found this:

typedef enum
{
    TR_STATUS_STOPPED        = 0, /* Torrent is stopped */
    TR_STATUS_CHECK_WAIT     = 1, /* Queued to check files /*
    TR_STATUS_CHECK          = 2, /* Checking files */
    TR_STATUS_DOWNLOAD_WAIT  = 3, /* Queued to download */
    TR_STATUS_DOWNLOAD       = 4, /* Downloading */
    TR_STATUS_SEED_WAIT      = 5, /* Queued to seed */
    TR_STATUS_SEED           = 6  /* Seeding */
} tr_torrent_activity;

I think Transmission-remote-dotnet must be recompiled using this new domain.

Original comment by tulio.la...@gmail.com on 11 Oct 2011 at 3:38

GoogleCodeExporter commented 9 years ago
Fixed by r763.

Original comment by elso.and...@gmail.com on 12 Oct 2011 at 10:46

GoogleCodeExporter commented 9 years ago
Issue 406 has been merged into this issue.

Original comment by elso.and...@gmail.com on 12 Oct 2011 at 2:06

GoogleCodeExporter commented 9 years ago
When this release will be generally avaliable?

Original comment by tulio.la...@gmail.com on 12 Oct 2011 at 5:51

GoogleCodeExporter commented 9 years ago
I have same problem at two day ago.

Original comment by roltd2...@gmail.com on 14 Oct 2011 at 9:41

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 407 has been merged into this issue.

Original comment by elso.and...@gmail.com on 14 Oct 2011 at 11:42

GoogleCodeExporter commented 9 years ago
About a: Fixed by r763.
When this release will be generally avaliable?

Original comment by roltd2...@gmail.com on 14 Oct 2011 at 11:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I am using temorarly the web control of the torrents.
http://IP:9091/transmission/web/

Original comment by roltd2...@gmail.com on 15 Oct 2011 at 11:39

GoogleCodeExporter commented 9 years ago
Me too... that's exactly my problem: web interface is poor, confuse, has few 
resources, drain resources from server (my transmissin runs on a tiny NAS 
storage)... inadequate to my personal needs.
In the other hand, transmission-remote-dotnet is lightweight, powerful, runs on 
client side, has a full resource set. Please, please, mr(s). developer, can you 
build release 763?

Original comment by tulio.la...@gmail.com on 15 Oct 2011 at 11:50

GoogleCodeExporter commented 9 years ago
nighty build system is up: http://elbandi.net/transmission-remote-dotnet/

Original comment by elso.and...@gmail.com on 16 Oct 2011 at 12:39

GoogleCodeExporter commented 9 years ago
Oooo... this version is fine work! :-)

Original comment by roltd2...@gmail.com on 16 Oct 2011 at 3:51

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for version 3.24 build 1 !!

Original comment by roltd2...@gmail.com on 17 Oct 2011 at 12:18