CymaticLabs / InfluxDBStudio

InfluxDB Studio is a UI management tool for the InfluxDB time series database.
MIT License
893 stars 187 forks source link

Show Series with non-alphanumeric characters fails #46

Open nohn opened 3 years ago

nohn commented 3 years ago

I have multiple series with non-alphanumeric characters like °C, €, m³ etc.

Whenever I try to show one of those serieres, InfluxData API responds with an error.

Screenshot from 2021-02-12 10-25-54

I assume, it's an encoding issue between InfluxDBStudio and InfluxDB as those series can easily be selected through InfluxDBStudio like

SELECT * FROM "m³" WHERE time > now() - 1d

I guess, I should mention that I run InfluxDBStudio via Wine on Linux.