tbayart / 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

Remove and delete stopped working with Transmission 2.10 #332

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a torrent
2. Right click and select "Remove and delete"
3. Confirm

What is the expected output? What do you see instead?

Torrent and local data should be removed. Only the torrent is removed, the 
local data remains in the download folder.

Doing this through web ui "Trash data & Remove From List" works fine.

What version of the products are you using?
OS:
Transmission: 2.10 (build 11294)
Remote: 3.23 (rev 673)

Original issue reported on code.google.com by zeu...@gmail.com on 10 Oct 2010 at 12:26

GoogleCodeExporter commented 9 years ago
Could you pls test with latest verzion? 
http://elbandi.net/transmission-remote-dotnet/

Original comment by elso.and...@gmail.com on 10 Oct 2010 at 3:35

GoogleCodeExporter commented 9 years ago
Already using latest build in that site, doesn't work.

Regards!

Original comment by zeu...@gmail.com on 10 Oct 2010 at 4:38

GoogleCodeExporter commented 9 years ago
Than, pls use the logrpc build, to view what command parameters are sended to 
T. (I need the torrent-remove command)

Original comment by elso.and...@gmail.com on 10 Oct 2010 at 7:33

GoogleCodeExporter commented 9 years ago
this is the command send:

{"tag":3,"method":"torrent-remove","arguments":{"delete-local-data":true,"ids":[
22]}}

Original comment by zeu...@gmail.com on 10 Oct 2010 at 9:19

GoogleCodeExporter commented 9 years ago
This looks good, i'll test with 2.10 too, but no idea why not working for you :(

Original comment by elso.and...@gmail.com on 10 Oct 2010 at 10:54

GoogleCodeExporter commented 9 years ago
for an unknown reason it fixed by itself and now it works ok from tremote :?

didn't do anything special at all since yesterday.

Original comment by zeu...@gmail.com on 11 Oct 2010 at 3:21

GoogleCodeExporter commented 9 years ago
I think the files are locked by someone, therefore T cannot delete the files.

Original comment by elso.and...@gmail.com on 11 Oct 2010 at 3:27

GoogleCodeExporter commented 9 years ago
edit, it deletes correctly the local files of completed torrents.

when a torrent is incomplete, tremote leaves the .part files behind.

wops, I just see now it does the same from webui so it seems a bug in 
transmission 2.10 itself.

gonna recheck the configuration file to see if something (or a new value) 
changed and report this to transmission.

this task can be closed.

regards

Original comment by zeu...@gmail.com on 11 Oct 2010 at 3:36