-
Notifications
You must be signed in to change notification settings - Fork 63
hb-config tries to use armv6 binaries and fails due to bad url #151
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
Comments
Isn't the update process
|
hb-config util has the menu to option to update node and that's what I've always done. Presumably it runs the commands you mention as a script though so can give that a go. EDIT: Just checked and hb-shell isn't available on the Raspbian image. everything is managed through the UI for Homebridge and terminal for node.js and a few advanced functions. sudo hb-sevrice update-node did work though and notably had the right target URL for the download with '...arm7l..' |
NB this is happening with the Node.js 22.12 update as well. Workaround is to use |
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. |
Still happening with latest update to Node.js 22.13 |
What model RPI do you have and what version of the Homebridge UI? |
RPI v4 |
I think I missed in issue is that this is related to the ‘hb-config’ command. Is that correct? |
yes - I think it is given that hb-service can be used as a workaround |
Perfect, that is part of the raspbian image, let me move it over there |
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. |
This issue has been closed as no further activity has occurred. |
Current Situation
Raspberry Pi4 running Homebridge image and Node.js update is flagged.
Running the sudo hb-config and node.js update fails due to URL for file download not found.
It's looking for node-v22.11.0-linux-armv6l.tar.gz
where as node.js site is
ARMv7 32-bit Binary: https://nodejs.org/dist/v22.11.0/node-v22.11.0-linux-**armv7l.tar.xz**
Logs
Configuration
n/a
Environment
OS: Raspbian GNU/Linux Bullseye (11)
Node: v20.17.0
Process Supervisor
hb-service
Additional Context
No response
The text was updated successfully, but these errors were encountered: