joepie91 / python-whois

A python module for retrieving and parsing WHOIS data
Do What The F*ck You Want To Public License
399 stars 187 forks source link

ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host #130

Open Jonas337 opened 7 years ago

Jonas337 commented 7 years ago

I have written a script which runs through a list of domains and makes a whois call for each domain. After about 6 domains from a list of about 8000, i receive this error. I suspected it was an issue regarding the frequency with which i was requesting the WHOIS information; but even after putting a 60 second cooldown period between lookups, i was receiving the error.

Even stranger, if i do a single lookup on the 7th domain seperately, it does not give this error.

I know this is somewhat outside of the scope of this module, as bulk lookups are not implemented directly, but i was hoping you could shed some light on the issue.

Thank you and have a nice day, Jonas

starchikovaos commented 6 years ago

Hi, Jonas. I have the same problem. Did you manage to solve it?

Asha-CR commented 6 years ago

Hi Jonas337 ,starchikovaos Am running into same issue.....U guys managed to solve it?

starchikovaos commented 6 years ago

Hi Asha-CR, Unfortunately not.

Jonas337 commented 6 years ago

sorry it took so long to respond; but no, the issue has not been solved. I eventually moved on from this project, as my focus shifted.