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
This happens in a block that tries to get find the latest download for a given device. If that device has no data in the latest SensorHistory, we throw a warning. In reality, doing so is totally unnecessary.
Need to just decide what to do in this case. Related to #77
I should edit the method to go back in time until it can find a SensorHistory record for that device. then we query from there, onwards.
That way we have a consistent logic - the app only trusts the datapoints themselves as date-stamps. Nothing else qualifies. If you created 50 days after that - well, what the hell is creating all the data??
What is it and why is it a problem?
The text was updated successfully, but these errors were encountered: