-
Notifications
You must be signed in to change notification settings - Fork 7
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
SensorHistories Data can be null, will cause crash on SerialiseData() #77
Comments
Turns out that this isn't the end! |
What I did was a work-around.
|
Found that the error isn't just the app's fault - server has replied with: [
{
"Data": null,
"LocationID": "facb7a7b-f8c0-4514-acc8-665304391b61",
"SensorID": "b4ec891c-2b69-464b-9cae-8ed95d6bb244",
"TimeStamp": "2017-10-08T00:00:00+02:00",
"UploadedAt": "2017-10-07T04:13:43.0682831+00:00"
},
{
"Data": null,
"LocationID": "facb7a7b-f8c0-4514-acc8-665304391b61",
"SensorID": "7696b336-737a-4521-91c9-84f16e6ea930",
"TimeStamp": "2017-10-08T00:00:00+02:00",
"UploadedAt": "2017-10-07T04:13:43.0682831+00:00"
},
{
"Data": null,
"LocationID": "facb7a7b-f8c0-4514-acc8-665304391b61",
"SensorID": "afd4b2c7-0e1d-48cf-896a-1b528d21e5c4",
"TimeStamp": "2017-10-08T00:00:00+02:00",
"UploadedAt": "2017-10-07T04:13:43.0682831+00:00"
}
] Meanwhile in the database these items have data! |
|
No description provided.
The text was updated successfully, but these errors were encountered: