-
Notifications
You must be signed in to change notification settings - Fork 26
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
annoying messages of json: unsupported value: NaN #15
Comments
Hi, @sihara ! Thank you! |
Hi @hoonmin |
Looking around, it seems this comes from the json/encoder: It is unable to handle null and so displays this message. At this time there isn't a resolution to this issue. |
@yanfali Thank for your time inspect the issue. So we should find some workarounds for this... |
After proxy started and data transfered from collected to influxdb through proxy, but it keeps to show up folloiwng annoying messages.
2014/10/21 17:56:21 failed to write series group to influxdb: json: unsupported value: NaN
2014/10/21 17:56:22 failed to write series group to influxdb: json: unsupported value: NaN
2014/10/21 17:56:23 failed to write series group to influxdb: json: unsupported value: NaN
...
Any solutions to stop these messages?
The text was updated successfully, but these errors were encountered: