google-code-export / transmission-remote-dotnet

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

opening two torrents produce error #403

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open .torrent file by transmission-dotnet
2.Fast open another one torrent by transmission-dotnet before aplication started

What is the expected output? What do you see instead?
When program stared second torrent file is added to download list, but first 
one instead of adding to list gives following error: "duplicate torrent"

What version of the products are you using?
OS: Windows 7 Proffesional x64
transmission-daemon 2.32 (12526)
transmission-remote 2.32 (12526)

Please provide any additional information below. Feel free to
attach screenshots or sample code which demonstrates the issue being
described.

This should helpt to find it :)

Original issue reported on code.google.com by mlec...@gmail.com on 23 Sep 2011 at 7:35

GoogleCodeExporter commented 9 years ago
Could you test with logrpc build, and attach the log to this issue?

Original comment by elso.and...@gmail.com on 12 Oct 2011 at 9:51

GoogleCodeExporter commented 9 years ago
I tried today with logrpc build r758

Then fast open first torrent by transmission-dotnet, then another one.
What I get is starting transmission-dotnet and window pops up which says that I 
have to be connected in order to add torrents and if I want to connect now? 
When I click yes and I get "duplicated torrent" error and only second torrent 
is added. In logs I can see something like this:

duplicate torrent
Host=192.168.0.1, Version=2.4, Revision=12935, RpcVersion=14, 
RpcVersionMinimum=1
Host=192.168.0.1, Version=2.4, Revision=12935, RpcVersion=14, 
RpcVersionMinimum=1

When I answer question with "no" then there is no error but only second torrent 
is added.

When I open only one torrent file then I don't have any questions about 
connecting and in logs ther is only one:
Host=192.168.0.1, Version=2.4, Revision=12935, RpcVersion=14, 
RpcVersionMinimum=1

Now I'm using transmission-daemon 2.40b3 and It's the same issue as in 2.32

Original comment by mlec...@gmail.com on 13 Oct 2011 at 3:52

GoogleCodeExporter commented 9 years ago
r768 may fixes this, but my nighty build system is down, maybe i can run it 
next week... :/

Original comment by elso.and...@gmail.com on 13 Oct 2011 at 9:06

GoogleCodeExporter commented 9 years ago
Just tested r768 - much improvement, now both torrents are added to download 
list properly but I can still see window poping up which says that I have to be 
connected in order to add torrents and if I want to connect now? No matter 
which answer I chose still both torrents are added. It could be fixed but don't 
have to since it's not so important :) Thx

Logs:
Host=192.168.0.1, Version=2.41, Revision=12957, RpcVersion=14, 
RpcVersionMinimum=1
Host=192.168.0.1, Version=2.41, Revision=12957, RpcVersion=14, 
RpcVersionMinimum=1

Original comment by andrzejm...@o2.pl on 16 Oct 2011 at 4:39

GoogleCodeExporter commented 9 years ago
If you use the logrpc build and enable the debug messages, you can see "RPC 
request" and "RPC response" logs. The double popup is a bug: if you ansver yes, 
the second dialog souldnt popup. :/

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