-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
download automatically stop on finish #21
Comments
What was the last revision that worked for you? Also, what 'finished' related scheduled commands do you have, and do you have hash on completion disabled? |
I've got this bug too, so once I finish what I'm working on atm I'll look into it. |
I am "happy" for this news as I do not know what was the latest working revision. I have no active finished schedule in my config just a commented one. Is there any command to list active schedule lines in running rtorrent? |
Should be possible with "method.rlookup = event.download.finished". |
@rakshasa: If you're not aware of what the last version was before it stopped working, it sounds like just the job for git bisect. It basically lets you do an interactive binary search through your commits to find the culprit regression. You probably already knew about this, but I figured I'd mention it in case you forgot or didn't already know. It should make finding the issue a lot easier :) It's very straightforward. You start by saying the latest commit is bad (or you specify an older one you know is good), and then it switches you to a different commit and you basically tell it if it works or not, until you arrive at the bad commit. References: |
|
It returns a map (iirc), which print will not display (iirc). Well, something like that, I'll need to look closer at the code again. |
@Novik: If you have access to rtorrent's XML-RPC, you can try something like: $ XML_TRACE_XML=1 xmlrpc path method.rlookup event.download.finished Where |
Finally got around to looking at the code, and fixed a rather obvious bug in the DownloadList::confimed_finished code. |
Latest git revision on FreeBSD 8.2. When download is finished rtorrent stop the torrent. No schedule for this. What interesting that it writes as stopped but I can press ctrl-d for "real" stop and ctrl-d again for remove torrent from list.
The text was updated successfully, but these errors were encountered: