Ticket #66 (closed defect: fixed)
Umit Crashes when comparing results
| Reported by: | rodolfo.ueg@… | Owned by: | boltrix |
|---|---|---|---|
| Priority: | high | Milestone: | Umit 1.0beta1 |
| Component: | CrashReport | Version: | current svn |
| Keywords: | user crash | Cc: |
Description (last modified by rcarvalho) (diff)
When you open a .usr file to compare with another scan saved on the Umit's database, I receive the following error message in console:
Traceback (most recent call last):
File "/Users/rodolfocarvalho/Documents/workspace/Umit/umitGUI/DiffCompare.py", line 365, in text_changed[[BR]] self.scan_chooser2.parsed_scan)
File "/Users/rodolfocarvalho/Documents/workspace/Umit/umitGUI/DiffCompare.py", line 738, in make_diff
self.add_host_diff(host_state, host, second_host)
File "/Users/rodolfocarvalho/Documents/workspace/Umit/umitGUI/DiffCompare.py", line 800, in add_host_diff
extraports2)
File "/Users/rodolfocarvalho/Documents/workspace/Umit/umitGUI/DiffCompare.py", line 913, in add_extraports_diff
extraports2.get("count"))
AttributeError: 'list' object has no attribute 'get'
The same happen when I run UmitWeb result comparision, using the same parameters. I'm using Mac OS X 10.5.4
Change History
Note: See
TracTickets for help on using
tickets.
