Homebridge-config-ui-x: plugin doesn't update

Created on 26 Aug 2019  路  11Comments  路  Source: oznu/homebridge-config-ui-x

Since 4.5, whenever there's an update, homebridge more or less freezes at the plugin update screen. After about 15 minutes of no change, I press CLOSE.
The [UPDATE] button now disappears, but the plugin hasn't been updated though.
The plugin overview also displays the old version (still 4.5.0).
After a reboot, all remains the same.
Status: 4.5.0. up to date (currently it is 4.6.1. actually)

bug stale

Most helpful comment

The problem was never solved. To install the plug-in does not work!

Error code:
`pi@raspberrypi:~ $ sudo npm install -g --unsafe-perm homebridge-config-ui-x

[..................] - loadRequestedDeps: sill install loadAllDepsIntoIdealTree
`

All 11 comments

Hi @paqpaqpaq,

Filling in the issue template will help me help you solve the problem.

**Environment:**

* **Node.js Version**: <!-- node -v -->
* **NPM Version**: <!-- npm -v -->
* **Homebridge Version**: <!-- homebridge -V -->
* **Homebridge Config UI X Version**:
* **Operating System**: Raspbian / Ubuntu / Debian / Windows / macOS / Docker
* **Process Supervisor**: Docker / Systemd / init.d / pm2 / launchctl / other / none


<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->

Sorry

Node 8.14.0
npm 6.4.1
homebridge 0.4.50
Raspbian systemd

Thanks; which raspberry Pi model?

Pi 3B

Ah I see the problem. This plugin does not work properly with Node.js versions lower than v8.15.3. Specifically the module used during the update process.

https://github.com/oznu/homebridge-config-ui-x#supported-nodejs-and-npm-versions

Ideally you should upgrade to Node.js 10, which is the current LTS version.

You will need to reinstall the plugin after updating:

# cleanup
sudo npm uninstall -g homebridge-config-ui-x

# reinstall
sudo npm install -g --unsafe-perm homebridge-config-ui-x

And rebuild any other plugins:

cd $(npm -g prefix)/lib/node_modules
npm rebuild

On another pi (same setup) I have node 10.16
Same issue

Hi.
i have node 10.16 and my plugin do not update too (((

The error occurs at this point:
loadRequestedDeps: sill install loadAllDepsIntoIdealTree

Next, the system hangs a few tens of seconds and gives it:

`npm WARN tar zlib: unexpected end of file
npm ERR! code Z_BUF_ERROR
npm ERR! errno -5
npm ERR! zlib: unexpected end of file

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-09-02T21_05_38_679Z-debug.log`

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

The problem was never solved. To install the plug-in does not work!

Error code:
`pi@raspberrypi:~ $ sudo npm install -g --unsafe-perm homebridge-config-ui-x

[..................] - loadRequestedDeps: sill install loadAllDepsIntoIdealTree
`

is this issue still alive?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mbierman picture mbierman  路  5Comments

jamieshaw picture jamieshaw  路  5Comments

Olepir picture Olepir  路  5Comments

RaymondMouthaan picture RaymondMouthaan  路  5Comments

johannrichard picture johannrichard  路  4Comments