Page 1 of 1

error after update

Posted: Sun Dec 16, 2018 10:37 am
by johnpolasek
I just pulled the newest version (7.28.258) down from the plugin store and suddenly I am getting

Code: Select all

Dec 16, 2018, 10:29:52 AM
   piBeacon                        variableUpdated in Line '9540' has error='Unterminated string starting at: line 1 column 30 (char 29)'
   piBeacon                        {"temp": "45.6", "rpi_type": "Pi 3 Model B Rev 1.2
about once a minute... Doesn't seem to be hurting anything but thought you should know.

Re: error after update

Posted: Sun Dec 16, 2018 11:59 pm
by kw123
I have a fix.. its is a ";" in the string, and that stops somewhere. the ; is now a , that works

when you switch to socket comm it works fine. Only effected the variables update path.

if you want to try it :
https://www.dropbox.com/s/eydnqjyobysau ... n.zip?dl=1
not a formal release !

Karl