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

HttpError: '403 Forbidden' errors for Patreon #6815

Open
hollowsmart opened this issue Jan 12, 2025 · 2 comments
Open

HttpError: '403 Forbidden' errors for Patreon #6815

hollowsmart opened this issue Jan 12, 2025 · 2 comments

Comments

@hollowsmart
Copy link

Currently receiving 403 errors on patreon when running the following prompt:
gallery-dl --cookies-from firefox -i "urls.txt"

My extractor config for patreon looks like this:
"patreon": {
"user-agent": "Mozilla/5.0 (rv:133.0) Gecko/20100101 Firefox/133.0",
"browser": null
"session_id": "session_id"
},

Here is a snippet of the prompts:
PS D:\user\gallery-dl> gallery-dl --cookies-from-browser firefox -i "urls.txt"
[1/16] https://www.patreon.com/posts/alicia-posing-69645469
[cookies][info] Extracted 2746 cookies from Firefox
[patreon][warning] Cloudflare challenge
[patreon][error] HttpError: '403 Forbidden' for 'https://www.patreon.com/posts/..'
[2/16] https://www.patreon.com/posts/..
[patreon][warning] Cloudflare challenge
[patreon][error] HttpError: '403 Forbidden' for 'https://www.patreon.com/posts/..'

And so on. What am I doing wrong here?

@mikf
Copy link
Owner

mikf commented Jan 12, 2025

"user-agent": "Mozilla/5.0 (rv:133.0) Gecko/20100101 Firefox/133.0",

Try it with this setting removed to let gallery-dl use its special patreon User-Agent header.

@hollowsmart
Copy link
Author

Taking out that line in the config still led to the issue unfortunately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants