Cannot open connection manager with clean config
Switched from classic the thinclient but cannot open connection manager to connect.
Traceback (most recent call last):
File "deluge/ui/gtkui/toolbar.py", line 175, in on_toolbutton_connectionmanager_clicked
component.get("MenuBar").on_menuitem_connectionmanager_activate(data)
File "deluge/ui/gtkui/menubar.py", line 291, in on_menuitem_connectionmanager_activate
component.get("ConnectionManager").show()
File "deluge/ui/gtkui/connectionmanager.py", line 187, in show
self.__load_hostlist()
File "deluge/ui/gtkui/connectionmanager.py", line 271, in __load_hostlist
for host in self.config["hosts"]:
AttributeError: 'ConnectionManager' object has no attribute 'config'
Change History
(4)
Owner: |
set to s0undt3ch
|
Status: |
new → assigned
|
Status: |
assigned → accepted
|
Keywords: |
ConnectionManager added
|
Resolution: |
→ fixed
|
Status: |
accepted → closed
|
Fixed in current master.