klanchman / homebridge-logi-circle-controls

Homebridge plugin for extended Logitech Circle camera controls
MIT License
21 stars 1 forks source link

Error: ENOENT on Synology #39

Open csytsma opened 2 years ago

csytsma commented 2 years ago

I'm putting this here, in case someone else comes looking for help with a similar issue.

My Homebridge is installed on my Synology, running DSM 7

Executing the standard homebridge-logi-circle-controls login

returns an error: Error: ENOENT: no such file or directory, stat '/var/packages/homebridge/home/.homebridge'

After finding the Wiki page in this repo on How to Login (strongly suggest putting that link in the README), I saw what type of directory it was most likely looking for.

By default, when launching Terminal in Homebridge, it lands me in: /var/packages/homebridge/shares/homebridge

I then executed: homebridge-logi-circle-controls login -d .

and everything proceeded to work as normal, after restarting.

Great plugin, thanks for your hard work on this!

julicuq commented 2 years ago

That helped! After following the steps on the README and Wiki couldn't load accessories. Thanks!

klanchman commented 2 years ago

Thanks for the feedback!

I've updated the README (I can't believe I didn't link the wiki there 🤦‍♂️) and added a more prominent mention of the -d option.

I'll also improve that error message in the next release 😄