-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't initialize plugin, ENOENT error #1
Comments
Hi @LioLynf , I am happy to see that the plugin is already getting some downloads although it is pretty new. Keep in mind that this plugin is still in the beta phase. I still need to add system requirements to the README. Could you activate debug logging and send the logs again? Which system are you running? Linux? Which distro? You are most likely missing the venv Python module. Debian distros: ... I still need to automate that Looking forward to your reply :) |
Was looking for a way to improve controll of the Apple Tv ! Found yours and screenshots looks cool :) Running on Synology DS220+, oznu/homebridge Docker image Tried to reinstall venv with your command : still ENOENT error. /var/lib/homebridge/appletv-enhanced/.venv/bin only contain 'python' and 'python3' ? Here's log ! Thank you !
|
Hey Maxi, thanks for the awesome looking plugin! I have the same issue on Raspberry Pi 4 with Homebridge running in a docker container. Installed python3-venv, but that didn't help. Debug log:
|
@Shukuyen my logic to identify if the venv is already created is not that polished yet, probably the folder for the venv was already created but the venv was not initialzied, because the python3-venv module was missing when you initially started the plugin. Try This shouldn't be an issue with the next beta release v0.2.1-beta.4 anymore @LioLynf same should apply for you. |
Your update solved ! Thanks a lot for your plugin ! That's awesome and meet my needs. :) |
Can confirm, that solved the issue! Now I just have to figure out why the devices are not added to Apple home after pairing. |
I had to find it in Home app > Add an accessory > More options !
|
Hi !
Thanks for your plugin.
Installed in my instance, but Homebridge can't initialize it.
Here's the Homebridge console logs :
Reinstalling and updating python and pip don't seems to help.
Any idea ?
Thanks a lot !
The text was updated successfully, but these errors were encountered: