You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2021. It is now read-only.
Tested both from NuGet and cloned Repo (lastest master commit in picture).
I am not sure why this happens, as I cannot always reproduce it (will update if I figure out more).
When I change values on a valueChoices list in a dynamic action (inlined), some times this happens, and the choice is selected in TouchPortal, but the OnListChangeEventHandler is not called.
Message: Specified argument was out of the range of valid values. (Parameter 'start')
atSystem.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgumentargument)
at System.ReadOnlyMemory`1.Slice(Int32 start,Int32length)
at System.Buffers.ReadOnlySequence`1.Enumerator.MoveNext()
at TouchPortalApi.Extensions.ReadOnlySquenceByteExtension.ParseAsUTF8String(ReadOnlySequence`1 slice,Int32stringLengthEstimate) in C:\Users\oddbj\source\repos\TouchPortalAPI\TouchPortalApi\Extensions\ReadOnlySquenceByteExtension.cs:line 22
at TouchPortalApi.MessageProcessor.ProcessLine(ReadOnlySequence`1line)inC:\Users\oddbj\source\repos\TouchPortalAPI\TouchPortalApi\MessageProcessor.cs:line 87