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.51k stars 2.08k forks source link

I have given correct password in credentials.ini but... :- 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 #529

Open crofesim opened 2 years ago

crofesim commented 2 years ago

Attempt to login... 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

khanarslaan7861 commented 2 years ago

Try 'make' maybe?

Astrogeek12 commented 2 years ago

same have u got corrected

Astrogeek12 commented 2 years ago

Attempt to login... 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

same have you got corrected...

khanarslaan7861 commented 2 years ago

So guys, this happens when you have executed once with the correct or no id/password in the config file, and when you change the id/pass config and then execute, you get this error. This is because of the setting.json, once it gets written for the first execution, it uses the same settings for the different id/password after changing. To fix this, you can run 'make' in the program directory, or you can delete everything between the curly braces ({}) in settings.json

Astrogeek12 commented 2 years ago

clienterror invalid_user (code: 400, response: {"message": "the username you entered doesn't appear to belong to an account. please check your username and try again.", "invalid_credentials": true, "error_title": "incorrect username", "buttons": [{"title": "try again", "action": "dismiss"}], "status": "fail", "error_type": "invalid_user"})the username you entered doesn't appear to belong to an account. please check your username and try again.: invalid_user Now getting this error....pls say how to fix it

On Tue, 12 Jul 2022 at 00:00, khanarslaan7861 @.***> wrote:

So guys, this happens when you have executed once with the correct or no id/password in the config file, and when you change the id/pass config and then execute, you get this error. This is because of the setting.json, once it gets written for the first execution, it uses the same settings for the different id/password after changing. To fix this, you can run 'make' in the program directory, or you can delete everything between the curly braces ({}) in settings.json

— Reply to this email directly, view it on GitHub https://github.com/Datalux/Osintgram/issues/529#issuecomment-1180732169, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ74QG376MF5SRYEXUPBT7LVTRR6FANCNFSM52JELXAQ . You are receiving this because you commented.Message ID: @.***>

HACKERPROTECTION commented 2 years ago

Catched 10 followers phone numbersTraceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/instagram_private_api/client.py", line 523, in _call_api response = self.opener.open(req, timeout=self.timeout) File "/usr/lib/python3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/usr/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/lib/python3.10/urllib/request.py", line 1352, in do_open r = h.getresponse() File "/usr/lib/python3.10/http/client.py", line 1374, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) File "/usr/lib/python3.10/ssl.py", line 1274, in recv_into return self.read(nbytes, buffer) File "/usr/lib/python3.10/ssl.py", line 1130, in read return self._sslobj.read(len, buffer) TimeoutError: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/kali/Desktop/Osintgram/main.py", line 186, in _cmd() File "/home/kali/Desktop/Osintgram/src/Osintgram.py", line 1556, in get_fwersnumber user = self.api.user_info(str(follow['id'])) File "/usr/local/lib/python3.10/dist-packages/instagram_private_api/endpoints/users.py", line 17, in user_info res = self._call_api('users/{user_id!s}/info/'.format(**{'user_id': user_id})) File "/usr/local/lib/python3.10/dist-packages/instagram_private_api/client.py", line 533, in _call_api raise ClientConnectionError('{} {}'.format( instagram_private_api.errors.ClientConnectionError: TimeoutError The read operation timed out

plz help and replied ... : ) have a good day

sneazy25 commented 1 year ago

Jadi teman-teman, ini terjadi ketika Anda telah mengeksekusi sekali dengan id/kata sandi yang benar atau tidak ada dalam file konfigurasi, dan ketika Anda mengubah konfigurasi id/pass dan kemudian mengeksekusi, Anda mendapatkan kesalahan ini. Ini karena setting.json, setelah ditulis untuk eksekusi pertama, ia menggunakan pengaturan yang sama untuk id/kata sandi yang berbeda setelah diubah. Untuk memperbaikinya, Anda bisa menjalankan 'make' di direktori program, atau Anda bisa menghapus semua yang ada di antara kurung kurawal ({}) di settings.json

still error

Shaik-Abdur-Raheem commented 1 year ago

So guys, this happens when you have executed once with the correct or no id/password in the config file, and when you change the id/pass config and then execute, you get this error. This is because of the setting.json, once it gets written for the first execution, it uses the same settings for the different id/password after changing. To fix this, you can run 'make' in the program directory, or you can delete everything between the curly braces ({}) in settings.json

bhai i am unable to solve plz help! my ig:- raheembond_007

DaX27104 commented 1 year ago

clienterror invalid_user (code: 400, response: {"message": "the username you entered doesn't appear to belong to an account. please check your username and try again.", "invalid_credentials": true, "error_title": "incorrect username", "buttons": [{"title": "try again", "action": "dismiss"}], "status": "fail", "error_type": "invalid_user"})the username you entered doesn't appear to belong to an account. please check your username and try again.: invalid_user Now getting this error....pls say how to fix it On Tue, 12 Jul 2022 at 00:00, khanarslaan7861 @.> wrote: So guys, this happens when you have executed once with the correct or no id/password in the config file, and when you change the id/pass config and then execute, you get this error. This is because of the setting.json, once it gets written for the first execution, it uses the same settings for the different id/password after changing. To fix this, you can run 'make' in the program directory, or you can delete everything between the curly braces ({}) in settings.json — Reply to this email directly, view it on GitHub <#529 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ74QG376MF5SRYEXUPBT7LVTRR6FANCNFSM52JELXAQ . You are receiving this because you commented.Message ID: @.>

so to fix it we need to cd osintgram steps.. then "make " or echo '{}' > settings.json click enter and its sorted ???

khanarslaan7861 commented 1 year ago

clienterror invalid_user (code: 400, response: {"message": "the username you entered doesn't appear to belong to an account. please check your username and try again.", "invalid_credentials": true, "error_title": "incorrect username", "buttons": [{"title": "try again", "action": "dismiss"}], "status": "fail", "error_type": "invalid_user"})the username you entered doesn't appear to belong to an account. please check your username and try again.: invaliduser Now getting this error....pls say how to fix it On Tue, 12 Jul 2022 at 00:00, khanarslaan7861 @.> wrote: So guys, this happens when you have executed once with the correct or no id/password in the config file, and when you change the id/pass config and then execute, you get this error. This is because of the setting.json, once it gets written for the first execution, it uses the same settings for the different id/password after changing. To fix this, you can run 'make' in the program directory, or you can delete everything between the curly braces ({}) in settings.json — Reply to this email directly, view it on GitHub <#529 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ74QG376MF5SRYEXUPBT7LVTRR6FANCNFSM52JELXAQ . You are receiving this because you commented.Message ID: _@_._>

so to fix it we need to cd osintgram steps.. then "make " or echo '{}' > settings.json click enter and its sorted ???

Yes, did the work for me

ashutoshdas123 commented 9 months ago

"""ClientError invalid_user (Code: 400, Response: {"message": "The username you entered doesn't appear to belong to an account. Please check your username and try again.", "status": "fail", "error_title": "Incorrect username", "buttons": [{"title": "Try Again", "action": "dismiss"}], "invalid_credentials": true, "exception_name": "UserInvalidCredentials", "error_type": "invalid_user"})The username you entered doesn't appear to belong to an account. Please check your username and try again.: invalid_user""" Brother This is the error I am getting in Osintgram. Please if anyone got the answer of it then please tell me

shivang1209-dot commented 9 months ago

It says you entered incorrect username... OSINTGRAM has changed from what it was couple years back as a tool.... Now you can only get the analytics for your own instagram id instead of everyone else.... So make sure you login using your username and password and when you search for analytics, it's of the same i'd you logged in with

SpotRaccon commented 9 months ago

ClientError invalid_user (Code: 400, Response: {"message": "The username you entered doesn't appear to belong to an account. Please check your username and try again.", "status": "fail", "error_title": "Incorrect username", "buttons": [{"title": "Try Again", "action": "dismiss"}], "invalid_credentials": true, "exception_name": "UserInvalidCredentials", "error_type": "invalid_user"})The username you entered doesn't appear to belong to an account. Please check your username and try again.: invalid_user how do i fix this?

shivang1209-dot commented 9 months ago

You have entered invalid username as it says, so delete the credentials.ini file in the osintgram folder and then run the command again

thedev132 commented 8 months ago

It says you entered incorrect username... OSINTGRAM has changed from what it was couple years back as a tool.... Now you can only get the analytics for your own instagram id instead of everyone else.... So make sure you login using your username and password and when you search for analytics, it's of the same i'd you logged in with

This tool lost its maintenance (last commit was 2 years ago). I was disappointed when I tried using this tool. So I'm trying to maintain it myself. Here is the link to mine (check the ReadMe, not all commands are supported at the time). If you like it give it a star it would help a lot

Welding-Torch commented 8 months ago

@thedev132 I'll try yours, maybe I'll have better luck...

UPDATE: No such luck, this is also ridden with errors :(

AttributeError: 'UnknownError' object has no attribute 'msg'