Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 2449)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#1200 Exception dropped by deluge-web damoxc marcosgdf
Description

I'm using the last version 1.2.2.3-karmic-ppa1 in Ubuntu 9.10

I'm using deluged + deluge-web, some errors were shown:

mediacenter@mediacenter-pc:~$ deluge-web [ERROR ] 16:59:41 client:375 RPCError Message Received!


RPCRequest: core.enable_plugin(WebUi?)


File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 281, in dispatch

ret = self.factory.methods[method](*args, kwargs)

File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 523, in enable_plugin

self.pluginmanager.enable_plugin(plugin)

File "/usr/lib/pymodules/python2.6/deluge/core/pluginmanager.py", line 82, in enable_plugin

super(PluginManager?, self).enable_plugin(name)

File "/usr/lib/pymodules/python2.6/deluge/pluginmanagerbase.py", line 143, in enable_plugin

component.start(instance.plugin.get_component_name())

File "/usr/lib/pymodules/python2.6/deluge/component.py", line 212, in start

_ComponentRegistry.start_component(component)

File "/usr/lib/pymodules/python2.6/deluge/component.py", line 131, in start_component

self.components[name].start()

File "/usr/share/pyshared/deluge/plugins/WebUi-0.1-py2.6.egg/webui/core.py", line 85, in start

self.server.start(False)

File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 517, in start

self.start_normal()

File "/usr/lib/pymodules/python2.6/deluge/ui/web/server.py", line 525, in start_normal

self.socket = reactor.listenTCP(self.port, self.site)

File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 356, in listenTCP

p.startListening()

File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 858, in startListening

raise CannotListenError?, (self.interface, self.port, le)

CannotListenError?:


Cmediacenter@mediacenter-pc:~$

#1214 Reorder priority menu items mathbr
Description

The current order of the priority menu items for files and directories is "Do not Download", "Normal", "High" and "Highest".

Since it reflects the usual order of things, this order should be reversed, having "Highest" and "High" on top and "Do not Download" at the bottom.

#1223 Unnecessary DLLs on Windows ETZel
Description

These files probably should not be included in the Windows installation of Deluge:

  • POWRPROF.dll and MSIMG32.DLL are parts of Windows
  • win32ui.pyd module and it's dependency mfc90.dll are not used (and never should be)
  • freetype6.dll, libexpat-1.dll, libpng14-14.dll are parts of Windows Gtk+ runtime (without "Compatibility libs" option)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.