You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to insert some data into InfluxDB (the 0.9.1 version), we can end up with Go panicking on a runtime error if the value=… part is absent from the payload:
Hi,
When trying to insert some data into InfluxDB (the 0.9.1 version), we can end up with Go panicking on a runtime error if the
value=…
part is absent from the payload:The following command fails:
But this one is ok:
The text was updated successfully, but these errors were encountered: