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

WHOIS block #251

Open
Huji opened this issue Feb 4, 2020 · 2 comments
Open

WHOIS block #251

Huji opened this issue Feb 4, 2020 · 2 comments
Assignees

Comments

@Huji
Copy link

Huji commented Feb 4, 2020

I was debugging a code that uses this package and in doing so, I ran a couple hundred IP WHOIS requests. This resulted in RIPE temporarily blocking my IP because I had surpassed RIPE's daily quota. In the python code, that resulted in the code just hanging (I learned about the RIPE block by running a whois command at the terminal and seeing the error message returned by RIPE).

The correct response in a situation like this should be an exception being thrown by the ipwhois package, not just leaving the user hanging.

@secynic
Copy link
Owner

secynic commented Mar 4, 2020

Can you provide more details on the query tested, traceback, etc. This shouldn't be the case.

@Huji
Copy link
Author

Huji commented Mar 5, 2020

I cannot provide a traceback; the code doesn't crash, it just hangs there.

I can create a test code, but that would be at the expense of being blocked by RIPE again so please give me some time on that.

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

No branches or pull requests

2 participants