Guys, I can see that the update to 3.8.0 fails because of a wrong link … Can someone confirm?
If yes, than this should actually not happen as you can imagine whats behind this beautiful work …
Hi,
Can you share details of the problem?
Yes, it says that there is an issue with the given … and it hastn right for permission
It says exactly in the message window:
"Error
Failed to load plugins: Http failure response for (unknown url): 0 Unknown Error"
Can you show the full output from the update modal?
it says again
npm ERR! code EINTEGRITY
npm ERR! erno EINTEGRITY
npm ERR! Invalid response body while trying to fetch: https://registry.npmjs.org-body-parser: Integrity verification fialed for …
this shows that something simply does not work …
Hi,
This should not happen, please try and reinstall to ensure all files are in place:
https://github.com/oznu/homebridge-config-ui-x#1-errors-during-installation
# cleanup
sudo npm uninstall -g homebridge-config-ui-x
# reinstall
sudo npm install -g --unsafe-perm homebridge-config-ui-x
Hi oznu,
I have tried that already but havent work neither.
Any other plan?
regards
bet
Am 07.06.2018 um 11:32 schrieb oznu notifications@github.com:
Hi,
This should not happen, please try and reinstall to ensure all files are in place:
https://github.com/oznu/homebridge-config-ui-x#1-errors-during-installation https://github.com/oznu/homebridge-config-ui-x#1-errors-during-installation
cleanup
sudo npm uninstall -g homebridge-config-ui-x
reinstall
sudo npm install -g --unsafe-perm homebridge-config-ui-x
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/oznu/homebridge-config-ui-x/issues/111#issuecomment-395356880, or mute the thread https://github.com/notifications/unsubscribe-auth/AfeHD_mBWZz9tIUi0VRCCsox_rAieaFnks5t6PNHgaJpZM4UYpL5.
So a reinstall does not work?
unfortunately NO, removing config-ui-x does work and is fine but
whenever I try to install it again it brings up the same message.
Am 07.06.2018 um 11:34 schrieb oznu notifications@github.com:
So a reinstall does not work?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/oznu/homebridge-config-ui-x/issues/111#issuecomment-395357431, or mute the thread https://github.com/notifications/unsubscribe-auth/AfeHD9eUqCMj_i7_reAjf5ZWQQJysBWqks5t6PO2gaJpZM4UYpL5.
Can you provide the full output?
A copy/paste of the command entered till it's exit. It is very hard to tell what is going on with only partial snippets.
The latest version, 3.8.3, might fix the EINTEGRITY issue. I've removed a postinstall script that was messing with the node_modules directory after installation.
Hi Oznu,
thanks really for your help here as I think this is a very good tool.
Unfortunately I am still facing this issue. I have again completely removed
the config-ui-x and tried to install it again.
It says again:
code EINTEGRITY
errno EINTEGRITY
ERR! invalid responde body while trying to fetch: https://registry.npmjs.org/body-parser: https://registry.npmjs.org/body-parser: Integrity verification failed for ……
After that I need to install a full backup from the whole SD-Cart I have done weeks before otherwise
I cannot use config-ui-x anymore.
Can you please check that again?
May I ask where you are located or where from?
Kind regards
Am 08.06.2018 um 02:16 schrieb oznu notifications@github.com:
The latest version, 3.8.3, might fix the EINTEGRITY issue. I've removed a postinstall script that was messing with the node_modules directory after installation.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/oznu/homebridge-config-ui-x/issues/111#issuecomment-395605395, or mute the thread https://github.com/notifications/unsubscribe-auth/AfeHD3rLtgcqtIQmVAipzWfvlOyatpW6ks5t6cJCgaJpZM4UYpL5.
Try this:
sudo npm cache clean --force
sudo npm install -g npm
sudo npm uninstall -g homebridge-config-ui-x
sudo npm install -g --unsafe-perm homebridge-config-ui-x
Hi, thanks for feedback.
Can you please confirm that cache cleaning npm wont delete any other
homebridge-plugin?
If yes, than this description doesnt helps really.
Thx
Am 12.06.2018 um 13:17 schrieb oznu notifications@github.com:
Try this:
sudo npm cache clean --force
sudo npm install -g npm
sudo npm uninstall -g homebridge-config-ui-x
sudo npm install -g --unsafe-perm homebridge-config-ui-x
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/oznu/homebridge-config-ui-x/issues/111#issuecomment-396554483, or mute the thread https://github.com/notifications/unsubscribe-auth/AfeHD6YNk5mucdv-3V6lVBY-LQEbIoLBks5t76NOgaJpZM4UYpL5.
It won't. It just clears the cache.
I just tried to update from 3.8.3 to 3.8.5 through the UI and it failed. I got the following message:
USER: sean
DIR: /usr/local/lib/node_modules
CMD: sudo -E -n npm --no-update-notifier install --unsafe-perm homebridge-config-ui-x@latest
sudo: npm: command not found
Command failed. Please review log for details
Any ideas?
Thanks and great.
Finally it this has worked. Homebrige-ui-x is up to date now.
Am 12.06.2018 um 13:17 schrieb oznu notifications@github.com:
Try this:
sudo npm cache clean --force
sudo npm install -g npm
sudo npm uninstall -g homebridge-config-ui-x
sudo npm install -g --unsafe-perm homebridge-config-ui-x
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/oznu/homebridge-config-ui-x/issues/111#issuecomment-396554483, or mute the thread https://github.com/notifications/unsubscribe-auth/AfeHD6YNk5mucdv-3V6lVBY-LQEbIoLBks5t76NOgaJpZM4UYpL5.
@seanbetts what SHELL and PATH are you setting up with your environment variables for launching homebridge with?
On my MacMini, I have a LaunchDaemon plist loading homebridge automatically on startup. Inside the plist I had to add both the PATH and the SHELL environment variables.
Most helpful comment
Thanks and great.
Finally it this has worked. Homebrige-ui-x is up to date now.