Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Not reachable for unknown reasons" but scan still completes #31

Open
malexmave opened this issue Mar 10, 2020 · 0 comments
Open

"Not reachable for unknown reasons" but scan still completes #31

malexmave opened this issue Mar 10, 2020 · 0 comments

Comments

@malexmave
Copy link
Contributor

When scanning pfgc.com we receive:

$ privacyscanner scan -m chromedevtools http://pfgc.com
chromedevtools> 2020-03-10 11:18:01,168: [INFO] Starting chromedevtools (scanner.py:179)
chromedevtools> 2020-03-10 11:18:33,003: [INFO] Scan module `chromedevtools` will be retried (scanner.py:188)
chromedevtools> 2020-03-10 11:18:33,013: [INFO] Finished chromedevtools (scanner.py:203)
chromedevtools> 2020-03-10 11:18:33,015: [INFO] Starting chromedevtools (scanner.py:179)
chromedevtools> 2020-03-10 11:18:58,292: [ERROR] Neither responses, nor failed requests. (chromescan.py:270)
Traceback (most recent call last):
  File "/[redacted]/privacyscanner/privacyscanner/scanmodules/chromedevtools/chromescan.py", line 254, in scan
    content = scanner.scan(browser, result, logger, options)
  File "/[redacted]/privacyscanner/privacyscanner/scanmodules/chromedevtools/chromescan.py", line 399, in scan
    raise NotReachableError('Not reachable for unknown reasons.')
privacyscanner.scanmodules.chromedevtools.chromescan.NotReachableError: Not reachable for unknown reasons.
chromedevtools> 2020-03-10 11:19:04,356: [INFO] Finished chromedevtools (scanner.py:203)

However, the system still returns a result. Again, I am not sure if it is trustworthy after this error occured. Dependencies as in #27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant