Closed
Bug 1692505
Opened 4 years ago
Closed 4 years ago
https://code-review.moz.tools/ is not loading
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tjr, Unassigned)
Details
The page I am most interested in loading: https://code-review.moz.tools/#/check/mozilla-central/source-test-clang/clang-diagnostic-error isn't. The particular API request that's failing is:
curl 'https://api.code-review.moz.tools/v1/check/mozilla-central/source-test-clang-external/clang-diagnostic-error/?publishable=true&since=2021-01-12' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0' -H 'Accept: application/json, text/plain, */*' --compressed -H 'Origin: https://code-review.moz.tools' -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Referer: https://code-review.moz.tools/' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-site' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache'
At present, the whole tool seems to be erroring though...
Comment 1•4 years ago
|
||
Thanks for reporting, the issue is fixed now.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•4 years ago
|
||
Sorry; I'm still getting 503's; the filter dropdowns aren't loading (showing any options...)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•4 years ago
|
||
What are you trying to do? The command that you posted https://bugzilla.mozilla.org/show_bug.cgi?id=1692505#c0 works just fine.
Reporter | ||
Comment 4•4 years ago
|
||
It seems like the initial load times out; but subsequent ones work because I suppose I primed the cache...
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•