Skip to content
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 STORIES do not download #3139

Closed
phere-x opened this issue Oct 31, 2022 · 7 comments
Closed

Instagram STORIES do not download #3139

phere-x opened this issue Oct 31, 2022 · 7 comments

Comments

@phere-x
Copy link

phere-x commented Oct 31, 2022

Noticed this every now & then. But now it does not work on any account. Here are my verbose logs after testing with gallery-dl -v https://www.instagram.com/classycreeps/ : https://pastebin.com/1qnYAAWw

This is my config: https://controlc.com/8a94c4f2

@afterdelight
Copy link

too much download in short time

@mikf
Copy link
Owner

mikf commented Nov 1, 2022

I think your cached login session has expired, but gallery-dl assumes you are still logged in and does not automatically renew it.

Run gallery-dl --clear-cache instagram to remove your old session and try again.

@phere-x
Copy link
Author

phere-x commented Nov 1, 2022

Now I'm getting [instagram][error] HttpError: '403 Forbidden' for 'https://www.instagram.com/accounts/login/ajax/'

@mikf
Copy link
Owner

mikf commented Nov 1, 2022

Then use exported cookies. Login with username & password is most likely broken yet again. (#3141)

@mikf
Copy link
Owner

mikf commented Nov 2, 2022

Currently I can't even log into Instagram with my browser. On both https://www.instagram.com/ and https://www.instagram.com/accounts/login I get the following error when using a functional username and password:

There was a problem logging you into Instagram. Please try again soon.

and the login request to /api/v1/web/accounts/login/ajax/ when clicking the "Log in" button contains a similar message:

{
  "errors": {
    "error": [
      "Sorry, there was a problem with your request."
    ]
  },
  "status": "ok",
  "error_type": "generic_request_error"
}

I did try to fix the current login procedure used by gallery-dl and ended up with the same error. At least I got it to the same state as using a real browser, I guess.

@phere-x
Copy link
Author

phere-x commented Nov 2, 2022

Then use exported cookies. Login with username & password is most likely broken yet again. (#3141)

My issue was fixed with this.

@Hrxn
Copy link
Contributor

Hrxn commented Nov 4, 2022

@phere-x Can you please close the issue then?

@mikf mikf closed this as completed Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants