-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JsonSerializationException after updating from 4.1 to 4.2 #12
Comments
UPDATE: I've manually edited the code and submitted a pull request to fix this issue. Once they approve it and update the version number, you should be able to use this again. |
Can we get some movement on this as it's the official package? |
@paul-aspinall I've fixed this in a fork at https://github.com/EvolutionJobs/NeverBounce and also upgraded from There's a PR #20 to merge that fork back here, but it's not compatible with .NET 4.5 |
After updating from 4.1 to 4.2 we get Newtonsoft.Json.JsonSerializationException : Error converting value {null} to type 'System.Single'. Path 'failure_reason', line 1, position 440.
Code to reproduce
Response json:
The text was updated successfully, but these errors were encountered: