yumin9822 / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
0 stars 0 forks source link

failure to get torrent information #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hey, I'm really liking the new UI, but I hit a bug right off the bat.

After clicking the connect button, the status bar reads "Connected. Getting
torrent information..." but no torrents ever show up in the list. I have a
feeling it's because I'm not using v1.4 of the transmission-daemon.
However, I am running the latest version available in ubuntu, so it would
be nice if it worked.

Version: 1.34-0ubuntu2.1

Running the app through debug in visual studio shows that the app is
getting stuck on line 89 of SingleInstance.cs -- server.WaitForConnection();

Original issue reported on code.google.com by sitz...@gmail.com on 18 Dec 2008 at 2:19

GoogleCodeExporter commented 8 years ago
So I didn't know that transmission had it's own package db for ubuntu. I 
updated to
1.4 and the client now works as expected.

Original comment by sitz...@gmail.com on 18 Dec 2008 at 2:30

GoogleCodeExporter commented 8 years ago
It should be backwards compatible, so I'll have a look at that.

Original comment by AlanF...@googlemail.com on 18 Dec 2008 at 2:52

GoogleCodeExporter commented 8 years ago
I gave 1.34 a go and found that it seems to be sending incomplete JSON data 
back to
the client. I'm pretty sure it's transmission's problem and not this 
application or
it's JSON library, cause I noticed this in a debugging proxy.

Anyhow, I've made some changes that'll stop what you're describing. 1.3x does 
work
for me if for example, I set my refresh rate to 1 second and retry limit to 10. 
I'd
recommend upgrading to 1.4x where this hardly seems to happen.

Original comment by AlanF...@googlemail.com on 18 Dec 2008 at 3:37