Skip to content
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

Plugin is *very* broken #54

Open
Casuallynoted opened this issue Oct 23, 2019 · 0 comments
Open

Plugin is *very* broken #54

Casuallynoted opened this issue Oct 23, 2019 · 0 comments

Comments

@Casuallynoted
Copy link

Casuallynoted commented Oct 23, 2019

Just leaving his issue as a general list of issues with this plugin that make it entirely unusable on modern homebridge, as well as solutions I've found to get past a number of them:

Errors pertaining to Sodium -> Solution: Build from @GioCirque 's repository - https://github.com/GioCirque/homebridge-apple-tv.

Problem here is, that repo likes to pull dependencies in a super weird way, so on my RPi I wound up actually having to install each dependency separately and then remove them from the package.json. It was rough. Suggestion to the dev- merge that code into this repo.

After that has been cleared out, we get...

homebridge-platform-helper package.json does not contain the keyword 'homebridge-plugin' -> Solution: Add that keyword to the plugin's package.json and this error will be gone.

However, now we get where I think we'll be leaving it for the time being...

"Error: Plugin /usr/local/lib/node_modules/homebridge-platform-helper does not export a initializer function from main."

So it looks like the dependency, another homebridge plugin made by the OG dev @lprhodes , is the problem here past this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant