-
Notifications
You must be signed in to change notification settings - Fork 21
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
bug: Fixes writing binary data to influxdb... #284
Conversation
Fix payload written to influxdb
PR missing one of the required labels: {'new feature', 'dependencies', 'internal', 'documentation', 'enhancement', 'breaking-change', 'bug'} |
Well spotted! Thanks for fixing it! |
Thanks @mangodan2003 for your contribution, however in order to be able to merge this you need to sign the Eclipse Contribution Agreement: https://www.eclipse.org/legal/eca/ |
RE the ECA, I have signed this previously and having checked it says it is still valid, but I have re-submitted it anyway having updated the info slightly. |
Seems that the email used to sign the commits does not match the one used to sing the ECA. |
I had gotten the impression it went by the github username, I've updated my email address on the ECA site. hopefully that resolves it. |
I re-triggered the validation, seems ok now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, LGTM now !
... as it was it was writing the error message produced trying to parse binary as utf-8
bug