Hello.
I'm getting an error that says "The last group '[' is not closed" when I try to login with incorrect credentials then try again with correct credentials. If I then leave it for a few seconds and try again with correct credentials then it logs in.
The exceptions I'm getting:
Exception thrown: 'Json.Embed.JsonReaderException' in innovator.client.dll
Exception thrown: 'Json.Embed.JsonReaderException' in System.Private.CoreLib.dll
I think I found where the error is returned from:
https://github.com/erdomke/Innovator.Client/blob/d37822b0b8fd2a040ab39fc0f428acae729efe0b/src/Innovator.Client/JSON/JsonTextReader.cs
Regards and thanks for a very useful API.
Hello.
I'm getting an error that says "The last group '[' is not closed" when I try to login with incorrect credentials then try again with correct credentials. If I then leave it for a few seconds and try again with correct credentials then it logs in.
The exceptions I'm getting:
Exception thrown: 'Json.Embed.JsonReaderException' in innovator.client.dll
Exception thrown: 'Json.Embed.JsonReaderException' in System.Private.CoreLib.dll
I think I found where the error is returned from:
https://github.com/erdomke/Innovator.Client/blob/d37822b0b8fd2a040ab39fc0f428acae729efe0b/src/Innovator.Client/JSON/JsonTextReader.cs
Regards and thanks for a very useful API.