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
I've managed to get past this error by hard coding the return value of looksLikeOutletFrame() but now hitting more type error issues:
Starting the bridge myOpenHAB-Bridge ...
/opt/OpenHAB-HomeKit-Bridge/lib/SitemapParser.js:98
return widget.type === 'Frame' && (widget.icon === 'outlet' || widget.label === 'outlet');
^
TypeError: Cannot read property 'type' of undefined
at SitemapParser.looksLikeOutletFrame (/opt/OpenHAB-HomeKit-Bridge/lib/SitemapParser.js:76:12)
at SitemapParser.parseSitemap (/opt/OpenHAB-HomeKit-Bridge/lib/SitemapParser.js:30:16)
at /opt/OpenHAB-HomeKit-Bridge/lib/openHABBridge.js:59:39
at Request._callback (/opt/OpenHAB-HomeKit-Bridge/lib/RestClient.js:31:11)
at Request.self.callback (/opt/OpenHAB-HomeKit-Bridge/node_modules/request/request.js:186:22)
at emitTwo (events.js:87:13)
at Request.emit (events.js:172:7)
at Request.<anonymous> (/opt/OpenHAB-HomeKit-Bridge/node_modules/request/request.js:1081:10)
at emitOne (events.js:77:13)
at Request.emit (events.js:169:7)
Has anyone run into the following:
The text was updated successfully, but these errors were encountered: