9xN / node-ig-framework

Framework for interacting with instagrams private api in a usable manner in a structure and format similar to discord's old bot development framework.
GNU Affero General Public License v3.0
25 stars 8 forks source link

The username you entered doesn't appear to belong to an account. #2

Closed Strooss closed 1 year ago

Strooss commented 1 year ago

im getting this error IgResponseError: POST /api/v1/accounts/login/ - 400 Bad Request; The username you entered doesn't appear to belong to an account. Please check your username and try again.

9xN commented 1 year ago

are you making sure to enter in a valid/correct username in the correct field? ie; proper spelling and capitalization? make sure to replace the fields when calling client with your actual username and password and dont remove the quotes;

client.login('username', 'password');

so for example if your username and password for the account were root and admin you would put

client.login('root', 'admin');
Strooss commented 1 year ago

Thank you for your reply! Yes I'm aware of that. also i tried ré-checking the informations and also log-in in instagram with that name and password and it log me in.. In Conclusion, the problem as i see is from the package. Please keep me updates for any news.

9xN commented 1 year ago

hm can you send me your platform information youre trying to run the program on as well as a copy of your source code and how you are using the library? an error message copy paste would help as well!