Opened 13 years ago

Closed 13 years ago

Last modified 7 years ago

#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 13 years ago by Cas

  • Owner set to s0undt3ch
  • Status changed from new to assigned

comment:2 Changed 13 years ago by s0undt3ch

  • Status changed from assigned to accepted

comment:3 Changed 13 years ago by s0undt3ch

  • Keywords ConnectionManager added
  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed in current master.

comment:4 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.