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

[Szurubooru (BCBNSFW Booru)] [booru.bcbnsfw.space][error] HttpError: '500 Internal Server Error' for 'https://booru.bcbnsfw.space/api/posts/?query=+&offset=0&limit=100' #6135

Closed
throwaway117413 opened this issue Sep 4, 2024 · 2 comments

Comments

@throwaway117413
Copy link

gallery-dl --verbose "szurubooru:https://booru.bcbnsfw.space/posts/query= "

[gallery-dl][debug] Version 1.27.3
[gallery-dl][debug] Python 3.8.10 - Linux-5.4.0-193-generic-x86_64-with-glibc2.29
[gallery-dl][debug] requests 2.32.3 - urllib3 2.1.0
[gallery-dl][debug] Configuration Files ['${HOME}/.config/gallery-dl/config.json']
[gallery-dl][debug] Starting DownloadJob for 'szurubooru:https://booru.bcbnsfw.space/posts/query= '
[booru.bcbnsfw.space][debug] Using SzurubooruTagExtractor for 'szurubooru:https://booru.bcbnsfw.space/posts/query= '
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): booru.bcbnsfw.space:443
[urllib3.connectionpool][debug] https://booru.bcbnsfw.space:443 "GET /api/posts/?query=+&offset=0&limit=100 HTTP/1.1" 500 110
[booru.bcbnsfw.space][debug] '500 Internal Server Error' for 'https://booru.bcbnsfw.space/api/posts/?query=+&offset=0&limit=100' (1/5)
[booru.bcbnsfw.space][debug] Sleeping 1.00 seconds (retry)
[urllib3.connectionpool][debug] https://booru.bcbnsfw.space:443 "GET /api/posts/?query=+&offset=0&limit=100 HTTP/1.1" 500 110
[booru.bcbnsfw.space][debug] '500 Internal Server Error' for 'https://booru.bcbnsfw.space/api/posts/?query=+&offset=0&limit=100' (2/5)
[booru.bcbnsfw.space][debug] Sleeping 2.00 seconds (retry)
[urllib3.connectionpool][debug] https://booru.bcbnsfw.space:443 "GET /api/posts/?query=+&offset=0&limit=100 HTTP/1.1" 500 110
[booru.bcbnsfw.space][debug] '500 Internal Server Error' for 'https://booru.bcbnsfw.space/api/posts/?query=+&offset=0&limit=100' (3/5)
[booru.bcbnsfw.space][debug] Sleeping 3.00 seconds (retry)
[urllib3.connectionpool][debug] https://booru.bcbnsfw.space:443 "GET /api/posts/?query=+&offset=0&limit=100 HTTP/1.1" 500 110
[booru.bcbnsfw.space][debug] '500 Internal Server Error' for 'https://booru.bcbnsfw.space/api/posts/?query=+&offset=0&limit=100' (4/5)
[booru.bcbnsfw.space][debug] Sleeping 4.00 seconds (retry)
[urllib3.connectionpool][debug] https://booru.bcbnsfw.space:443 "GET /api/posts/?query=+&offset=0&limit=100 HTTP/1.1" 500 110
[booru.bcbnsfw.space][debug] '500 Internal Server Error' for 'https://booru.bcbnsfw.space/api/posts/?query=+&offset=0&limit=100' (5/5)
[booru.bcbnsfw.space][error] HttpError: '500 Internal Server Error' for 'https://booru.bcbnsfw.space/api/posts/?query=+&offset=0&limit=100'

@mikf
Copy link
Owner

mikf commented Sep 4, 2024

Using * as "tag" for all posts seems to work:

$ gallery-dl "https://booru.bcbnsfw.space/posts/query=*"
./bcbnsfw/*/2255_3_61ff3649023432a22bcb986f8b535bb7.webp
./bcbnsfw/*/2254_3_3586cc5cf9b49dc05d3022a8295952de.webp
./bcbnsfw/*/2253_3_f3a4d84a77a446a123e7ed5283e581cf.webp
...

And before you ask: you need to disable adjust-extensions to download these files with their given filename extensions, but they are still .webp files.

@throwaway117413
Copy link
Author

This works, thank you. I can't believe I didn't think of that.

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