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

cyberdrop.me: Exceeded 30 redirects #1943

Closed
marlekal opened this issue Oct 10, 2021 · 6 comments
Closed

cyberdrop.me: Exceeded 30 redirects #1943

marlekal opened this issue Oct 10, 2021 · 6 comments

Comments

@marlekal
Copy link

marlekal commented Oct 10, 2021

hello,
downloading from cyberdrop is failing and resulting in "[downloader.http][warning] Exceeded 30 redirects."
i believe i used "cyberdrop" a couple days ago and it was working fine

verbose results in a very long text that i cannot copy paste in here, it basically tries multiple attempts for each image

@mikf
Copy link
Owner

mikf commented Oct 10, 2021

I don't get that error for any album I tried:

$ gallery-dl https://cyberdrop.me/a/keKRjm4t
/tmp/cyberdrop/Fate (SFW) (keKRjm4t)/ya…-toosaka_rin-towel-wet-yamawaki_mika.jpg
/tmp/cyberdrop/Fate (SFW) (keKRjm4t)/zwyw3qr5ka231.jpg
...

Does this happen for all cyberdrop albums or only specific ones?
Does downloading a direct link work? (e.g. https://f.cyberdrop.cc/0008-Kzoeke2m.jpg)

@marlekal
Copy link
Author

marlekal commented Oct 10, 2021

  • yes it does happen with every album (i just tried 8 one of which is the examle you mentioned)
  • downloading a direct link works but with variations for each direct link:

*some link download completely without issue

Edit: i apologize, the removed edit was happening on yande.re direct links, when downloading cyberdrop direct link, it downloads it without any problem

@marlekal
Copy link
Author

here is a part of the verbose:

[downloader.http][warning] Exceeded 30 redirects.
[download][error] Failed to download zwyw3qr5ka231.jpg
[urllib3.connectionpool][debug] https://f.cyberdrop.cc:443 "GET /yande.re%206114
18%20cleavage%20ereshkigal_(fate_grand_order)%20fate_grand_order%20ishtar_(fate_
grand_order)%20kagachi_saku%20thighhighs-ILWn4bJS.jpg HTTP/1.1" 302 138
[urllib3.connectionpool][debug] https://f.cyberdrop.cc:443 "GET /yande.re%206114
18%20cleavage%20ereshkigal_(fate_grand_order)%20fate_grand_order%20ishtar_(fate_
grand_order)%20kagachi_saku%20thighhighs-ILWn4bJS.jpg HTTP/1.1" 302 138

.
.
.
.

[downloader.http][warning] Exceeded 30 redirects.
[download][error] Failed to download yande.re 596976 armor bikini_armor cleavage
fujimaru_ritsuka gorgon_(fate) heels mash_kyrielight medusa_(lancer) romani_aki
man tagme thighhighs weapon.jpg
[urllib3.connectionpool][debug] https://f.cyberdrop.cc:443 "GET /yande.re%205870
24%20fate_grand_order%20mash_kyrielight%20ushiwakamaru_(fate_grand_order)-MgiMgI
iM.jpg HTTP/1.1" 302 138
[urllib3.connectionpool][debug] https://f.cyberdrop.cc:443 "GET /yande.re%205870
24%20fate_grand_order%20mash_kyrielight%20ushiwakamaru_(fate_grand_order)-MgiMgI
iM.jpg HTTP/1.1" 302 138


for each image it basically retries 30 times on the verbose

@mikf
Copy link
Owner

mikf commented Oct 10, 2021

Maybe this is because gallery-dl uses https://f.cyberdrop.cc as domain for all cyberdrop files and expects it to redirect to the real download URL on https://fs-NN.cyberdrop.to. Getting the real URLs without redirect would be easy enough.

Maybe it's just a temporary issue on cyberdrop's side.

edit: yeah, the redirect from f.cyberdrop.cc is not working for some reason. I'll just let it get the direct URLs instead.

mikf added a commit that referenced this issue Oct 10, 2021
do not rely on redirects from f.cyberdrop.cc
@mikf
Copy link
Owner

mikf commented Oct 10, 2021

Could you test the changes in f33c2ef and let me know if that helped?

@marlekal
Copy link
Author

marlekal commented Oct 10, 2021

yep, it's working fine now, thanks!!!

edit: i tried it again later on another albums, there were few images within that album that failed, but it's not from gallery-dl end this time, so i guess it's better to keep issue closed?
these few failed images cannot be opened with the browser neither.
cyberdrop direct links range from:

https://fs-01.cyberdrop.to/...
https://fs-06.cyberdrop.to/...

and it appears every image that's located on "https://fs-05.cyberdrop.to/" is dead

i assume that this is just a temporary issue as you said

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

No branches or pull requests

2 participants