question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

System.ArgumentException: 'only digits in non-filter brackets' when using GetLoanAsync

See original GitHub issue

Hi 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:open
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
TylerBrinkleycommented, Jun 29, 2020

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?

1reaction
TylerBrinkleycommented, Jun 24, 2020

Could you provide the stack trace?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found