-
Notifications
You must be signed in to change notification settings - Fork 386
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
Getting errors trying to update Node-red-contrib-bigtimer and node-red-contrib-home-assistant-websocket #389
Comments
Those are strange errors to be hitting. They are both claims that npm cannot find a module at a specific level in the registry. But a quick search now shows those versions both exist and are installable. I wonder if this is a networking issue from inside the container. Are you able to get a shell inside the container and try to manually install either of those modules? |
I can log in to the shell with in the container. I also deleted all containers and reinstalled them: And I can ping a public website from here. Can you advise what you what to do? |
I just found that it is a general problem. zachowj/node-red-contrib-home-assistant-websocket#898 I adapted my docker-compsoe.yaml file and changed When I down graded the Node Red version, I m getting the following errors
|
As advised, I downgrade and changed my docker-compose.yaml
|
Are you behind a HTTP proxy? Is there anything that may be intercepting/changing http requests to https://registry.npmjs.org? |
No, I am not behind a HTTP proxy I can pin g any public website |
The errors are explicitly the result of npmjs.org saying the version doesn't exist, unless there is an intermittent error at npmjs.org I am not sure what the problem could be. I have tried installing those nodes into the standard NR container without error. |
Every thing was working perfectly before updating my system It even blocks to install another palette in Node red
|
What did you change apart from the Node-RED container version? Is there a |
There IS a proxy (or something else) in the way:
Means that something is between you and the registry.npmjs.org machine that is pretending to be that machine. |
Interesting, do you have an idea how I can find it? Or solve the issue? |
Not without full access to your system to dig around. Things I would look at would be
|
I'm going to close this as it's been over 6 months and the errors are definitely local network related. |
On my Node Red installation, I have the following Palette installed:
node-red 3.1.0
Node-red-contrib-bigtimer 0.50.0
node-red-contrib-home-assistant-websocket 3.5.0
I would like to update the last two
Node-red-contrib-bigtimer 0.50.0 >> 0.56.1
node-red-contrib-home-assistant-websocket 3.5.0 >> 3.6.0
But I am getting the following errors back. See log files.
My environment is:
Proxmox 8.0.4
LXC container
My Node Red installation is inside a docker container.
My docker-compose.yaml files looks like this:
Log files:
Hopefully, someone can help out?
Kind regards,
Robert
The text was updated successfully, but these errors were encountered: