-
Notifications
You must be signed in to change notification settings - Fork 40
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
After updating: no connection to node-red #70
Comments
Same problem here! It might be a problem related to node.js but I have no experience or skills with that. By using docker tag I was able to roll back to the ctnodered image from 5 weeks ago, referencing the new docker image name in the docker-compose file and it was up and running without any errors. So the problem was most likely caused by an update during the past 5 weeks. Here ist the output from the working version: 4 Dec 12:10:42 - [info] Node-RED version: v2.1.2, Neither latest, latest-14 nor devel did work for me, same error as above from @T1ct4c. |
Can you please post your way to fix? Just edit the image in docker-compose.yml to services: |
That is one of two steps. Tried this with the tags I then tried to revert to the image of ctnodered which I had used before performing the update. These images are still there (except you have pruned them) having Of course, this is NOT a fix of the issue with the latest image which still needs to be solved. |
Thank you for that instruction. After that it works again. |
I had the same problem and had to roll back.
You can use this image in your docker-compose file:
|
Thanks for that, very helpful. What puzzles me is the mix of versions compared to the image that works for me. |
Finally I can present a solution to the issue which at least worked on my side. I came across an issue with another docker container which led me to the Once the backport repo was added to the list (cf. https://docs.linuxserver.io/faq or linuxserver/docker-jellyfin#71 (comment) how to achieve this - some additional Voilà, back in the game. Both ct-smart-home docker installations, latest and latest-14, are now running fine again on my Raspi 3B+ with Debian Buster. I'll take this as a hint for performing the upgrade to the newest OS, though. @T1ct4c , @PhilippBehmer: You guys might want to give it a try. |
@8xiom Thanks a lot for the hint. I'm a Linux newbie, followed option 2 of https://docs.linuxserver.io/faq and it worked. :-) |
With e.g. |
After updating with "./start.sh update" and "./start.sh fix" node red is not available.
From docker-compose logs:
nodered_1 | #
nodered_1 | # Fatal error in , line 0
nodered_1 | # unreachable code
nodered_1 | #
nodered_1 | #
nodered_1 | #
nodered_1 | #FailureMessage Object: 0x7efae23c
nodered_1 | Illegal instruction
nodered_1 | Starting dbus daemon
nodered_1 | Starting Avahi daemon
nodered_1 | Starting Node-Red
nodered_1 |
nodered_1 |
nodered_1 | #
nodered_1 | # Fatal error in , line 0
nodered_1 | # unreachable code
nodered_1 | #
nodered_1 | #
nodered_1 | #
nodered_1 | #FailureMessage Object: 0x7ea7723c
nodered_1 | Illegal instruction
Can someone help?
The text was updated successfully, but these errors were encountered: