Search found 12 matches

by Geth
Fri Mar 24, 2017 8:39 am
Forum: Support
Topic: Deluge Hangs on Launch - Fastresume File Corrupted?
Replies: 25
Views: 16252

Re: Deluge Hangs on Launch - Fastresume File Corrupted?

Just a quick update. Deluge is now running 2 and a half days straight with torrents seeding, new torrents added, etc, everything is fine, so at least in my case it was the wrong constellation of library versions causing the deadlock. Current libs related (if anyone else using Entware-ng-3x repositor...
by Geth
Tue Mar 21, 2017 10:39 pm
Forum: Support
Topic: Deluge Hangs on Launch - Fastresume File Corrupted?
Replies: 25
Views: 16252

Re: Deluge Hangs on Launch - Fastresume File Corrupted?

You can use gdb to run deluge and find out where it's locking up: http://dev.deluge-torrent.org/wiki/Contributing/BugReporting#HardCrashesofDelugeorlibtorrent http://stackoverflow.com/questions/24810662/use-gdb-to-find-where-program-stuck I've attached gdb to deluge, dumped the backtrace, then took...
by Geth
Mon Mar 20, 2017 11:30 pm
Forum: Support
Topic: Deluge Hangs on Launch - Fastresume File Corrupted?
Replies: 25
Views: 16252

Re: Deluge Hangs on Launch - Fastresume File Corrupted?

Now it lasted a day with same 7 torrents with no operations on them, just periodically checking on them on the webUI... before it hanged.

I'll try to debug it with gdb, but not before the weekend, I expect.
by Geth
Mon Mar 20, 2017 9:46 am
Forum: Support
Topic: Deluge Hangs on Launch - Fastresume File Corrupted?
Replies: 25
Views: 16252

Re: Deluge Hangs on Launch - Fastresume File Corrupted?

Today with ~15 torrents it stopped in the middle of checking of the fourth(?) torrent... Can you isolate it to a single torrent? If you turn on debug logging you should be able to determine where it hangs. I cannot isolate it to one single torrent. I'm quite sure it's not related to a specific type...
by Geth
Sun Mar 19, 2017 2:47 pm
Forum: Support
Topic: Deluge Hangs on Launch - Fastresume File Corrupted?
Replies: 25
Views: 16252

Re: Deluge Hangs on Launch - Fastresume File Corrupted?

Hi, Unfortunately I have to join the club :( I'm using Deluge 1.3.13 on QNAP NAS running on a x86_64 GNU/Linux (according to uname). I also had the exact same symptoms for a looong time now. Usually I only have a few total torrents loaded in the app. Sometimes it goes on without problems for weeks, ...
by Geth
Thu Jun 02, 2016 10:10 am
Forum: Windows OS
Topic: Extractor not working in Windows 10
Replies: 30
Views: 26254

Re: Extractor not working in Windows 10

Hi, This problem has a related topic with eerily similar problem (Linux and unrar instead of 7zip and Windows). Attached there is a work-in-progress version of the plugin (0.5a1), which is working for me, apart from the log stating failed, but the extraction is successful and the files are there. Th...
by Geth
Wed Jun 01, 2016 6:09 am
Forum: Plugins
Topic: [Plugin][Extractor] Extract successful, no extracted files can be found
Replies: 25
Views: 22429

Re: [Plugin][Extractor] Extract successful, no extracted files can be found

Ok, another test (0.5a1), I think you'll get there :)

Now the extracted files are there, minor issue is that the log says extract failed.

EDIT: on_extract if-else swapped (0 - success evaluates to false)? That would explain why we saw "successful" in the log the whole time :)
by Geth
Tue May 31, 2016 1:56 pm
Forum: Plugins
Topic: [Plugin][Extractor] Extract successful, no extracted files can be found
Replies: 25
Views: 22429

Re: [Plugin][Extractor] Extract successful, no extracted files can be found

Yep, substituting the word "to" with path from same log line: [~] # unrar x -o+ -y /share/Download/blah.torrent.folder/blah.compressed.rar /share/Download UNRAR 5.31 freeware Copyright (c) 1993-2016 Alexander Roshal Extracting from /share/Download/blah.torrent.folder/blah.compressed.rar Ex...
by Geth
Tue May 31, 2016 12:51 pm
Forum: Plugins
Topic: [Plugin][Extractor] Extract successful, no extracted files can be found
Replies: 25
Views: 22429

Re: [Plugin][Extractor] Extract successful, no extracted files can be found

I've also tried out the attached one: [DEBUG ] 14:21:08 pluginmanagerbase:124 Found plugin: Extractor 0.5a0 at /share/CACHEDEV1_DATA/.qpkg/Entware-ng/lib/python2.7/site-packages/deluge/plugins/Extractor-0.5a0-py2.7.egg ... [DEBUG ] 14:24:07 torrentmanager:1043 on_alert_storage_moved ... [DEBUG ] 14:...