influxdata / ui

UI for InfluxDB
89 stars 41 forks source link

Error with graph #6868

Closed sneezeontoast closed 3 months ago

sneezeontoast commented 3 months ago

About the bug

Steps to reproduce: List the minimal actions needed to reproduce the behavior.

  1. attach node red then

  2. choose mesurement then Screenshot 2024-03-12 162102

  3. when I run code for graph

Expected behavior:

To see a Graph

Actual behavior:

it navigates to a page and says "An InfluxDB error has occurred. Please report the issue here" .

Visual Proof:

About your environment

Environment info: running a weather station with python connacted to an mqtt broker than to NodeRed and then to influx db cloud

Config:

Logs:

Performance: Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.

# Commands should be run when the bug is actively.
# Note: This command will run for at least 30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=true"
curl -o vars.txt "http://localhost:8086/debug/vars"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz`, `vars.txt`, and `iostat.txt` output files.
sneezeontoast commented 3 months ago

I connected to node red again and it woked