homebridge-harmonyhub icon indicating copy to clipboard operation
homebridge-harmonyhub copied to clipboard

Install of plugin fails

Open nmbrg opened this issue 7 years ago • 0 comments

For some reason the installation of the homebridge-harmonyhub plugin fails. (All other plugins installs without any issue)

I havent had this plugin installed earlier. Just found out about this so this is my "first try". So there is no "residue" from earlier versions.

The install.sh contains: npm install -g homebridge-harmonyhub

The config.json contains:

 "platforms": [
   	{
   		"platform": "HarmonyHub",
   		"name": "Harmony Hub"
   	}
   ]

And the json is checked with jsonlint.com

The error message that docker is showing in the logs is:

EINVALIDTAGNAME
Invalid tag name "homebridge-harmonyhub": Tags may not have any characters that encodeURIComponent encodes.
throw new Error("The requested platform'" + name + "' was not registered by any plugin.");
Error: the requested platform "HarmonyHub" was not registered by any plugin.

I have also checked that the harmony hub is accessible and works.

nmbrg avatar Sep 11 '17 09:09 nmbrg