Skip to content
New issue

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

A Status: 500. Message: InfluxDB returned error: error parsing query: found FROM, expected identifier, string, number, bool at line 1, char 9 #426

Open
sanderlv opened this issue Nov 10, 2024 · 1 comment

Comments

@sanderlv
Copy link

Problem/Motivation

Since today I discovered when adding a new panel I got this error.

Expected behavior

Adding a panel and selecting the entity

Actual behavior

browser hangs

Steps to reproduce

When I want to add a new “visualization”(pane) I suddenly get this error. Where to start investigating?

image

Duplicating a panel works well, but adding a new one throws the error.

I can’t click “+” after WHERE, then the browser locks.

I use POST:
image

@sanderlv
Copy link
Author

Copying an existing "panel" enables me to edit is and select entity (no errors).
I have no clue at all... but there seems to be a difference in the "query inspector" for the faulty one:
Object
traceId:undefined
request:Object
url:"api/ds/query?ds_type=influxdb"
method:"POST"
data:Object
queries:Array[1]
from:undefined
to:undefined
hideFromInspector:false
response:Object
results:Object
metadataQuery:Object

vs a good one:
Object
traceId:undefined
request:Object
url:"api/ds/query?ds_type=influxdb&requestId=Q110"
method:"POST"
data:Object
queries:Array[1]
from:"1715412085750"
to:"1731313285750"
hideFromInspector:false
response:Object
results:Object
A:Object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant