-
Notifications
You must be signed in to change notification settings - Fork 9
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
BadNoMatch during Startup #811
Comments
Hello! The gateway is known to work (with occasional crashes) with a server based on Traeger SDK. Could you please try running the gateway with opcServer.Security.AnonymousAcl.IsEnabled = false;
var serverAcl = opcServer.Security.UserNameAcl;
serverAcl.AddEntry("xxx", "xxx");
serverAcl.IsEnabled = true; |
Hi, I have tried the configuration as given by you, however it still results in the same error. If you need any further files, such as the configuration, to be able to better diagnose the issue please feel free to ask. |
After a test with the old version v2.0.0-rc4 we noticed that some children are missing. |
Issue is fixed, now that #816 was found I was able to diagnose the issue. |
Describe the bug
I cannot use the Client to connect to the Umati Dashboard, upon attempting to start an exception is shown after which the software immediately closes.
To Reproduce
Unknown since I cannot not replicate the error
Expected behavior
The Application to launch and establish a connection
Environment:
OS: Windows 10 running Mosquitto 2.0.18 as my test Broker, WSL with Docker for the client
Version Used: Docker Image ghcr.io/umati/dashboard-opcua-client Tag: renovate-docker-setup-buildx-action-3.x (latest for me) and v2.1.0
Used Enviroment: Local mosquitto server
OPC UA SDK of server: Träger's Opc.UaFx.Advanced Version 2.42.1
Log
logfile.txt
The text was updated successfully, but these errors were encountered: