-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Node.js v20.9.0 issue on Synology. #1581
Comments
I'm not really sure why you believe this is a Node.js version issue. While Node.js is 20.9.0 is a bit outdated, it should be recent enough to work and nothing in the logs you posted indicates an issue with the node version. The error is actually fairly clear:
This occurred trying to install The ffmpeg-for-homebridge package works by running install.js as a post-install step and this script tries to determine the correct ffmpeg binary for your system and then downloads that binary into the ffmpeg-for-homebridge directory. You can also try to manually download the correct ffmpeg binary from the Github releases page and place it there yourself, if the script is failing for some reason. |
@psalize As this is not an issue with the code in this repository, I'm going to close this. I'd suggest if you need help troubleshooting dependency install issues the discussion groups might be a better place. The most common issue for failure of the ffmpeg-for-homebridge install.js script is lack of free disk space as the static ffmpeg binary is quite large these days, and requires as much as 150MB of total free space to download the compressed binary and extract it. Other reasons for failure are temporary issues with binary downloads from Github, etc. You can always manually attempt to install it via npm at any time. |
Is there an existing issue for this?
Describe The Bug
The Ring Plugin was not connecting anymore. Refresh token failed. When trying to reinstall the plug-in, the following error occurred:
It seems like, there was a change made to the required node version. Unfortunately, as of now, there is no update for node.js for Synology. Running node.js on Docker didn't help. Installing earlier versions of the ring plug-in didn't work either.
To Reproduce
No response
Expected behavior
The ring plugged in to work with Homebridge on a sinology NAS :)
Relevant log output
Screenshots
No response
Homebridge Ring Config
Additional context
No response
OS
Synology DSM 7.2.2x
Node.js Version
20.9.0
NPM Version
7.22x
Homebridge/HOOBs Version
v1.8.5
Homebridge Ring Plugin Version
latest
Operating System
Synology DSM 7.2.2x
The text was updated successfully, but these errors were encountered: