Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i try run seeker error in Kali Linux i got this error
Traceback (most recent call last):
  File "seeker.py", line 203, in <module>
    network()
  File "seeker.py", line 42, in network
    requests.get('http://www.google.com/', timeout = 5)
  File "/usr/lib/python2.7/dist-packages/requests/api.py", line 75, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/api.py", line 60, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 524, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 637, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 529, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='www.google.com', port=80): Read timed out. (read timeout=5)


What I have tried:

i tried many solution like uninstall and reinstall but still the same
Posted
Comments
Richard MacCutchan 13-Jan-19 7:41am    
Look at the error message: your internet connection is causing the problem.
Member 14116612 15-Jan-19 14:58pm    
also when i use trity tool the error is:
Trity-1# ./run.sh
Traceback (most recent call last):
File "/opt/trity/trity.py", line 27, in <module>
from searchs import *
File "/opt/trity/searchs.py", line 1, in <module>
from google import search
ImportError: No module named google
Richard MacCutchan 15-Jan-19 15:05pm    
Again, the error message is telling you exactly what is wrong. I have no idea what trity.py is but I suggest you contact the person who wrote it for assistance.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900