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

bunkr.la New Connection Error? #4147

Closed
knowled9e opened this issue Jun 5, 2023 · 2 comments
Closed

bunkr.la New Connection Error? #4147

knowled9e opened this issue Jun 5, 2023 · 2 comments
Labels

Comments

@knowled9e
Copy link

I keep getting these errors trying to use gallery-dl to download bunkr.la albums:

[downloader.http][warning] HTTPSConnectionPool(host='media-files12.bunkr.ru', port=443): Max retries exceeded with url: /2021-06-14-2135501062-vPKKTp3i.mp4 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x03FD4988>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) (1/5)

Is there anything that can be done to fix this? Thanks!

@mikf
Copy link
Owner

mikf commented Jun 10, 2023

getaddrinfo failed

DNS issue. Nothing gallery-dl can do about that.

@wlritchi
Copy link
Contributor

I don't believe this is a DNS issue. cdn12 is currently hosted under bunkr.ru, so the extractor sees links to the streaming page at cdn12.bunkr.ru and transforms them to media-files12.bunkr.ru. But that domain doesn't resolve, and the streaming page actually links to media-files12.bunkr.la. It appears that bunkr has only configured media-files12 under the bunkr.la domain, not under their other domains.

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

No branches or pull requests

5 participants
@wlritchi @mikf @knowled9e and others