Bug 1447435
| Summary: | Provide information about why metrics could not be collected. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Matt Wringe <mwringe> |
| Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
| Status: | CLOSED CANTFIX | QA Contact: | XiaochuanWang <xiaocwan> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.5.1 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-10 12:05:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matt Wringe
2017-05-02 19:00:47 UTC
Not sure what you are suggesting, if knew more information about why it was failing then we could show a better error message. I believe in a lot of these cases we just get a status code 0 which is the terrible catch all. We get HTTP status code 0, which can mean a lot of things. It might mean you have no internet connectivity, or it might mean the certificate is not valid. I don't think there's a way for us to know. Here is the problem we're facing: http://stackoverflow.com/questions/872206/http-status-code-0-what-does-this-mean-for-fetch-or-xmlhttprequest#answer-14507670 http://stackoverflow.com/questions/3825581/does-an-http-status-code-of-0-have-any-meaning/26451773#26451773 Unfortunately, there's no additional information we can give when we see status code 0. |