[Bug] error while performing the infinity query. unable to parse response body as JSON. unexpected end of JSON input #1159
Replies: 3 comments 4 replies
-
Did it work before? Or never worked? Seems like an issue with the url. Use query inspector to see what the outgoing URL looks like.. probably you need fix in either authentication or the url. You can also use health check section in the config to debug the issue. If nothing works, send us a reproduction steps. |
Beta Was this translation helpful? Give feedback.
-
I have a similar problem, with Version 2.12.2 and Grafana 10.4.2.
From my testing, it looks like it cannot see, that the json ends there without a newline. Which is missing on some of these internal URLs. The ones which include a newline in the end, seems to work, but without one not. Is there any way to manipulate that it still works for the ones which provide json without a newline at the end? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
error while performing the infinity query. unable to parse response body as JSON. unexpected end of JSON input
Steps to reproduce
Send a request to an API endpoint with some queries which returns nothing.
Note: bugs will be fixed only if enough information provided to reproduce the issue
Screenshots
Version Details:
Beta Was this translation helpful? Give feedback.
All reactions