Custom Query (2447 matches)
Results (187 - 189 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#969 | WontFix | Full allocation allocates for files not selected to download | ||
Description |
When using full allocation with torrents that have multiple files. If I only select to download one file (all others set to "do not download"), it still allocates for the close by torrents in the file segments. I understand it is because segments can overlapp the files, but should deluge really allocate for the entire close by file?
Example:
If only downloading "File 2" which is 1 GB, deluge allocates for both the files but only downloads maybe 0,58% of "File 1". This means that for each torrent where I download 1 GB of 2 GB the usage on disk requires it to have 2 GB. |
|||
#978 | Fixed | Blocklist error message ''ValueError: time data" in download_blocklist_thread | ||
Description |
Just discovered this with svn r5427: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 497, in __bootstrap self.__bootstrap_inner() File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner self.run() File "/usr/lib/python2.6/threading.py", line 477, in run self.__target(*self.__args, **self.__kwargs) --- <exception caught here> --- File "/usr/lib/python2.6/dist-packages/twisted/python/threadpool.py", line 210, in _worker result = context.call(ctx, function, *args, **kwargs) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext return func(*args,**kw) File "/usr/share/python-support/deluge-core/deluge/plugins/Blocklist-1.0-py2.6.egg/blocklist/core.py", line 254, in download_blocklist_thread File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime (data_string, format)) exceptions.ValueError: time data 'Sun, 01 Mar 2009 02:02:04 GMT' does not match format '%a, %d %b %Y %H:%M:%S GMT' |
|||
#980 | Fixed | [r5427] Deluge does not exit properly | ||
Description |
When exiting deluge the program hangs and does not quit like it should. For example the GTK window is still running. This has worked fine previously. I have removed the .config/deluge directory, started, exited (then killed) and started again. Hopefully the uploaded log can solve why deluge don't want to quit. |