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, This is causing homebridge to crash, any thoughts why, here are the errors:
[2/17/2017, 5:44:40 PM] Homebridge is running on port 51826.
/usr/local/lib/node_modules/homebridge-itunes/node_modules/applescript/lib/applescript-parser.js:115
var rtn = this.value.substring(this.index, end-1);
^
TypeError: this.value.substring is not a function
at Object.exports.UndefinedParser (/usr/local/lib/node_modules/homebridge-itunes/node_modules/applescript/lib/applescript-parser.js:115:24)
at Object.parseFromFirstRemaining (/usr/local/lib/node_modules/homebridge-itunes/node_modules/applescript/lib/applescript-parser.js:44:34)
at Object.exports.parse (/usr/local/lib/node_modules/homebridge-itunes/node_modules/applescript/lib/applescript-parser.js:10:37)
at ITunesPlatform. (/usr/local/lib/node_modules/homebridge-itunes/index.js:443:31)
at ChildProcess. (/usr/local/lib/node_modules/homebridge-itunes/node_modules/node-osascript/lib/index.js:49:7)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:827:16)
at Socket. (internal/child_process.js:319:11)
at emitOne (events.js:77:13)
thanks
The text was updated successfully, but these errors were encountered:
Hi, This is causing homebridge to crash, any thoughts why, here are the errors:
[2/17/2017, 5:44:40 PM] Homebridge is running on port 51826.
/usr/local/lib/node_modules/homebridge-itunes/node_modules/applescript/lib/applescript-parser.js:115
var rtn = this.value.substring(this.index, end-1);
^
TypeError: this.value.substring is not a function
at Object.exports.UndefinedParser (/usr/local/lib/node_modules/homebridge-itunes/node_modules/applescript/lib/applescript-parser.js:115:24)
at Object.parseFromFirstRemaining (/usr/local/lib/node_modules/homebridge-itunes/node_modules/applescript/lib/applescript-parser.js:44:34)
at Object.exports.parse (/usr/local/lib/node_modules/homebridge-itunes/node_modules/applescript/lib/applescript-parser.js:10:37)
at ITunesPlatform. (/usr/local/lib/node_modules/homebridge-itunes/index.js:443:31)
at ChildProcess. (/usr/local/lib/node_modules/homebridge-itunes/node_modules/node-osascript/lib/index.js:49:7)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:827:16)
at Socket. (internal/child_process.js:319:11)
at emitOne (events.js:77:13)
thanks
The text was updated successfully, but these errors were encountered: