-
Notifications
You must be signed in to change notification settings - Fork 8
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
Does not work in Homebridge docker container #112
Comments
Adding to this post. Also running the official homebridge docker. Here is the problem.
/usr/bin/env: 'node': No such file or directory
root@nas:/homebridge $ homebridge-playstation-login Connecting to <78C881AXXXXX>... or getting this Authenticate to PS5-Goten? (y/n) y Discovering next device...
Open the following URL in a web browser to login to your PSN account. So, that means that even deleting the playstation plugin itself, some config file still left in homebridge even when deleteing the plugin, I don't know where it is. Some clean up in the plugin code is required because deleting plugin result in broken state due to left over config file somewhere stay in homebridge. Creating brand new homebridge docker is the only way allow me to try to authenticate. |
Have you tried using the console inside the home bridge ui? That’s what I did, worked fine. |
That’s where I ran it. Doesn’t work. |
Anyone figure it out? I see there is another thread here, but no one seems to have responded to it. Hoping this new issue gets some attention.
When I try to run:
homebridge-playstation-login
as the homebridge user, I get this error:bash: homebridge-playstation-login: command not found
When I try to run the same command as root, I get this error:
Is this plugin EOL?
The text was updated successfully, but these errors were encountered: