-
Notifications
You must be signed in to change notification settings - Fork 3
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
Not restarting after one cycle? #37
Comments
I monitored the behavior today. |
Looks like if I already set "WindowBegin" to some value and I send a new message with a new "WindowBegin" message, it does not like that. Seems to be a timing issue if both values are close together. I now modified my workflow to avoid such cases. |
Hi @A380Coding! Thanks for investigating this issue! I was wondering if you happen to have any debug output that could be useful?! If you activate the "Logging" option in the presence-faker settings, there should be a ton of helpful information appearing on the Node-RED debug tab. |
Hey @csuermann What I'm currenty thinking:
I have to set up some debugging with export to a file, otherwise I'll not be able to move forward. |
Something strange is happening, not sure if this is connected here: I'm sending input values to the presence faker node and in the settings normally the text gets red and I can see the values that have been configured using the input message. Message is: I do not get any red text in the configuration. I activated the debug messages and actually all the information seems to be considered according to the debug output:
Any idea on this? |
Hi @A380Coding, I could not reproduce that problem. Could you please observe the Network activity of the Developer tools while opening up the Node details? It should show a call to Node-RED's context API similar to what's shown below. Is this call going through? |
Where should I observe that? I actually do not have any dev tools installed. |
If you use Chrome, you should find the developer tools under 'View > Developer > Developer Tools'. Since you need to inspect the communication between the Node-RED frontend and its backend, there is no way to do this directly in Node-RED. |
There is a get request to the node and I get an error: Status |
Hmm, is there anything being displayed when you select the presence-faker node and then click the "Context Data" button in the sidebar? |
In the Context Data I can see the values e.g. maxCount, minCount, and so on, properly set to my values. The node as such is working with my values and if I activate the debug it shows that is receiving the right values. So it is only an optical thing. I activated node red authentication lately, not sure when that would fit to the error message. |
That might be spot on, since you mentioned a 401 / Unauthorized error. |
I noticed that lately the presence faker node does not restart the next day.
Everything is set up and running. After a cycle is complete I get the "next cycle: " shown next to the node. But at that time, nothing happens.
I did an update of the node some days back. Not sure since when this behavior is there. I did not change anything else from my workflow.
It's a bit confusing why that is happening now and does not start the cycle again the next day.
Anything changed on the behavior of the node?
Edit: Running version 1.8.5 now
The text was updated successfully, but these errors were encountered: