If I quit the manually running version, then try
Code: Select all
Office-Mini:Documents macadmin$ launchctl load -w ~/Library/LaunchAgents/com.webdeck.homebridge.plist
Code: Select all
/Users/macadmin/Library/LaunchAgents/com.webdeck.homebridge.plist: service already loaded
The homeBridgeLog shows a single entry:
Code: Select all
path.js:8
throw new TypeError('Path must be a string. Received ' +
^
TypeError: Path must be a string. Received undefined
at assertPath (path.js:8:11)
at Object.posix.join (path.js:479:5)
at Function.User.storagePath (/opt/local/lib/node_modules/homebridge/lib/user.js:30:15)
at Function.User.persistPath (/opt/local/lib/node_modules/homebridge/lib/user.js:38:25)
at module.exports (/opt/local/lib/node_modules/homebridge/lib/cli.js:24:17)
at Object.<anonymous> (/opt/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)