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
Hi, whenever I add to my config file this portion to try broadlink rm the whole homebridge crashes.
I'm running Win 10 64 Pro. The other modules work fine...
The part of my config.json:
TypeError: Cannot read property '1' of null
at WinParser.processBody (C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\ping\lib\parser\win.js:56:42)
at WinParser.parser.eat (C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\ping\lib\parser\base.js:125:14)
at C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\underscore\underscore.js:76:21
at Function..each._.forEach (C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\underscore\underscore.js:186:9)
at ChildProcess. (C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\ping\lib\ping-promise.js:76:12)
at Object.onceWrapper (events.js:272:13)
at ChildProcess.emit (events.js:180:13)
at maybeClose (internal/child_process.js:936:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)
C:\Users\Admin\AppData\Roaming\npm>
The text was updated successfully, but these errors were encountered:
Hi, whenever I add to my config file this portion to try broadlink rm the whole homebridge crashes.
I'm running Win 10 64 Pro. The other modules work fine...
The part of my config.json:
"platforms": [{
"platform": "BroadlinkRM",
"name": "Broadlink RM",
"hideScanFrequencyButton": false,
"hideLearnButton": false,
"homebridgeDirectory": "/Users/Admin/.homebridge",
"accessories": [{
"name": "TV On/Off",
"type": "switch",
"data": {
The crash log:
[2018-7-24 23:35:12] [Broadlink RM] **************************************************************************************************************
[2018-7-24 23:35:13] [Broadlink RM]
C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\ping\lib\parser\win.js:56
this._times.push(parseFloat(match[1], 10));
^
TypeError: Cannot read property '1' of null
at WinParser.processBody (C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\ping\lib\parser\win.js:56:42)
at WinParser.parser.eat (C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\ping\lib\parser\base.js:125:14)
at C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\underscore\underscore.js:76:21
at Function..each._.forEach (C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\underscore\underscore.js:186:9)
at ChildProcess. (C:\Users\Admin\AppData\Roaming\npm\node_modules\homebridge-broadlink-rm\node_modules\ping\lib\ping-promise.js:76:12)
at Object.onceWrapper (events.js:272:13)
at ChildProcess.emit (events.js:180:13)
at maybeClose (internal/child_process.js:936:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)
C:\Users\Admin\AppData\Roaming\npm>
The text was updated successfully, but these errors were encountered: