-
Notifications
You must be signed in to change notification settings - Fork 8
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
Errors are not catched by catch node #61
Comments
It also fills the syslog and usrlog of the system! |
I understand your problem but I don't see any issue in the error handling implementation. |
I also see this very frequently on my Victron Cerbo GX, querying a Tibber Pulse (locally). Catch node doesn't seem to fire. |
i do have the same issue, also node red on victron multiplus gx. |
After testing, it turns out that the only possibility to avoid spamming the debug log was to disable to error reporting on code level. It's a dirty hack but it works... |
My Smartmeter throws sporadicly a message which do not match the SML protocol. I want to catch this error with the error catch node in node red. This is not possible, since the error handling of the smartmeter node seems to be not correct implemented.
This is filling my debug panel in seconds.
The text was updated successfully, but these errors were encountered: