Leverege / deprecated-microchip-avr-iot

DEPRECATED - Setup guide for AVR-IoT board
https://github.com/microchip-pic-avr-solutions
Apache License 2.0
33 stars 13 forks source link

TypeError: Cannot convert undefined or null to object #8

Closed vishwanathan-iyer closed 5 years ago

vishwanathan-iyer commented 5 years ago

I am seeing the following error after successfully deploying the website. The web page works as expected for some time. I am able to connect the device to the website and see the sensor data but after some time it stops working with this error.

bundle.js:1 TypeError: Cannot convert undefined or null to object at Function.keys () at t.value (bundle.js:1) at t.value (bundle.js:1) at jo (bundle.js:1) at Do (bundle.js:1) at bundle.js:1 at Fa (bundle.js:1) at Za (bundle.js:1) at Ds (bundle.js:1) at ws (bundle.js:1)

bundle.js:1 [2019-03-10T05:52:57.230Z] @firebase/database: FIREBASE WARNING: Exception was thrown by user callback. TypeError: Cannot convert undefined or null to object at Function.keys ()

Redeploying the website solves this issue. I don't understand what is going wrong.