Closed houser42 closed 2 years ago
What node version do you have?
I just removed dependency to crypto and fs as they are integrated into node... but it could be that this is only available in a later node version
I just removed dependency to crypto and fs as they are integrated into node... but it could be that this is only available in a later node version
I see. I am not by the server, but I can say that it is less than v14.17.6 as there is an update available to that version; nodejs to v14.17.6 in the linux branch I am using.
Can you comment on which versions I need for your 10.7 version to be supported please?
Is somethi g printed in the nodered console? So that I know what package caused the problems?
Is somethi g printed in the nodered console? So that I know what package caused the problems?
As it stands I can not start the node red server after the upgrade to [node-red-contrib-shelly 10.7. SO I can not see the console. I need to either downgrade the [node-red-contrib-shelly node or upgrade my linux branch which will give me the v14.17.6 node.js that perhaps might help?
Why did you close it?
mistake. apologies
I can revert the changes if required... don't know by heart what node version supports crypto
That is your expertise and I am afraid I can not say anything about that. I can just say that on this particular branch this change disrupts the node red flows and makes the server unresponsive.
So I got the server up again by safe booting it.. My problem is that I only have access to this particular site install via the Node Red webgui, so I can’t downgrade AFAIK. Grateful for an helpful hints if you have any.
I will revert the changes and create a new version
V10.8.0 should fix it
I am sorry to report that I am still having issues after this upgrade. I am unable to get this install working again, even after a complete wipe and reinstall.
I keep seeing this, even after a vanilla reinstall. Is it possible that something has gone wrong in the code? As soon as I drag one shelly node in to a flow I get this message in the pallete. No other nodes are acting upon from backup and reinstall. Only this Shelly node.
Can I go back to 10.5 that worked perfectly from a terminal reinstall? Sorry about this and thanks for your patience.
I will install it on my own right now... gimme a few minutes
installed correctly on node-red 3.0.2, nodejs 16.6.0
what does the node-red console output say?
I can install it too but have you tried deploying a node or two? This error comes after a deploy,
yes, everything works as expected.
We need to find out what module was not found: for that reason the console output is needed
maybe it is the path dependency const path = require('node:path');
just pushed 10.9.0 with a changed path require. Please try it.
I mean 10.9.1
Ok. Will try its as soon as I see it. NR server is 3.02 and nodejs is v14.17.6 FYI.
Yes! That appears to have fixed it. Working on getting the site up again, but pretty sure that was the issue. Appreciate your prompt help enormously!
Hello, It could be something else of course, but I can not start my node red server after upgrading to [10.7.0] - 2022-10-29. Is there a possibility that there is something wrong in that package? [10.6.0] - 2022-10-28 was working fine. Grateful for a comment.