Custom Query (2447 matches)
Results (235 - 237 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2979 | Fixed | Startup error when deluge-web not installed | ||
Description |
Traceback (most recent call last): File "/usr/bin/deluge", line 11, in <module> load_entry_point('deluge==2.0.0.dev6961', 'gui_scripts', 'deluge')() File "/usr/lib/python2.7/dist-packages/deluge/ui/ui_entry.py", line 42, in start_ui for entrypoint in pkg_resources.iter_entry_points('deluge.ui')]) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2249, in load return self.resolve() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2255, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ImportError: No module named web |
|||
#2978 | Fixed | gtk bloking | ||
Description |
Latest build does not start. the deluged is ok , you can logon webui but the gtk is bloked, i only have a screen shot og the error, will send that sorry !!! |
|||
#2977 | Fixed | Fix Stats Plugin Errors | ||
Description |
A couple of bugs that need fixing: On startup with no torrent selected and graph tab open the following error occurs: Traceback (most recent call last): File "build/bdist.linux-i686/egg/deluge/plugins/stats/gtkui.py", line 127, in graph_expose File "build/bdist.linux-i686/egg/deluge/plugins/stats/graph.py", line 110, in draw_to_context File "build/bdist.linux-i686/egg/deluge/plugins/stats/graph.py", line 166, in draw_graph File "build/bdist.linux-i686/egg/deluge/plugins/stats/graph.py", line 197, in intervalise TypeError: unsupported operand type(s) for /: 'long' and 'NoneType' Secondly due to session stats changes, plugin needs updated: Traceback (most recent call last): File "build/bdist.linux-i686/egg/deluge/plugins/stats/gtkui.py", line 127, in graph_expose File "build/bdist.linux-i686/egg/deluge/plugins/stats/graph.py", line 110, in draw_to_context File "build/bdist.linux-i686/egg/deluge/plugins/stats/graph.py", line 158, in draw_graph KeyError: u'num_connections' |
Note:
See TracQuery
for help on using queries.