You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is indeed good tool. I tried to use it but getting this Error while running:
File "domain_status_info.py", line 356, in <module>
main()
File "domain_status_info.py", line 349, in main
save_test.add_status_to_html(parse_length=ARGS.length, name_registrar=ARGS.registrar)
File "domain_status_info.py", line 231, in add_status_to_html
status_code = self.get_status_code(url)
File "domain_status_info.py", line 156, in get_status_code
response = conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1148, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 448, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 412, in _read_status
raise BadStatusLine("No status line received - the server has closed the connection")
httplib.BadStatusLine: No status line received - the server has closed the connection
It works fine for like 100 targets but after that it throws above Error & Stopped.
The text was updated successfully, but these errors were encountered:
Hi @skamsie ,
This is indeed good tool. I tried to use it but getting this Error while running:
It works fine for like 100 targets but after that it throws above Error & Stopped.
The text was updated successfully, but these errors were encountered: