You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: