You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On socket error (e.g. system can't resolve GPSd server name) Node-RED crashes:
TypeError: Cannot read property 'handleError' of undefined
at Object.Node.error (/opt/nodered/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/nodes/Node.js:276:30)
at Socket. (/opt/noderedgpsd/lib/node_modules/node-red/nodes/extra/gpsd/node_modules/node-gpsd/lib/gpsd.js:95:25)
at Socket.emit (events.js:189:13)
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
Node-RED v0.20.5
Node.js v10.15.3
node-red-contrib-gpsd 1.0.2
node-gpsd 0.3.0
Linux 4.14.138 arm LE
The text was updated successfully, but these errors were encountered:
On socket error (e.g. system can't resolve GPSd server name) Node-RED crashes:
TypeError: Cannot read property 'handleError' of undefined
at Object.Node.error (/opt/nodered/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/nodes/Node.js:276:30)
at Socket. (/opt/noderedgpsd/lib/node_modules/node-red/nodes/extra/gpsd/node_modules/node-gpsd/lib/gpsd.js:95:25)
at Socket.emit (events.js:189:13)
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
Node-RED v0.20.5
Node.js v10.15.3
node-red-contrib-gpsd 1.0.2
node-gpsd 0.3.0
Linux 4.14.138 arm LE
The text was updated successfully, but these errors were encountered: