Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete torrent doesn't delete the downloaded data, only the torrent file #4

Open
szilagyif opened this issue Sep 27, 2017 · 3 comments

Comments

@szilagyif
Copy link

szilagyif commented Sep 27, 2017

Hello,
I'm using this call from a desktop computer to the delete a torrent with the downloaded files on my Raspberry Pi2 with Openelec:

client.removeTorrent(new RemoveTorrentInfo(new NumberListIds(id),true));

This removes the torrent files, but nothing happens with the downloaded files. The second boolean parameter is for deleting the local data, but maybe I misunderstood that.
What am I doing wrong? Maybe this is an transmission rpc problem? Thanks in advance!

@stil4m
Copy link
Owner

stil4m commented Sep 28, 2017

Your expectations are correct. Could you reproduce this when you run Transmission on your local machine? It may be due to the environment in which you run on your Raspberry Pi. I first want to exclude that possibility.

@stil4m stil4m changed the title Delete torrrent doesn't delete the downloaded data, only the torrent file Delete torrent doesn't delete the downloaded data, only the torrent file Sep 28, 2017
@szilagyif
Copy link
Author

I'm sorry for the delay. I tried this on my local machine with Ubuntu 16.04 and the same thing happened. The torrent was deleted, but the downloaded files were there after this. I'm using Transmission 2.84 (14307).

pochemuto added a commit to pochemuto/transmission-rpc-java that referenced this issue May 9, 2019
@pochemuto
Copy link

providing
objectMapper.setPropertyNamingStrategy(PropertyNamingStrategy.KEBAB_CASE);
for RpcClient mapper could help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants