-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BOT INIT FAILED Could not login with your username and password... Try again. #4
Comments
plz answer @hobbydevs
|
I've been doing some research and looks like ig has changed the way you send credentials. Now is encoded instead of plain text |
Yeah I'm also seeing this issue. @joserealdev any idea what the encoding needs to be? |
@cjconnor24 To be honest, no idea. But if you want to use it anyway, you can just login in the web and get your password encoded, then put it in the config file and change the key password to enc_password in the login form at http.service.js |
Good call, thanks 👍 |
how can we get encoded password from web please ? |
Just login and get the password encoded from the ajax call |
in /services/http.service.js replace the password part |
@ardasenturk is this still working I have had no luck with it. Cheers Edit: Magically tried again 30 minutes later and it worked cheers. |
Can verify what @ardasenturk said.
const formdata = this.getFormData({
username: credentials.username,
enc_password: '#PWD_INSTAGRAM_BROWSER:0:{time}:' + credentials.password,
}); |
How to get de encode password from web? I don't found the method with ajax |
also many people complain about it on youtube comment.
I try to run it locally on Ubuntu . and I sign in to instagram on my chrome browser.
The text was updated successfully, but these errors were encountered: