Open noafterglow opened 1 year ago
This is caused by the code looking for "python" and not "python3". HOWEVER. It is also a bug, as the exception is not caught and not properly reported.
I was able to fix it by installing
sudo apt install python-is-python3
This is NOT the preferred method of fixing this issue however, and it should be fixed in the code.
This is probably a setup issue, but I suspect that there needs to be some better error recovery.
Ubuntu 22.04.3 LTS node-red V3.1.0
Adding the default node, which just passes the message through crashes node red with the following output: