-
Notifications
You must be signed in to change notification settings - Fork 80
influxdb reports invalid number #121
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
Comments
Still trying to understand how influxdb works, but seriously wondering if this has something to do with #113 and my duration field. |
Actually, I might be getting confused. My research shows that the 'u' postfix for unsigned integers is only supported for influxdb 2.x (reference:influxdata/influxdb#17781), but I thought this library (based on other reports) only supported influxdb 1.x. |
Hi, thanks for your bug report.
That's interesting, the documentation for influxdb 1.8 seems to suggest the same: https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_reference/#data-types. I wonder why this didn't cause any problems yet. @Empty2k12 has way more experience with influxdb, maybe he can comment.
As far as I know, this library supports the backward-compatibility API of v2 since #118. I never actually used it though. |
Yep similar issue here. Reverting back to v0.5.2 (from v0.6.0) solved the issue |
CC @mcronce |
influxdb-rs/influxdb-rust#121 should be fixed now.
So far not getting any errors, so fingers crossed that means it is working. Should now for sure tomorrow. |
After upgrading to 0.6.0 I keep getting the following error:
But If I downgrade to 0.5.2 it works fine. The schema in question is:
This is with influxdb 1.10.0
The text was updated successfully, but these errors were encountered: