#1819 closed bug (Fixed)
Cannot open connection manager with clean config
Reported by: | Cas | Owned by: | s0undt3ch |
---|---|---|---|
Priority: | critical | Milestone: | 2.x |
Component: | GTK UI | Version: | master |
Keywords: | ConnectionManager | Cc: |
Description
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)
comment:1 Changed 12 years ago by Cas
- Owner set to s0undt3ch
- Status changed from new to assigned
comment:2 Changed 12 years ago by s0undt3ch
- Status changed from assigned to accepted
comment:3 Changed 12 years ago by s0undt3ch
- Keywords ConnectionManager added
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
Fixed in current master.