new92

Results 48 comments of new92

Hey @6abr oh I see, that's a strange one. Well if you're using an older version of the Instagram app try updating it. Otherwise try re-installing IGFI. If that doesn't...

@Akkiii To avoid this error login to Instagram from Firefox, run the `cookies.py` script and then execute the `igfi.py` one.

Ok, let's see, so the correct installation steps are these: ```bash sudo su git clone https://github.com/new92/IGFI cd IGFI sudo pip install -r ./files/requirements.txt python3 ./cookies.py python3 ./igfi.py -u -p --session...

Hey @aditya-kumar-129 ok thanks for mentioning these issues. Although I can't locate the "python3 ./igfi.py -u -p --session " you're talking about. The command which appears on the README I...

Hey @aditya-kumar-129 are you logged in to your Instagram account from Firefox ?

Ok, check if Instagram locked your account temporarily and you need to follow a verification process. Check also these issues maybe they'll offer a better solution. - [Link 1](https://github.com/instaloader/instaloader/issues/2048) -...

Ok so the error is originated from the Firefox browser. More specifically, Firefox must have changed their database columns which leads to the specific error. In order to resolve this...

Hey @Meytiz, just made an update so the second issue (NameError: name 'Live' is not defined. Did you mean: 'like'?) should be resolved. As for the first one, can you...

Ok so you need to edit the environment's variables in order to resolve the `python not found` error. For the second one try entering this command: `pip install -r ./files/requirements.txt`

Hey @Meytiz check [this tutorial](https://realpython.com/add-python-to-path/) to resolve the python not found issue. In order to resolve the second issue (Cookie import failed: ...) log in to your Instagram account from...