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
Hi,
Domhttpx was working fine before.
However today I am not able to run any query.
Please see the error message below:
Traceback (most recent call last):
File "/home/canvas/domhttpx/domhttpx.py", line 9, in
main()
File "/home/canvas/domhttpx/domHttpx/cli.py", line 80, in main
init.show()
File "/home/canvas/domhttpx/domHttpx/domHttpx.py", line 127, in show
dom_result = self.get_real_path()
File "/home/canvas/domhttpx/domHttpx/domHttpx.py", line 57, in get_real_path
self.dork()
File "/home/canvas/domhttpx/domHttpx/domHttpx.py", line 33, in dork
for result in results:
File "/usr/local/lib/python3.9/dist-packages/googlesearch/init.py", line 305, in search
html = get_page(url, user_agent, verify_ssl)
File "/usr/local/lib/python3.9/dist-packages/googlesearch/init.py", line 174, in get_page
response = urlopen(request)
File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/lib/python3.9/urllib/request.py", line 555, in error
result = self._call_chain(*args)
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 747, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: Too Many Requests
The text was updated successfully, but these errors were encountered:
Hi,
Domhttpx was working fine before.
However today I am not able to run any query.
Please see the error message below:
Traceback (most recent call last):
File "/home/canvas/domhttpx/domhttpx.py", line 9, in
main()
File "/home/canvas/domhttpx/domHttpx/cli.py", line 80, in main
init.show()
File "/home/canvas/domhttpx/domHttpx/domHttpx.py", line 127, in show
dom_result = self.get_real_path()
File "/home/canvas/domhttpx/domHttpx/domHttpx.py", line 57, in get_real_path
self.dork()
File "/home/canvas/domhttpx/domHttpx/domHttpx.py", line 33, in dork
for result in results:
File "/usr/local/lib/python3.9/dist-packages/googlesearch/init.py", line 305, in search
html = get_page(url, user_agent, verify_ssl)
File "/usr/local/lib/python3.9/dist-packages/googlesearch/init.py", line 174, in get_page
response = urlopen(request)
File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/lib/python3.9/urllib/request.py", line 555, in error
result = self._call_chain(*args)
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 747, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: Too Many Requests
The text was updated successfully, but these errors were encountered: