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

Cannot remove torrent via Web Interface #2015

Closed
1100101 opened this issue Oct 22, 2021 · 0 comments · Fixed by #2040
Closed

Cannot remove torrent via Web Interface #2015

1100101 opened this issue Oct 22, 2021 · 0 comments · Fixed by #2040

Comments

@1100101
Copy link
Contributor

1100101 commented Oct 22, 2021

I'm running Transmission 3.00 on a RaspberryPi 4 (Debian Buster).

When trying to remove a torrent via the WebUI, simply nothing happens.
There's no error on browser side, and no error on daemon side, but no logging either.
Simply nothing happens.

I've looked at the code and discovered this:
In web/src/remote.js:

 removeTorrents(torrent_ids, callback, context) {
    this.sendTorrentActionRequests(
      'torrent-remove',
      torrent_ids,
      callback,
      context
    );

Variable torrent_ids doesn't actually contain just IDs of torrents, but full torrent entities instead.
I have a feeling this is the cause for the issue.

Unfortunately I haven't been able to compile the web interface myself to verify this.

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

Successfully merging a pull request may close this issue.

2 participants