-
Notifications
You must be signed in to change notification settings - Fork 69
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
ValueError: invalid literal for int() with base 10: 'Does Not Exist' #1
Comments
Hi @alienatix! Can you let me know which version of ZAP you are using? |
version 2.4.2 |
Ah, I see, it happens if the URL isn't in site tree, so the error won't happen if you first open the URL, i.e.:
Alternatively, you can use
Does that work for you? I'll add some better error handling to |
Thanks! |
v0.2.0 (now available on PyPI) has better error handling for this. It will now look like this if you try to run an active scan on a URL that isn't in the site tree:
|
I get an error when trying to run an active scan:
The text was updated successfully, but these errors were encountered: