You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current solution is to just delete all TMPO-blocks for that sensor (see #27, implementation is on the way), after which I re-add the sensor and sync again. This causes a little bit of overhead, but it works fine.
However: doesn't this error just mean that the block we're trying to write already exists in the database? So we could deal with it in two ways:
Assume the correct block is already written, so we can just ignore this insert.
Assume the new block might be better, so overwrite the old one.
Sometimes I run into this error while syncing a sensor:
My current solution is to just delete all TMPO-blocks for that sensor (see #27, implementation is on the way), after which I re-add the sensor and sync again. This causes a little bit of overhead, but it works fine.
However: doesn't this error just mean that the block we're trying to write already exists in the database? So we could deal with it in two ways:
@icarus75 what do you think?
The text was updated successfully, but these errors were encountered: