-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Instagram login error [http 400 Bad Request] #756
Comments
Instagram made a slight change to its login process. Instead of sending the password as plaintext, they now encrypt it beforehand (even though this all gets sent over an already encrypted HTTPS connection.) It now looks something like The details of how the password gets encrypted are most likely buried somewhere in https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.js/ec7c3efd6675.js, but I haven't been able to figure this out yet. For the time being, you should set your (*) "instagram": {
"cookies": {
"sessionid": "your value here"
}
} |
Yes, got to download saved posts of my own account. This is pretty much solved, until Instagram decides to change something up (again). Thanks mikf. |
I'm trying to download the saved pictures/videos on my Instagram account. I've tried using my user/password both with config.json, double checking if they were correct and trying with different acocunts, but they all amounted to the same error message:
Is there something wrong on Instagram side? Is there anything else besides adding the password to the command/json file that needs to be done?
My gallery-dl.config is like so:
The text was updated successfully, but these errors were encountered: