-
Notifications
You must be signed in to change notification settings - Fork 6
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
Lookup per invalid IP address gives Internal Server Error #9
Comments
I guess it lacks a validation here |
It should be handled here: https://github.com/D4-project/IPASN-History/blob/master/client/pyipasnhistory/api.py#L102 |
Indeed, if the value is not an IP (any string), you'll get back a 500. |
(.... and moving it back to here because the webserver doesn't return anything anymore and I don't have time to fix it rn) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Likely introduced by #1, query sent with invalid or empty IP gives a 500:
The text was updated successfully, but these errors were encountered: