Continuous JsonReaderExceptions thrown every couple seconds
See original GitHub issueI just upgraded to v1.6.0 today and noticed that I’m getting these exceptions every couple of seconds while the app is idle:
Exception thrown: 'Newtonsoft.Json.JsonReaderException' in Newtonsoft.Json.dll ("Unexpected character encountered while parsing number: G. Path '', line 1, position 7.")
Here is the call stack:
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Newtonsoft.Json.JsonReaderException thrown when ...
I created a queue trigger template of Azure function v2 in VS2017. When I ran the project locally, the function runtime started successfully ......
Read more >Troubleshoot on-premises deployments - Finance & ...
You will be redirected to the login page in a few seconds. If this error occurs, follow these steps. On the AD FS...
Read more >JsonReaderException Class
The exception thrown when an error occurs while reading JSON text.
Read more >
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 Free
Top 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
This fixed the issue for me - thanks!
I’m pretty sure none of our secrets are explicitly in JSON - meaning that SecretsManager would be the one responsible for returning/formatting the JSON returned to your component. There aren’t any special characters used that would cause invalid JSON.