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
we know this extension is not actually maintained, but we are still using it with our Sphinx documentation theme, because we haven't been able to tackle getting rid of it just yet.
Occasionally, this extension yielded some connectivity errors in the past, possibly because it is hammering the RTD API a bit too tough when rebuilding all the docs, boiling down to about 10 projects that will cause a miniature spike of traffic against it. When observing any kind of errors, another manual rebuild usually resolved the situation. 1
Now, starting last night, it looks like the errors are persisting, oscillating around those:
WARNING: An error ocurred when hitting API to fetch active versions.
WARNING: An error ocurred when hitting API to fetch project language.
Is there anything you could do about it until we will be migrating off this compatibility layer? 2
NB: We are running Sphinx with -W across the board, which turns all warnings into errors, that's why this is hitting our builds maximally ;]. Sure enough, we should migrate off the compatibility layer as soon as possible. ↩
The text was updated successfully, but these errors were encountered:
Thank you. The problem is only happening intermittently, and is usually fixed by re-building, right. Nothing too big to worry about, but maybe it completes the picture of your debugging story.
We are now taming the amount of requests to the RTD API per rebuild a bit.
Uh oh!
There was an error while loading. Please reload this page.
Dear lovely Read the Docs team,
we know this extension is not actually maintained, but we are still using it with our Sphinx documentation theme, because we haven't been able to tackle getting rid of it just yet.
Occasionally, this extension yielded some connectivity errors in the past, possibly because it is hammering the RTD API a bit too tough when rebuilding all the docs, boiling down to about 10 projects that will cause a miniature spike of traffic against it. When observing any kind of errors, another manual rebuild usually resolved the situation. 1
Now, starting last night, it looks like the errors are persisting, oscillating around those:
Is there anything you could do about it until we will be migrating off this compatibility layer? 2
With kind regards,
Andreas.
/cc @msbt
Footnotes
We are diligently tracking usage and problems over here: https://github.com/crate/crate-docs-theme/issues/553 ↩
NB: We are running Sphinx with
-W
across the board, which turns all warnings into errors, that's why this is hitting our builds maximally ;]. Sure enough, we should migrate off the compatibility layer as soon as possible. ↩The text was updated successfully, but these errors were encountered: