Hey there,
I have my RPi running a few days and it was working well until 2 days ago. Pimatic run fine and the system was stable.
When I started installing raspiBackup-script (https://www.linux-tips-and-tricks.de/de/raspibackup) things started to become mysterious…
I installed and run this script and activated the nfs-kernel-server to export an usb-hdd for backup of other RPis in my network. These two things were the only changes to a “known to be working” RPi with pimatic.
This is the log of running pimatic.js now:
pi@OctoPi:~ $ sudo pimatic.js
19:46:53.424 2017-10-19 Thursday
19:46:58.363 [pimatic] Starting pimatic version 0.9.42
19:46:58.485 [pimatic] Startup error: SyntaxError: Unexpected character: ; input: �-6i
i�iX�KoXG��b��+�z>����E�j�I���M�ɸh�q��H��cM�pÙ»>'��3��IM�0�v����Þ/��[%ï¿ï¿½d
19:46:58.485 [pimatic]> at /home/pi/pimatic-app/node_modules/pimatic/node_modules/relaxed-json/relaxed-json.js:70:21
19:46:58.485 [pimatic]> at Object.transform (/home/pi/pimatic-app/node_modules/pimatic/node_modules/relaxed-json/relaxed-json.js:232:18)
19:46:58.485 [pimatic]> at Framework._loadConfig (/home/pi/pimatic-app/node_modules/pimatic/lib/framework.coffee:143:39)
19:46:58.485 [pimatic]> at new Framework (/home/pi/pimatic-app/node_modules/pimatic/lib/framework.coffee:61:8)
19:46:58.485 [pimatic]> at /home/pi/pimatic-app/node_modules/pimatic/startup.coffee:94:17
19:46:58.485 [pimatic]> at tryCatcher (/home/pi/pimatic-app/node_modules/pimatic/node_modules/bluebird/js/release/util.js:16:23)
19:46:58.485 [pimatic]> at Function.Promise.attempt.Promise.try (/home/pi/pimatic-app/node_modules/pimatic/node_modules/bluebird/js/release/method.js:39:29)
19:46:58.485 [pimatic]> at Object.startup (/home/pi/pimatic-app/node_modules/pimatic/startup.coffee:93:10)
19:46:58.485 [pimatic]> at run (/home/pi/pimatic-app/node_modules/pimatic/pimatic.js:15:24)
19:46:58.485 [pimatic]> at Object.<anonymous> (/home/pi/pimatic-app/node_modules/pimatic/pimatic.js:20:3)
19:46:58.485 [pimatic]> at Module._compile (module.js:409:26)
19:46:58.485 [pimatic]> at Object.Module._extensions..js (module.js:416:10)
19:46:58.485 [pimatic]> at Module.load (module.js:343:32)
19:46:58.485 [pimatic]> at Function.Module._load (module.js:300:12)
19:46:58.485 [pimatic]> at Function.Module.runMain (module.js:441:10)
19:46:58.485 [pimatic]> at startup (node.js:139:18)
19:46:58.485 [pimatic]> at node.js:990:3
19:46:58.488 [pimatic] exiting...
PuTTYPuTTYpi@OctoPi:~ $ PuTTYPuTTY
What I’m wondering about is these “PuTTyPuTTy” in the shell after exiting pimatic. Have never seen something similiar before…