gallery-dl
gallery-dl copied to clipboard
Artstation Cloudflare challenge 403 error
This started happening about a week ago, any artstation link I try returns this same error. After some reserach I found people having the same issue in the past, I tried changing the user agent, pulling cookies from the browser and editing the config file but the error still persists.
[artstation][warning] Cloudflare challenge [artstation][error] HttpError: '403 Forbidden' for 'https://www.artstation.com/users/guigfreitas/quick.json'
#5554
Might just be your IP range being blocked:
$ gallery-dl https://www.artstation.com/artwork/LQVJr
artstation/sungchoi/artstation_2600808_8760279_Molten Rain.jpg
#5554
Might just be your IP range being blocked:
$ gallery-dl https://www.artstation.com/artwork/LQVJr artstation/sungchoi/artstation_2600808_8760279_Molten Rain.jpg
I have changed my IP address, tried a vpn, tried using mobile data. Even in a different windows install and the same error still persists. I believe the problem is in the windows CLI executable. Unfortunatly I don't have access to a machine with linux to test at the moment.
Update: My reason for using the exe package was because pip wans't installing packages properly on my machine, but I was able to get it working on a secondary machine through the pip install. Regardless this error still persists when using the exe.
I have the same issue. Tried VPN, changing useragent, clearing browser cookies, nothing works.
gallery-dl -v https://www.artstation.com/artwork/PX1WW4
[gallery-dl][debug] Version 1.27.0-dev
[gallery-dl][debug] Python 3.12.3 - Windows-11-10.0.22631-SP0
[gallery-dl][debug] requests 2.32.2 - urllib3 2.2.1
[gallery-dl][debug] Configuration Files ['%APPDATA%\\gallery-dl\\config.json']
[gallery-dl][debug] Starting DownloadJob for 'https://www.artstation.com/artwork/PX1WW4'
[artstation][debug] Using ArtstationImageExtractor for 'https://www.artstation.com/artwork/PX1WW4'
[cookies][debug] Extracting cookies from C:\Users\users\AppData\Roaming\Mozilla\Firefox\Profiles\default-release\cookies.sqlite
[cookies][info] Extracted 2912 cookies from Firefox
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.artstation.com:443
[urllib3.connectionpool][debug] https://www.artstation.com:443 "GET /projects/PX1WW4.json HTTP/1.1" 403 None
[artstation][warning] '403 Forbidden' for 'https://www.artstation.com/projects/PX1WW4.json'
[urllib3.connectionpool][debug] https://www.artstation.com:443 "GET /users//quick.json HTTP/1.1" 403 None
[artstation][warning] Cloudflare challenge
[artstation][error] HttpError: '403 Forbidden' for 'https://www.artstation.com/users//quick.json'
Getting the same "Coudflare challenge .... 403 Forbidden error for this (https://www.artstation.com/artwork/q94Z4R) and this (https://www.artstation.com/artwork/R38AdD). I was able to download other stuff from various Artstation pages just fine yesterday.
UPDATE: Tried a few more artstion pages, including some I managed to download yesterday, and all of them are failing today with that same Cloudfare challenge 403 Forbidden error.