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
with all due respect but the code looks spaghetti and fails accordingly:
Feb 19 01:25:50 DietPi node[19060]: /opt/node/lib/node_modules/homebridge-openhab/libs/ItemFactory.js:68
Feb 19 01:25:50 DietPi node[19060]: this.uniqueIds[this.itemList[key].itemUniqueAggregationId]['set'+this.itemList[key].itemSubType](this.itemList[key]);
Feb 19 01:25:50 DietPi node[19060]: ^
Feb 19 01:25:50 DietPi node[19060]: TypeError: this.uniqueIds[this.itemList[key].itemUniqueAggregationId][("set" + this.itemList[key].itemSubType)] is not a function
Feb 19 01:25:50 DietPi node[19060]: at exports.Factory.parseSitemap (/opt/node/lib/node_modules/homebridge-openhab/libs/ItemFactory.js:68:113)
Feb 19 01:25:50 DietPi node[19060]: at Request._callback (/opt/node/lib/node_modules/homebridge-openhab/index.js:106:34)
Feb 19 01:25:50 DietPi node[19060]: at Request.self.callback (/opt/node/lib/node_modules/homebridge-openhab/node_modules/request/request.js:199:22)
Feb 19 01:25:50 DietPi node[19060]: at emitTwo (events.js:87:13)
Feb 19 01:25:50 DietPi node[19060]: at Request.emit (events.js:172:7)
Feb 19 01:25:50 DietPi node[19060]: at Request.<anonymous> (/opt/node/lib/node_modules/homebridge-openhab/node_modules/request/request.js:1036:10)
Feb 19 01:25:50 DietPi node[19060]: at emitOne (events.js:82:20)
Feb 19 01:25:50 DietPi node[19060]: at Request.emit (events.js:169:7)
Feb 19 01:25:50 DietPi node[19060]: at IncomingMessage.<anonymous> (/opt/node/lib/node_modules/homebridge-openhab/node_modules/request/request.js:963:12)
Feb 19 01:25:50 DietPi node[19060]: at emitNone (events.js:72:20)
The text was updated successfully, but these errors were encountered:
with all due respect but the code looks spaghetti and fails accordingly:
The text was updated successfully, but these errors were encountered: