We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Missing Metrics Metric has a keyerror:
Parse error Traceback (most recent call last): File "/home/collector/base_collectors/source_collector.py", line 147, in __safely_parse_source_responses return await self._parse_source_responses(responses) File "/home/collector/source_collectors/quality_time/missing_metrics.py", line 26, in _parse_source_responses reports = await self._get_reports(reports_response) File "/home/collector/source_collectors/quality_time/base.py", line 25, in _get_reports reports = list(response_json["reports"]) KeyError: 'reports'
QT Version: 3.36.0
The text was updated successfully, but these errors were encountered:
When measuring the 'missing metrics' metric, *Quality-time* was still…
6ddcec7
… using an old endpoint to get the data, resulting in a parse error. Fixes #3855.
a8e303c
fniessink
Successfully merging a pull request may close this issue.
The Missing Metrics Metric has a keyerror:
Parse error
Traceback (most recent call last):
File "/home/collector/base_collectors/source_collector.py", line 147, in __safely_parse_source_responses
return await self._parse_source_responses(responses)
File "/home/collector/source_collectors/quality_time/missing_metrics.py", line 26, in _parse_source_responses
reports = await self._get_reports(reports_response)
File "/home/collector/source_collectors/quality_time/base.py", line 25, in _get_reports
reports = list(response_json["reports"])
KeyError: 'reports'
QT Version: 3.36.0
The text was updated successfully, but these errors were encountered: