I’m running this in chronograf. If I remove the last line it pulls out the data fine. With the last line in I get:
“Error: Panic: runtime error: invalid memory address or nil pointer dereference.”
Im running influx 1.8.3 with flux enabled. Its the same result no matter what measurement I try to query. The inclusion of mean() causes the panic.
Any ideas?
Thanks
Nick
Hi @Anaisdg,
I just ran into the same issue as @nicky4tl . Just found from searching around internet it seems an issue with armv7l (32bit) architecture.
Is there a plan when / if armv7l will be supported?
Just ran into the same issue. Any news on this? I’m running InfluxDB on a Raspberry Pi 4 as Home Assistant integration. I haven’t figured out yet how to determine which InfluxDB version it runs.
Hope this helps, as mean() seems to be working with influxQL but influxQL isn’t supported by e.g. the recent influxpython lib thus we can’t use the full functionality this way.
EDIT1: Just found this issue in the flux repo. There is also a comment which suggests a workaround (can’t post a third link as new user, and I didn’t test it yet). Still it should be possible to use mean() on the long run
EDIT2: For me updating to Version 2.x solved the issue