Opened 13 years ago

Last modified 7 years ago

#1820 assigned bug

deluge web freezes in the terminal — at Version 4

Reported by: firefox Owned by: damoxc
Priority: major Milestone: 2.x
Component: Web UI Version: develop
Keywords: Cc: bro

Description (last modified by Cas)

  1. running deluge -u web freezes in the terminal
  1. if you try to load deluge without the classic mode it will not connect to the daemon
  1. deluge-console commands don't work because of no daemon and wait forever in the terminal without exit code.

i believe it's the same bug - deluge daemon - so i posted all in the same ticket and will attach some traces

Change History (5)

Changed 13 years ago by firefox

comment:1 Changed 13 years ago by firefox

if i kill all deluged and deluge process run deluged doest give me any trace but when after i run deluge will say that there is a daemon running if i want to switch off classic mode, if i say yes brings up the not classic mode but not loading and if i press the connection manager i get

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/toolbar.py", line 175, in on_toolbutton_connectionmanager_clicked
    component.get("MenuBar").on_menuitem_connectionmanager_activate(data)
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/menubar.py", line 291, in on_menuitem_connectionmanager_activate
    component.get("ConnectionManager").show()
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/connectionmanager.py", line 187, in show
    self.__load_hostlist()
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/connectionmanager.py", line 271, in __load_hostlist
    for host in self.config["hosts"]:
AttributeError: 'ConnectionManager' object has no attribute 'config'
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/toolbar.py", line 175, in on_toolbutton_connectionmanager_clicked
    component.get("MenuBar").on_menuitem_connectionmanager_activate(data)
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/menubar.py", line 291, in on_menuitem_connectionmanager_activate
    component.get("ConnectionManager").show()
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/connectionmanager.py", line 187, in show
    self.__load_hostlist()
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/connectionmanager.py", line 271, in __load_hostlist
    for host in self.config["hosts"]:
AttributeError: 'ConnectionManager' object has no attribute 'config'

comment:2 Changed 13 years ago by damoxc

  • Owner set to damoxc
  • Status changed from new to accepted

comment:3 Changed 13 years ago by damoxc

  • Component changed from core to webui

comment:4 Changed 13 years ago by Cas

  • Description modified (diff)
  • Summary changed from deluge web to deluge web freezes in the terminal
Note: See TracTickets for help on using tickets.