UnprovisionSmartStartNode (dsk version) throws exceptions #21
Replies: 2 comments 11 replies
-
Hi @georgeinva2004. I believe this is the I'm confused why this is only triggered for The WS client does need some improvements - i.e I need to subscribe to certain events to restart it I'm currently gearing towards 3.1.0 - so will take a look as to why this isn't getting handled. Any help is appreciated 😉 |
Beta Was this translation helpful? Give feedback.
-
So...I have made a number of changes, both with the library and the platform image (assuming you're using Windows?) I have attached the PSI to this message if so, I needed to attach it, as the node Image is compiled as part of a routine that occurs in GitHub, when I release a new version. I have also uploaded 3.1.0.alpha-1 to NuGet I have...
To re-cap
You will note, there is a DeleteAndDownloadPSI method - but it won't be staying, so I would ignore it. Your help in tidying up this release is thoroughly appreciated |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi again!
I successfully was able to add a DSK from a real Zwave device!!!! I can see the DSK when I call GetProvisioningEntries, but when I invoke UnprovisionSmartStartNode(dsk), I get ObjectDisposedException and OperationCanceledException exceptions.
Finally got a stack trace after running it a few times:
Ran it a few more times, and I finally got a stack trace. I hope this helps...
at System.Net.WebSockets.WebSocketBase.OutstandingOperationHelper.ThrowIfDisposed() in f:\dd\NDP\fx\src\net\System\Net\WebSockets\WebSocketBase.cs:line 2477
at System.Net.WebSockets.WebSocketBase.OutstandingOperationHelper.TryStartOperation(CancellationToken userCancellationToken, CancellationToken& linkedCancellationToken) in f:\dd\NDP\fx\src\net\System\Net\WebSockets\WebSocketBase.cs:line 2351
at System.Net.WebSockets.WebSocketBase.d__51.MoveNext() in f:\dd\NDP\fx\src\net\System\Net\WebSockets\WebSocketBase.cs:line 635
Any ideas?
Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions