System.ArgumentException: 'only digits in non-filter brackets' when using GetLoanAsync
See original GitHub issueHi all,
Getting this exception, “System.ArgumentException: ‘only digits in non-filter brackets’” when trying to execute the following code:
var loan = await emcompassRestClient.Loans.GetLoanAsync(loanId);
Grabbing the loan as a Json however works as expected and I can see the Json representing the loan via this statement:
string loanJson = await emcompassRestClient.Loans.GetLoanRawAsync(loanId);
Using the latest version 1.2.2 of the EncompassRest package.
Any ideas?
Thanks, Mike
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m looking into this now that I’m back from vacation but I could use the full stack trace, or at least up to the EncompassRest code entrypoint. Could @mselmerhpfc or @zombiehugs provide that for me?
Could you provide the stack trace?