Closed OpMongoose closed 3 years ago
Solved. Had failed to execute README.md part 3
Solved. Had failed to execute README.md part 3
How to execute readme.md? Thanks
I have the same problem like this how to fix this? Thanks 😁
Solved. Had failed to execute README.md part 3 same error how to fix it...?
I have the same problem like this how to fix this? Thanks 😁
Did u got fixed?
Attempt to login... ClientError Bad Request: ip_block (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_type":"ip_block","exception_name":"RleLoginBlocked"})The username you entered doesn't appear to belong to an account. Please check your username and try again.: Bad Request: ip_block please solve the problem , thanks
Solved. Had failed to execute README.md part 3
how did you solve it thanks
how is everybody solving this problem ?
I am also facing same issue
How to solve??
I am having same issue Howto execute README.md ??? pls help
invalid User_error
Hi, I have the same error: 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
I am sure that the login and password are entered correctly, everything is also done according to the instructions. Does anyone know why this problem occurs and how to solve?
how to execute Readme.md part 3?
please help meeeeeeee this is the problem 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
It seems that you're encountering an error message stating that your username is not found or valid when trying to use the credentials.ini file. This error message is indicating that the username you provided doesn't appear to belong to an account in the system you're working with.
Here are a few possible reasons for this issue and some steps you can take to troubleshoot it:
Double-check the username: Ensure that you have entered the correct username in the credentials.ini file. Pay attention to any uppercase or lowercase letters, spaces, or special characters that may be part of the username. It's easy to miss or misinterpret certain characters, so verifying the accuracy of your entry is important.
Confirm the system requirements: Verify that you are using the correct system or service that requires the credentials.ini file. Different systems may have specific username requirements, such as a specific format or length. Review the documentation or guidelines for the system you're working with to ensure you are following the correct username format.
Check for any changes or updates: If you are using a third-party tool or library to access the system, make sure that you are using the latest version. It's possible that there have been recent changes or updates to the system that require you to modify your code or configuration files accordingly.
Contact support or consult the community: If you have double-checked the username and verified the system requirements, but the issue still persists, it may be beneficial to reach out to the support team of the system or service you're trying to access. They can provide specific assistance and investigate the issue further. Additionally, you can search for online forums or communities where other users might have encountered a similar problem and find possible solutions or workarounds.
Remember, the error message you provided is specific to the system or service you are using, so it's essential to consult their documentation or support channels for more accurate and detailed troubleshooting steps.
how to fix this error Error parsing error response: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "/home/kali/Osintgram/venv/lib/python3.11/site-packages/instagram_private_api/client.py", line 523, in _call_api response = self.opener.open(req, timeout=self.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 525, in open response = meth(req, response) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 634, in http_response response = self.parent.error( ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 563, in error return self._call_chain(args) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain result = func(args) ^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kali/Osintgram/main.py", line 121, in
i dont have kali linux i use github bash so how can i fix that
While it is accepting the credentials.ini file, it is giving this error message:
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
and is saying my username is not found/valid, but it is correct in every way. Has anyone encountered this before? My IG account is fully accessible and operating fine. Any thought?