smicallef / spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
http://www.spiderfoot.net
MIT License
13.27k stars 2.29k forks source link

Failed communicating with server: HTTPConnectionPool #1813

Closed AdityaND2005 closed 1 year ago

AdityaND2005 commented 1 year ago

The error message shows:

Failed communicating with server: HTTPConnectionPool(host='127.0.0.1', port=5001): Max retries exceeded with url: /ping (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f96a1d40550>: Failed to establish a new connection: [Errno 111] Connection refused'))

bcoles commented 1 year ago

This error indicates that the SpiderFoot server is not reachable.

What were you doing when this error occurred?

AdityaND2005 commented 1 year ago

I figured it out. First we need to run the spiderfoot. Then we should access it using spiderfoot-cli.

weat01 commented 11 months ago

How did you figure it out ? I've tried with with python 2.7 and 3.11 and still can't connect. How do you get it to 'run'?

bcoles commented 11 months ago

How did you figure it out ? I've tried with with python 2.7 and 3.11 and still can't connect. How do you get it to 'run'?

python3 ./sf.py -l 127.0.0.1:5001