Ticket #204 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Network Inventory doesn't open

Reported by: luis Owned by: gpolo
Priority: high Milestone: Umit 1.0beta1
Component: NetworkInventory Version: current svn
Keywords: Cc:

Description

I'm trying open Network Inventory.


Traceback (most recent call last):
  File "/home/bastiao/Projects/umit/umit-svn/trunk/umitGUI/MainWindow.py", line 458, in _open_inv
    self.niwin = InventoryViewer(self)
  File "/home/bastiao/Projects/umit/umit-svn/trunk/umitInventory/Viewer.py", line 211, in __init__
    self.timeline = TLHolder()
  File "/home/bastiao/Projects/umit/umit-svn/trunk/umitInventory/Timeline.py", line 64, in __init__
    connector=self.connector)
  File "/home/bastiao/Projects/umit/umit-svn/trunk/umitInventory/TLToolbar.py", line 56, in __init__
    self.line_filter = value
  File "/home/bastiao/Projects/umit/umit-svn/trunk/umitInventory/TLToolbar.py", line 88, in set_filter
    self._setup_top_btns()
  File "/home/bastiao/Projects/umit/umit-svn/trunk/umitInventory/TLToolbar.py", line 116, in _setup_top_btns
    color = self.colors[colors_in_file[cat_name]]
KeyError: u'Ports'



Change History

follow-up: ↓ 2   Changed 4 years ago by gpolo

Are you running a translated umit ?

in reply to: ↑ 1   Changed 4 years ago by luis

Replying to gpolo:

Are you running a translated umit ?

yes. it works fine with non-translated umit.

  Changed 4 years ago by gpolo

  • status changed from new to closed
  • resolution set to fixed

This should be fixed on changeset #4046 now, will merge into trunk.

  Changed 4 years ago by gpolo

r4046, btw

Note: See TracTickets for help on using tickets.