I’m attempting to setup Blynk for the first time using on old windows PC. (Used for logging my solar panels and I’m extended this setup with Blynk to visualize the output of the solar panels. I have plans to transfer the all thing to raspberry PI in the future). I’m a complete novice at this stuff.
So my nodejs works fine but crashes from time to time. I don’t have a clue what is provoking the crash. Any suggestions?
Here’s the error. I’ve hidden most of my auth token.
events.js:159
throw err;
^
Error: Uncaught, unspecified “error” event. (ECONNRESET)
at emit (events.js:157:17)
at Blynk.error (C:\Documents and Settings\Administrator\Application Data\npm\node_modules\blynk-library\blynk.js:589:8)
at null. (C:\Documents and Settings\Administrator\Application Data\npm\node_modules\blynk-library\blynk.js:552:48)
at emitOne (events.js:90:13)
at emit (events.js:182:7)
at TLSSocket. (C:\Documents and Settings\Administrator\Application Data\npm\node_modules\blynk-library\blynk-node.js:200:16)
at emitOne (events.js:90:13)
at TLSSocket.emit (events.js:182:7)
at emitErrorNT (net.js:1265:8)
at _combinedTickCallback (internal/process/next_tick.js:74:11)