-
Notifications
You must be signed in to change notification settings - Fork 37
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
Can't deserialize quotes. #112
Comments
just upgraded to 2.9 and no issues. closing |
I am actually still getting this exception, but I'm not sure if it's something related to my code or is IEXSharp related
I am also using System.Json in my code (with different options), but I don't think that should have any bearing on what the library does right? |
Can you create a small repro? |
I will try to create something this week |
I am getting this same error as well |
Can you create a small repro? |
I’m embarrassed to say I figured out what my issue was. I hadn’t added
wait() to the asynchronous method call. It didn’t wait.
Thanks
…On Fri, Oct 15, 2021 at 14:07 Victor Lee ***@***.***> wrote:
I am getting this same error as well
Can you create a small repro?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#112 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV5KP44YKODYLSXYGEWBPDLUHBUWPANCNFSM45LYJ6DA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hello,
I am using the StockPrices api to get the quote of a symbol. However it fails with the JsonSerializer exception "Serializer options cannot be changed once serialization or deserialization has occurred."
From looking at the docs it looks like this happens when the JsonSerializerOptions is modified after use.
The text was updated successfully, but these errors were encountered: