Custom Query (2447 matches)
Results (211 - 213 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3014 | Fixed | Bug 2990 still not completely fixed | ||
Description |
Hello: I just tried the fixed version (March 17) of 1.3.14 and while the download issues in bug 2990 appear to be fixed, the file selection and subsequent attempts to invoke the "do not download" option still have issues: 1) Choosing "do not download" for a folder does not work. 2) Choosing "do not download" for files within a folder often requires several attempts to work. 3) Exiting Deluge and restarting it removes all the "do not download" settings on the files chosen. 4) Random crashes when trying to invoke the "do not download" option. Had to go back to 1.3.12 again as this makes Deluge unusable for my needs. |
|||
#3010 | Fixed | Hundreds of MB of exception logs | ||
Description |
Sometimes Deluge logs the same exception repeatedly until I manually restart it. When it happens, one CPU core runs at 100% and it can fill hundreds of megabytes of logs until I stop it. Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 294, in __init__ reactor.run() File "/usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py", line 301, in run self._run() File "/usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py", line 155, in wrapper return callback(source, condition) File "/usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py", line 170, in _ioEventCallback source, self._doReadOrWrite, source, source, condition) --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 101, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext return func(*args,**kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 610, in _doReadOrWrite self._disconnectSelectable(selectable, why, inRead) File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 247, in _disconnectSelectable self.removeReader(selectable) File "/usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py", line 250, in removeReader self._remove(reader, self._reads, self._writes, self.OUTFLAGS) File "/usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py", line 237, in _remove self._source_remove(self._sources[source]) exceptions.OverflowError: signed integer is greater than maximum |
|||
#3009 | Fixed | Can't Start deluge-console 2.0.0.dev7009 | ||
Description |
I installed the latest deluge from http://ppa.launchpad.net/deluge-team/develop/ubuntu yakkety main However, I get an error when I run deluge-console. I can log into daemon using deluge-web though. How can I fix this? Here's the log, and thanks in advance! $ deluged --version deluged 2.0.0.dev7009 libtorrent: 1.1.2.0 Python: 2.7.12+ OS: Linux Ubuntu 16.10 yakkety $ deluge-console --version deluge-console 2.0.0.dev7009 libtorrent: 1.1.2.0 Python: 2.7.12+ OS: Linux Ubuntu 16.10 yakkety $ deluged $ deluge-console Traceback (most recent call last):
TypeError: init() takes at least 3 arguments (1 given) |