ni-c / heimcontrol.js

Home-Automation with node.js and Raspberry PI
MIT License
1.41k stars 297 forks source link

Node process suddenly crashed #30

Open estock opened 10 years ago

estock commented 10 years ago

For some reason node just quits ... this is the error it prints, does not really make any sense to me

fs.js:365 binding.read(fd, buffer, offset, length, position, wrapper); ^ Error: Offset is out of bounds at Object.fs.read (fs.js:365:11) at SerialPort._read (/home/pi/hiems/heimcontroler/node_modules/duino/node_modules/serialport/serialport.js:343:8) at afterRead (/home/pi/hiems/heimcontroler/node_modules/duino/node_modules/serialport/serialport.js:338:14) at /home/pi/hiems/heimcontroler/node_modules/duino/node_modules/serialport/serialport.js:346:7 at Object.wrapper as oncomplete