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
Related to #130
When I tested the extra MP4 outputs in the status messages i saw these panics: https://eu-metrics-monitoring.livepeer.monster/grafana/explore?orgId=1&left=%7B%22datasource%22:%22P8E80F9AEF21F6940%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22P8E80F9AEF21F6940%22%7D,%22editorMode%22:%22code%22,%22expr%22:%22%7Bapp%20%3D~%20%5C%22staging-task-runner%5C%22%7D%20%7C%3D%20%5C%22panic%5C%22%22,%22queryType%22:%22range%22%7D%5D,%22range%22:%7B%22from%22:%221675335647235%22,%22to%22:%221675337744323%22%7D%7D
The panic happens here, it seems this function assumes there will only ever be one output element?
The text was updated successfully, but these errors were encountered:
gioelecerati
No branches or pull requests
Related to #130
When I tested the extra MP4 outputs in the status messages i saw these panics:
https://eu-metrics-monitoring.livepeer.monster/grafana/explore?orgId=1&left=%7B%22datasource%22:%22P8E80F9AEF21F6940%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22P8E80F9AEF21F6940%22%7D,%22editorMode%22:%22code%22,%22expr%22:%22%7Bapp%20%3D~%20%5C%22staging-task-runner%5C%22%7D%20%7C%3D%20%5C%22panic%5C%22%22,%22queryType%22:%22range%22%7D%5D,%22range%22:%7B%22from%22:%221675335647235%22,%22to%22:%221675337744323%22%7D%7D
The panic happens here, it seems this function assumes there will only ever be one output element?
The text was updated successfully, but these errors were encountered: