mozilla / stooge

Mozilla Stooge
Mozilla Public License 2.0
7 stars 6 forks source link

TypeError: unhashable type: 'list' #9

Closed st3fan closed 10 years ago

st3fan commented 10 years ago
[2014-05-09 17:25:55,569: ERROR/Worker-2] stooge.scanner.tasks.bugcount_task[3c54bed2-b850-4e64-a0f8-da146d4c4f9f]: Error while counting websec bugs
Traceback (most recent call last):
  File "/home/sarentz/stooge/stooge/scanner/tasks.py", line 200, in bugcount_task
    n = count_websec_bugs(bugzilla_username, bugzilla_password, site["url"])
  File "/home/sarentz/stooge/stooge/scanner/tasks.py", line 172, in count_websec_bugs
    bug_ids.add([bug['id'] for bug in _websec_bugs_via_component(credentials, url.hostname)])
TypeError: unhashable type: 'list'