Arachni / arachni-ui-web

Arachni's Web User Interface.
http://www.arachni-scanner.com/
Other
225 stars 112 forks source link

Active scan - window.restoreIssueVisibility() is undefined #86

Closed bstream closed 9 years ago

bstream commented 9 years ago

I followed the WebUI installation guide HERE and started the webui with bundle exec rails s. When running a test scan I noticed that something was wrong with the page as I could only glimpse the scan progress every ~3-5 seconds. I looked in the console and saw this:

Uncaught TypeError: undefined is not a function

Following the error shows that the erroneous function call is

window.restoreIssueVisibility();

Update: I observed this error on the relative url scans/1

bstream commented 9 years ago

Reinstalled and the error no longer occurs. You might want to close this as I am no longer able to to reproduce.