Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 2447)

Ticket Resolution Summary Owner Reporter
#3014 Fixed Bug 2990 still not completely fixed Prods
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 Jazz
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 jl303
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):

File "/usr/bin/deluge-console", line 11, in <module>

load_entry_point('deluge==2.0.0.dev7009', 'console_scripts', 'deluge-console')()

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/init.py", line 19, in start

Console().start()

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/console.py", line 120, in start

do_profile=self.options.profile)

File "/usr/lib/python2.7/dist-packages/deluge/common.py", line 1130, in run_profiled

return func(*args)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/console.py", line 114, in run

return c.start_ui()

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 156, in start_ui

curses.wrapper(self.run)

File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper

return func(stdscr, *args, kwds)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 222, in run

self.register_mode(ConnectionManager(stdscr, self.encoding), set_mode=True)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/modes/connectionmanager.py", line 40, in init

BaseMode.init(self, stdscr, encoding=encoding)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/modes/basemode.py", line 143, in init

self.refresh()

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/modes/connectionmanager.py", line 195, in refresh

self.update_select_host_popup()

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/modes/connectionmanager.py", line 48, in update_select_host_popup

popup = SelectablePopup(self, _('Select Host'), self._host_selected, border_off_west=1, active_wrap=True)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/widgets/popup.py", line 215, in init

BaseInputPane.init(self, self, kwargs)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/widgets/inputpane.py", line 36, in init

super(BaseInputPane, self).init()

TypeError: init() takes at least 3 arguments (1 given)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.