myluna08 / homebridge-rituals

Homebridge-rituals plugin to control Rituals Genie over homebridge
MIT License
8 stars 3 forks source link

Permission denied #29

Open ekanters71 opened 3 years ago

ekanters71 commented 3 years ago

Recently found out that this module existed. Installed this package on my Synology Homebridge. When I added my rituals credentials and restarted the Homebridge it went into an infinitive startup-loop.

[3/14/2021, 8:42:04 AM] [Rituals] Initializing Rituals accessory... [3/14/2021, 8:42:05 AM] Error: EACCES: permission denied, open '/root/.homebridge/.uix-rituals-secrets_' at Object.openSync (fs.js:476:3) at Object.readFileSync (fs.js:377:35) at Storage._load (/homebridge/node_modules/homebridge-rituals/node_modules/node-storage/index.js:169:26) at new Storage (/homebridge/node_modules/homebridge-rituals/node_modules/node-storage/index.js:31:21) at new RitualsAccessory (/homebridge/node_modules/homebridge-rituals/index.js:33:20) at /usr/local/lib/node_modules/homebridge/src/server.ts:290:50 at Array.forEach () at Server.loadAccessories (/usr/local/lib/node_modules/homebridge/src/server.ts:221:29) at Server.start (/usr/local/lib/node_modules/homebridge/src/server.ts:119:12) [3/14/2021, 8:42:05 AM] Got SIGTERM, shutting down Homebridge...

Is there something I can do about this?