krishpranav/socialosint

Linkedin: Connection aborted

gauravg84 opened this issue · 10 comments

Hello,
I am trying to use this tool, However, its keeps on saying that "Linkedin: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))←[0m"

Can you please help?
Thanks

hi @gauravg84 can you screenshot and send me the error??

Screenshot 2021-07-20 074943
Hi,
Here is the screenshot of the error.

run these steps:

git clone https://github.com/krishpranav/socialosint
cd socialosint
python3 -m pip install -r requirements.txt
python3 -m venv env
source env/bin/activate
python3 socialosint.py

make sure you have entered all your credentials in credentials.json

Screenshot 2021-07-20 200940

Hi. After following the step now the error message is this.

ok i will check the issue and fix it

it works fine on my mac
did you enter your credentials in the credentials.json?

    "linkedin":{
        "email":"email",
        "password":"password"
    }

you need to give your email and password in the linkedin section in credentials.json

i've updated this code
type :
git pull and try again

Thanks