-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
"TypeError: Cannot use 'in' operator to search for 'position' in null" #109
Comments
try run this command from .node-red folder Do you have more specific logs, I need file name and line number. |
Hello @andreypopov thanks for fast reply! Currently I have nodered in docker and would hate to install packages via "npm -i" :-( The error is visible if I touch some switch to control lights. I used "out" for this. |
I
I am also running node-red inside a docker container. |
Alright, I figured it out: The issue is in nodes/out.js:105 device.current_values is null. A simple null-check prevents this error from happening. |
Thank you for the fast reply :-). Do you have information / date for release the 2.7.0 version final? Because it would be nice to have installed "a stable" version via the node red installer. |
Sorry, you must be mistaking me for someone else. I'm not a contributor for this project, just a random person that ran into the same issue and tried to help with the debugging. |
Oh sorry my mistake ^^ @andreypopov Do you have information / date for release the 2.7.0 version final? Because it would be nice to have installed "a stable" version via the node red installer. |
Updated, please check |
Just checked. Works for me. |
Hi @andreypopov perfect !!! :-) Works for me too. Thank you for the quick support |
Hello everyone,
I have newest NodeRed with installed node-red-contrib-zigbee2mqtt.
After upgrade to 2.6.4 I can not controll ALL my devices :-(
I tested single lights and groups always:
"TypeError: Cannot use 'in' operator to search for 'position' in null"
I tested command Zigbee2mqtt ON/OFF and TOGGLE.
Please help me :-(
The text was updated successfully, but these errors were encountered: