Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (547 - 549 of 2447)

Ticket Resolution Summary Owner Reporter
#1862 Fixed Move Storage broken Calum
Description
Traceback (most recent call last):
  File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/menubar.py", line 357, in on_dialog_response_event
    self.move_storage_dialog.get_text())
AttributeError: 'gtk.Dialog' object has no attribute 'get_text'
#1866 Fixed Console fails to find deluged with a new specified config Calum
Description

The localhost deluged is listed as offline if you use new configs.

~/delugeDev/deluged -c ~/CONFIG1
~/delugeDev/deluge-console -c ~/CONFIG1

The workaround is to open deluge-gtk and change the setting from classic to thinclient, localhost deluged then shows as online in the console and can connect normally.

#1875 Fixed NameError: name '_' is not defined s0undt3ch Calum
Description

When starting with deluge everything fine but with deluge-gtk this error occurs:

Traceback (most recent call last):
  File "/home/calum/delugeDev/deluge-gtk", line 9, in <module>
    load_entry_point('deluge==1.3.900-dev', 'gui_scripts', 'deluge-gtk')()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 305, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2244, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
  File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/gtkui.py", line 61, in <module>
    from connectionmanager import ConnectionManager
  File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/connectionmanager.py", line 73, in <module>
    _("Offline"),
NameError: name '_' is not defined
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.