philipkocanda / pimatic-buienradar

Pimatic Buienradar Plugin
GNU General Public License v2.0
0 stars 1 forks source link

Errors #3

Open sandervandegeijn opened 7 years ago

sandervandegeijn commented 7 years ago

Activated plugin, created device with GPS coords, but it won't give results:

image

error [pimatic-buienradar]: Cannot read property '1' of null 12:33:13error [pimatic-buienradar]: 500 - ""

kloknibor commented 6 years ago

I get the same error from time to time but it does work... I'm new to coffeescript and pimatic plugins in general but maybe I can find a way to stop this plugin from spamming my log :)

sebastianha commented 6 years ago

You can just change the error message to debug in line 55, then they won't popup in the GUI:

env.logger.error(err.message) -> env.logger.debug(err.message)