-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
[Fanbox] Cloudflare challenges #5791
Comments
Refresh your cookies and double check your user agent. Just happened to me, got my UA from the requested headers in the network panel and rexported my cookies and it works fine now. A bit annoying but what can you do? Also - not using any sort of VPN or anything. It worked fine for me once I grabbed my cookies again and used the same User Agent my browser was using. |
Strangely, it was the |
|
drunk-moe's method is not quite working for me. spoofing my browser's user agent edit:
relevant portions of my config:
|
I've also suddenly started encountering these none of the methods described so far resolve it unfortunately. |
You are missing both the |
I've tried that also with the user agent set to be the same as my browser, but it still seems to be able to distinguish between my browser and gallery-dl. |
My reply was for @bugreporter2334, I can't see your config file if you don't post it. |
Yep, works now with these two cookies. Here's the syntax:
On Chrome you can extract them from the same Application tab that you normally get your Fanbox cookies from. |
I currently retrieve my cookies from my browser. do I need to change this method for it to retrieve the cloudflare cookies properly or am I using it incorrectly? |
You are using it correctly, but you need to use the "fanbox": {
"cookies": ["firefox", null, null, null, ".fanbox.cc"],
"user-agent": "..."
}, Extracting cookies from a browser profile can only get cookies that have been written to disk. Sometimes it takes a while for your browser to update its cookies database file. |
i've got this error instead :
i'm using gallery-dl latest v1.27.1.
inside my cookies text file :
and i'm connected to softether VPN volunteer servers that is not the |
@tryoutuser
|
@mikf i did edit with tab after realizing that and it still says same error those 2 lines above. updated cookie :
|
You sure those are real tabs, and not soft tabs, elastic tabs etc. or something else? |
Where do you get cf_clearance from? I keep clearing my cookies and solving the verification but it never appears in my Get Cookies.txt |
Same issue on my end, but I suspect it just takes a while for it to be updated. Worst case you just extract it manually using developer tools and add it to your config: |
edit: ./gallery-dl --cookies-from-browser firefox --user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0' URL for the dumb lads like me make sure firefox is your primary or manually get your useragent. |
I tried following your config but I get Extra data: line 1 column 16 (char 15) |
Having this issue as well. Using a cookies.txt file and getting
as the output |
Same here, using cookies.txt method that worked for a while:
|
I started getting the same error. Here are my fanbox configs. I'm not sure if I need to specify a user agent or a cookie file, because this used to work before I added them.
|
(I can personally access |
Please excuse all my comments, but I'm getting an error when trying to export cookies. Here's what I have to automatically get cookies from safari.
This gives me an error 1.
|
Hello! The process I have used is:
When running Gallery-DL as an .exe file I get the "cloudflare challenge" error and "403 Forbidden." My cookies do not have the cf_clearance tag, even if I export all the cookies from the browser. I have exported the cookies from the Fanbox home page as well as an individual artist's page, being sure I am logged in, of course. |
can anyone simply explain how to fix it because i dont know how, i dont even know how iv been using gallery-dl since iv just been using .bat files with the gallery-dl hyperlinks and hoping for the best |
Hello! I mentioned above that I was unable to get the cf_clearance cookie to appear. By switching from Chrome to Firefox I was able to get this cookie, however, I still get the 403 error for all attempts to download from Fanbox. As far as I can tell, it seems that Fanbox support is completely broken. Is anyone able to download from Fanbox? My settings are as follows: ` "fanbox": |
I am having this issue too. I tried all of the suggestions people listed here, but I still get that darn "[fanbox][warning] Cloudflare challenge" error when I try to pull the images from someone I'm subscribed too. |
If what I'm seeing is correct, Fanbox is now setting |
lads all you need to do is this
use firefox, login like normal check and make sure your user agent is the same on your command. then run it. |
Was using the incorrect user agent, oops. Firefox works with 131, but you seemingly can't gain access to the |
Open debugging tools, network, go somewhere... copy request headers and the cf_clearance is right there. |
...but you seemingly can't gain access to the Excuse me for not being specific |
Firefox 131 introduced support for "partitioned" cookies: CHIPS. This prevents addons like Export Cookies from including the |
Looks like Fanbox recently updated to add cloudflare challenges? I'm using my cookies from browser with the same browser type and user agent.
EDIT: Only way I've gotten anything to work is by a Japanese VPN
The text was updated successfully, but these errors were encountered: