-
I have a Sphinx plugin that retrieves image metadata from Wikimedia Commons. I sometimes get the HTTP response 429. The error message says that I should report this (as it is a user error), but I know that Sphinx's issue list is huge. Should I?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This appears to be making a request to a URL that intentionally returns HTTP 429, which then errors with the custom logic in Sphinx for HTTP 429. The extension in question should likely blacklist that domain or otherwise update its logic. Thank you for asking though, it is indeed not a bug in core Sphinx. A |
Beta Was this translation helpful? Give feedback.
The ParallelError wraps the original error, because building happens in parallel. Do you have a link to the extension in question, out of interest?
A