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

Reddit 400 Bad Requests #729

Closed
walramb opened this issue May 3, 2020 · 2 comments
Closed

Reddit 400 Bad Requests #729

walramb opened this issue May 3, 2020 · 2 comments

Comments

@walramb
Copy link

walramb commented May 3, 2020

For example with gallery-dl https://www.reddit.com/user/McKilligan/
about one out of ten files consistently fail for me with 400 errors along the lines of:

[downloader.http][warning] '400 Bad Request' for 'https://i.redd.it/yla8lsez9cc41.gif'
[download][error] Failed to download escl07 [OC] IPS-N Lancaster Variants (Lancer).gif
[downloader.http][warning] '400 Bad Request' for 'https://i.redd.it/epl73qy3aac41.gif'
[download][error] Failed to download es8pz9 [OC] IPS-N Lancaster Variants.gif

The urls they point to seem to work perfectly fine if opened in a web browser.
I'm on gallery-dl version 1.13.6 with no custom configs

@mikf mikf closed this as completed in 0bf0146 May 10, 2020
@lihuelworks
Copy link

lihuelworks commented May 17, 2020

Updated gallery-dl today, but seems to keep happening for some reason. This is using Windows Powershell and updating trough py -3 -m pip install --upgrade gallery-dl

gallery-dl https://www.reddit.com/r/NuclearThrone/comments/evx09e/drew_eyes_in_some_outfits/
[reddit][info] Refreshing private access token
[downloader.http][warning] '400 Bad Request' for 'https://i.redd.it/tl7zuso8htd41.png'
[download][error] Failed to download drew eyes in some outfits!.png

Edit: Got it. Kattus's update mentioned below fixes this error through and trough.

@kattjevfel
Copy link
Contributor

That's because there hasn't been a release including that commit, until then you'll have to follow the instructions to install the dev version.
python3 -m pip install --upgrade https://github.com/mikf/gallery-dl/archive/master.tar.gz (from readme)

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

3 participants