-
Notifications
You must be signed in to change notification settings - Fork 15
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
ReferenceError: headers is not defined -> openHab3 #54
Comments
And did you install version 1.1.8 of node-red-contrib-openhab2 ? |
Something strange happend here. Now it works again, but I haven't change anything. No reboots. I was just walking in the wood :-) |
Hi, I have the same issue reported by Teufelskerl. I've updated to OH3 and the node version 1.1.8. Listening to events (including auth) works fine. But the 'get' node throws the error above. |
Same here. |
Experiencing same problem. All my workflows stopped working after updating to OH3. Version 1.1.8 doesn't fix the problem |
I see the same problem as well. |
I am experiencing the same issue, at first once I installed node red and configured it for OH3, the Get node was throwing the above error. I fiddled for a while trying different items from openhab, then for no reason I can see, it started working, possibly after trying to output a new state for a different item. After I rebooted, the reference error returned. |
Made some edits on my local copy, added 'headers = {};' after line 238 of 77-openhab2.js seems to have fixed it. |
fix for issue pdmangel#54
fix for #54 - Reference Error: headers is not defined
Thanks for contributing @samuel-gay . I'll roll a new version out to npm asap. |
Any updates on this issue? I'm still getting this error from time to time, though i couldn't pin point it yet. |
The openhab2-get node raise that Error
The text was updated successfully, but these errors were encountered: