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

New Bunkr error "DDoS-Guard challenge" and HttpError: '400 Bad Request'. #7117

Open
Gitphex opened this issue Mar 4, 2025 · 4 comments
Open

Comments

@Gitphex
Copy link

Gitphex commented Mar 4, 2025

New error response that i just received.

For a link with https://bunkr.cr/ i received those next errors.

[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.red/api/vs'
[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.ph/api/vs'
[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.pk/api/vs'
[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.red/api/vs'
[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.site/api/vs'
[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.si/api/vs'
[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.cr/api/vs'
[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.media/api/vs'
[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.red/api/vs'
[bunkr][warning] DDoS-Guard challenge
[bunkr][error] HttpError: '400 Bad Request' for 'https://bunkr.cr/api/vs'

Is like it tries with different endings like .cr .red .pk .site .si .media

Greetings.

@mikf
Copy link
Owner

mikf commented Mar 4, 2025

/api/vs

The bunkr extractors broke basically immediately after the v1.29.0 release due to an updated API endpoint (#7097). You need the changes from 4c601f9 for it to work.

[bunkr][warning] DDoS-Guard challenge

Visit the URL in a browser, export its cookies, and use those with gallery-dl.

@Gitphex
Copy link
Author

Gitphex commented Mar 4, 2025

You mean the cookies for an account in Bunkr?... Are the changes in 4c601f9 in the last release here https://github.com/gdl-org/builds/releases ?

Edit: i tried to extract the cookie but i couldn't, https://bunkr.cr/a/... doesn't have a cookie even that i'm logged in, it seems to be a cookie in https://dash.bunkr.cr/dashboard logged in but doesn't seem to work, do you have a work around to do this?
I'm using export cookies addon on Firefox to obtain the cookie. I also saw a token in developer mode but only for https://dash.bunkr.cr/dashboard, will that work as cookie too?

Greetings.

@mikf
Copy link
Owner

mikf commented Mar 4, 2025

You mean the cookies for an account in Bunkr?

No, I mean the cookies your browser gets when visiting a DDoS-Guard challenge page or a site protected by DDoS-Guard. They are named __ddgN_ and set for the .bunkrr.su domain.

Are the changes in 4c601f9 in the last release here https://github.com/gdl-org/builds/releases ?

No, but in the latest builds at https://github.com/gdl-org/builds/releases

@Gitphex
Copy link
Author

Gitphex commented Mar 4, 2025

I really don't understand what to do, i guess that i'll just wait for a new version that works.

Edit: Seems that now is working without problem.

Thanks and greetings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants