Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

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

Open crofesim opened this issue 3 years ago • 16 comments
trafficstars

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

crofesim avatar Jun 30 '22 12:06 crofesim

Try 'make' maybe?

khanarslaan7861 avatar Jun 30 '22 13:06 khanarslaan7861

same have u got corrected

Astrogeek12 avatar Jul 11 '22 18:07 Astrogeek12

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...

Astrogeek12 avatar Jul 11 '22 18:07 Astrogeek12

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

khanarslaan7861 avatar Jul 11 '22 18:07 khanarslaan7861

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: @.***>

Astrogeek12 avatar Jul 12 '22 08:07 Astrogeek12

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

HACKERPROTECTION avatar Aug 21 '22 16:08 HACKERPROTECTION

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

sneazy25 avatar Oct 08 '22 11:10 sneazy25

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

Shaik-Abdur-Raheem avatar Oct 23 '22 11:10 Shaik-Abdur-Raheem

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 ???

DaX27104 avatar Oct 29 '22 14:10 DaX27104

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 ???

Yes, did the work for me

khanarslaan7861 avatar Oct 29 '22 16:10 khanarslaan7861

"""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

ashutoshdas123 avatar Dec 11 '23 14:12 ashutoshdas123

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

shivang1209-dot avatar Dec 11 '23 18:12 shivang1209-dot

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?

SpotRaccon avatar Dec 16 '23 18:12 SpotRaccon

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

shivang1209-dot avatar Dec 17 '23 06:12 shivang1209-dot

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

thedev132 avatar Jan 02 '24 01:01 thedev132

@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'

Welding-Torch avatar Jan 25 '24 11:01 Welding-Torch