-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Artstation - [warning] Cloudfare challenge + HttpError: 403 Forbidden "(...URL...)/quick.json" #5658
Comments
Same problem for me but with Patreon: No problem opening the site in my browser. Seems to me Cloudflare changed something. |
That 403 error has blocked me from downloading anything from Artstation for almost three weeks now. |
Perhaps this was a gradual "roll-out" sort of change? I haven't had any issues since 2 days ago. I hope they didn't completely block this (like they did with DeviantArt). This difference between the full-size vs the 'normal' size when downloading images from artstation is huge... |
Changing the TLS fingerprint by disabling TLS 1.2 ciphers might work:
|
would I just insert this into the command-line like this?
or is that something I should change in the config.json file? UPDATE: Adding " -o tls12=false " (without quotes) to the command-line works!!! :D |
Yes.
That would work as well. |
My appologies for all of these questions... what would that look like in the config.json file? I'm guessing that would have to go somewhere near the top (under "extractor") or should I only use it for specific sites (say, "artstation")? Would this be it?
|
I just tried this successfully. I put it in the config file’s Artstation section. |
Doesn't work for me. Is it possible this is on my end? |
Just tried it now (thought maybe the lack of " " around the image url might be stopping it) and it worked fine for me. |
Tried them both, got the same error. Though I don't know if I did the
|
You did do it correctly. I forgot to mention that you should change it (reorder, remove an entry, etc.) to get a different TLS fingerprint, since the current and You could also try different It might also be the case that nothing except a real browser works for your IP range ... |
Yeah, I think that's it because I've just tried about everything now lol. Thanks for the help though. |
HTTP/2 required now? |
HTTP version alone is not enough. |
requests 2.32 apparently had a bug where it was no longer possible "to specify custom SSLContexts in sub-classes of HTTPAdapter", which is what gallery-dl is doing. This got fixed in requests 2.32.3, but this version has a different issue (#5665). Downgrading to "requests<2.32" should help. |
This worked once with the first profile but then when I moved to the second profile to download:
|
Since yesterday, Artstation has been producing the following errors for every art I've tried so far (including ones that worked in the past):
[artstation][warning] Cloudflare challenge
[artstation][error] HttpError: '403 Forbidden' for 'https://www.artstation.com/users/***NAME OF ARTIST***/quick.json
Some sample links that don't work now:
https://www.artstation.com/artwork/LRoGNr
https://www.artstation.com/artwork/YBwVG3
https://www.artstation.com/artwork/PXYWo3
At first, I thought it was something to do with a "Captcha" system, though I haven't had one appear for me on Artstation before (not even sure how to get a "Captcha"/"I'm not a robot" test to appear on artstation...). Could it be something as simple as that or is this pointing to something more serious?
Last topic of a similar issue was created 3 weeks ago, but gallery-dl was working fine for me on artstation until yesterday. Anyone else encountering these issues on artstation now?
The text was updated successfully, but these errors were encountered: