Lure - I have SignalK on Cerbo and has noticed ...

I have SignalK on Cerbo and has noticed this error from InfluxDB plugin: Mar 12 06:04:21 ERROR: Write to InfluxDB failed. t [HttpError]: failure writing points to database: partial write: field type conflict: input field "value" on measurement "navigation.course.calcValues.timeToGo" is type float, already exists as type string dropped=2 at IncomingMessage.<anonymous> (/data/conf/signalk/node_modules/@influxdata/influxdb-client/dist/index.js:5:5684) at IncomingMessage.emit (node:events:530:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { statusCode: 422, statusMessage: 'Unprocessable Entity', body: '{"code":"unprocessable entity","message":"failure writing points to database: partial write: field type conflict: input field \"value\" on measurement \"navigation.course.calcValues.timeToGo\" is type float, already exists as type string dropped=2"}', contentType: 'application/json; charset=utf-8', headers: { 'content-type': 'application/json; charset=utf-8', 'x-influxdb-build': 'OSS', 'x-influxdb-version': 'v2.7.11', 'x-platform-error-code': 'unprocessable entity', date: 'Wed, 12 Mar 2025 06:04:21 GMT', 'content-length': '249' }, json: { code: 'unprocessable entity', message: 'failure writing points to database: partial write: field type conflict: input field "value" on measurement "navigation.course.calcValues.timeToGo" is type float, already exists as type string dropped=2' }, code: 'unprocessable entity', _retryAfter: 0 }
4 Replies
Lure
LureOP4w ago
interesting that after the restart of the server (due to updates of a plugin) it does not happen anymore
Jan Dytrych
Jan Dytrych4w ago
Maybe bad conversion of "null" value when inserting into InfluxDB?
Lure
LureOP3w ago
I got this error again. This is what I see in data browser
No description
Lure
LureOP3w ago
This was set by Orca Core 2 device on N2K
No description

Did you find this page helpful?