Victor Stinner
Victor Stinner
@pablogsal @ambv @encukou: Do you have any idea on how to debug such buildbot issue? Sorry for breaking the buildbot "Release Status" page by mistake :-(
I reported the issue to buildbot bug tracker: https://github.com/buildbot/buildbot/issues/7775
The "Log in with GitHub" URL is broken: `/all` is missing at the start of the path.
`https://buildbot.python.org/all/#/builders` page loads `https://buildbot.python.org/all/api/v2/builders` which fails with HTTP 404 error, whereas it should load `https://buildbot.python.org/all/api/v2/builders` (`all/` is missing in the API URL).
cc @zware
Maybe we should simply drop `all/` from the URL and use a "regular" `https://buildbot.python.org/` home URL?
wsgi_dashboards in https://buildbot.python.org/all/?#/about says: [{"name":"release_status","caption":"Release Status","app":"'flask.app.Flask' not yet IConfigured","order":2,"icon":"rocket"}] Oh, there is a Flask error.
> https://buildbot.python.org/all/#/builders page loads https://buildbot.python.org/all/api/v2/builders which fails with HTTP 404 error, whereas it should load https://buildbot.python.org/all/api/v2/builders (all/ is missing in the API URL). I reported a separated issue: https://github.com/buildbot/buildbot/issues/7776
It seems like buildbot 4.0 is most fully functional. The Release Status page is available, but it's not fully rendered. "Releasable" versions only contain the following HTML in their "panel-body":...
Be careful of old URLs including /all/.