PyroEskimo7 Posted March 28, 2016 Report Posted March 28, 2016 Hello all, Hopefully you'll be able to tell me if this is broken or not. I'm attempting to remove torrents via the WebAPI using the following syntax: HASH] I'm keeping the cookie and the auth appears is good. The server returns a 200 - OK but doesn't remove the torrent. So it seems like the requests themselves are succeeding, but for some reason the torrents are not removed. In digging, I found this: https://forum.utorrent.com/topic/70982-program-to-remove-or-stop-finished-downloads/?do=findComment&comment=482614 While I am using RSS downloaded torrents, I also tested this with a manually added torrent with no luck. uTorrent Version: 3.4.5 (build 41865) [32-bit] Am I missing something here? Let me know if you need any additional information.
psychowood Posted March 28, 2016 Report Posted March 28, 2016 There are four different API commands for removing a torrent https://github.com/psychowood/ng-torrent-ui/blob/master/app/scripts/services/utorrentservice.js#L434 Did you try all of them? I noticed that uTorrent 2.x likes 'remove', while uTorrent 3.x wants 'removetorrent'.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.