Skip to content
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

Invalid Channel BadConnectionClosed error on read #733

Open
Mradvanyi123 opened this issue Sep 17, 2024 · 0 comments
Open

Invalid Channel BadConnectionClosed error on read #733

Mradvanyi123 opened this issue Sep 17, 2024 · 0 comments

Comments

@Mradvanyi123
Copy link

I'm receiving "Invalid Channel BadConnectionClosed" when reading from an OpcUa server running in the same Node-RED instance.
I'm assuming the error is thrown here:
https://github.com/mikakaraila/node-red-contrib-opcua/blob/master/opcua/102-opcuaclient.js#L1208

Why is this error not thrown in the form node.error('message',msg) ?
Why are some errors thrown node.error('message') and others node.error('message'.msg) ?
In the case of a failed read action, what is the reason for not retrying?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant