Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.52k stars 2.09k forks source link

i try to run main.py <username> and this come every time #422

Open Spanky47 opened 2 years ago

Spanky47 commented 2 years ago

ClientError bad_password (Code: 400, Response: {"message": "The password you entered is incorrect. Please try again.", "invalid_credentials": true, "error_title": "Incorrect password", "buttons": [{"title": "OK", "action": "dismiss"}], "status": "fail", "error_type": "bad_password"})The password you entered is incorrect. Please try again.: bad_password

makato-private commented 2 years ago

Try to run make setup and then enter your username and password. Furthermore, check if you can log in manually via your browser.

Spanky47 commented 2 years ago

@marijanprivate i tried but same problem bro

makato-private commented 2 years ago

@Spanky47

Login to your Instagram Account via Browser, and reset your password. Furthermore, once you start main.py be sure to run cache to clean any cached files.

As you can see in the error response, it clearly states that the password is bad, or invalid credentials generally.

Habitats1 commented 2 years ago

This happens if there is one of the symbols on your password that is similar to the symbol for coding, such as me who has this # symbol, this symbol used to hide text or code.

Rodneyoz commented 2 years ago

go to the config directory delete the Username and Pasword files (rm username.conf and the rm pw.conf)

then go back to your parent directory of Osintgram (cd ..)

then type the following command..... make setup

and enter the correct info.