I have been using this for about 2 years now and recently encountered a new error message in the logs.
TypeError: Cannot read properties of null (reading 'FactoryTimestamp')
at createFormattedMeasurements (/usr/src/app/src/index.ts:297:69)
at uploadToNightScout (/usr/src/app/src/index.ts:332:50)
at main (/usr/src/app/src/index.ts:154:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Hi there,
I have been using this for about 2 years now and recently encountered a new error message in the logs.
TypeError: Cannot read properties of null (reading 'FactoryTimestamp') at createFormattedMeasurements (/usr/src/app/src/index.ts:297:69) at uploadToNightScout (/usr/src/app/src/index.ts:332:50) at main (/usr/src/app/src/index.ts:154:11) at processTicksAndRejections (node:internal/process/task_queues:95:5)
Any idea what may be going on?
Thanks