new92 / IGFI

🤖 IGFI: InstaGram Followers Increaser 📈 | Written in Python 🐍 | Don't forget to ⭐ the repo !
https://github.com/new92/IGFI
MIT License
202 stars 56 forks source link

Need Help #46

Closed unzurla closed 8 months ago

unzurla commented 10 months ago

I did Cd v3 then python3v3.py

and then filled my insta name and password but this popped up

Instaloader.exceptions.QueryReturnedNotFoundException: JSON Query to accounts/login/: Could not find "window._sharedData" in html response.

unzurla commented 10 months ago

File "/usr/local/lib/python3.11/dist-packages/instaloader/instaloadercontext.py", line 382, in get_json
raise QueryReturnedNotFoundException(error_string) from err
instaloader.exceptions.QueryReturnedNotFoundException: JSON Query to accounts/login/: Could not find "window._sharedData" in html response.

new92 commented 10 months ago

Okay, to resolve this error try executing this:

cd IGFI
python3 ./scripts/cookies.py
python3 ./scripts/igfi.py
new92 commented 8 months ago

@unzurla were you able to resolve the issue ?

kalilinux112 commented 8 months ago

File "/home/kalilinux/IGFI/./scripts/igfi.py", line 120, in init(autoreset=True) ^^^^ NameError: name 'init' is not defined. Did you mean: 'int'?

new92 commented 8 months ago

@kalilinux112 did you follow the installation process ? Try this command:

pip3 install -r requirements.txt