ConnectedHumber / Air-Quality-Web

The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.
https://sensors.connectedhumber.org/
Mozilla Public License 2.0
11 stars 4 forks source link

New device - no message about no data #28

Closed BNNorman closed 5 years ago

BNNorman commented 5 years ago

Just added a new device - should sort itself out in 6 minutes - but when I opened the chart to check it all I got was a spinning thingy. It didn't display a 'no data' message.

sbrl commented 5 years ago

Ah, I see. It looks like an exception is being thrown in the console:

uncaught exception: Error: No types are currently present in the system.

Looks like it's just because it doesn't have any data in the DB associated with it yet.

I've pushed a fix which should get deployed in the next 1/2 hour.