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

[Patreon] Cloudflare Challenge - 403 Forbidden #6239

Closed
BoostHellSix66 opened this issue Sep 26, 2024 · 1 comment
Closed

[Patreon] Cloudflare Challenge - 403 Forbidden #6239

BoostHellSix66 opened this issue Sep 26, 2024 · 1 comment

Comments

@BoostHellSix66
Copy link

BoostHellSix66 commented Sep 26, 2024

Just today, when downloading from Patreon, it started throwing Cloudflare challenge warnings.

I tried relogging the session_id cookie, updated to the latest version, then to latest nightly build and still get the same errors. Updated to the latest versions of pip, setuptools, and wheel just to be sure. Not sure if Patreon changed something on their end or if the __cf_bm cookies have anything to do with it. Maybe something got installed wrong, either way I'm at a loss. Any help is greatly appreciated.

Here's the verbose output:
[gallery-dl][debug] Version 1.27.5-dev
[gallery-dl][debug] Python 3.11.2 - Windows-10-10.0.19045-SP0
[gallery-dl][debug] requests 2.32.3 - urllib3 2.2.2
[gallery-dl][debug] Configuration Files ['%USERPROFILE%\gallery-dl.conf']
[gallery-dl][debug] Starting DownloadJob for 'https://www.patreon.com/posts/illustration-107874513'
[patreon][debug] Using PatreonPostExtractor for 'https://www.patreon.com/posts/illustration-107874513'
[patreon][debug] TLS 1.2 disabled.
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.patreon.com:443
[urllib3.connectionpool][debug] https://www.patreon.com:443 "GET /posts/illustration-107874513 HTTP/11" 403 None
[patreon][warning] Cloudflare challenge
[patreon][error] HttpError: '403 Forbidden' for 'https://www.patreon.com/posts/illustration-107874513'
[patreon][debug]
Traceback (most recent call last):
File "C:\Users----\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\job.py", line 151, in run
for msg in extractor:
File "C:\Users----\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\extractor\patreon.py", line 38, in items
for post in self.posts():
^^^^^^^^^^^^
File "C:\Users----\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\extractor\patreon.py", line 386, in posts
page = self.request(url, notfound="post").text
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users----\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\extractor\common.py", line 239, in request
raise exception.HttpError(msg, response)
gallery_dl.exception.HttpError: '403 Forbidden' for 'https://www.patreon.com/posts/illustration-107874513'

@BoostHellSix66
Copy link
Author

Nevermind. Installation issue. I reinstalled the stable release, after having installed the nightly build, and now it works. ¯_(ツ)_/¯

I'll close the issue.

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