Closed pgattu closed 4 years ago
Duplicate of #4
This is not a duplicate of issue #4 . There seems to be a problem in the code and I am pointing it out, along with how I fixed it.
f is a new format of the text string that requires python 3.6, there is no problem with the code.
I see the below error in the debug.log file:
I edited the "hue.py" file and removed the extra "f" character in the LOGGER invocations. After clearing the "f" character in line 219 of the code, the nodeserver startup failed with the same error in other calls to the LOGGER. So, I fixed all of them.
After fixing the hue.py file, the startup failed in node due to invalid "f" character in "node_types.py" file. So I fixed that file too and then I was able to startup. Not sure what caused the "f" character in the LOGGER calls.