You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: