Skip to content
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

Cost does not update for certain accounts #491

Closed
stroecri opened this issue Dec 7, 2023 · 2 comments
Closed

Cost does not update for certain accounts #491

stroecri opened this issue Dec 7, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@stroecri
Copy link

stroecri commented Dec 7, 2023

Describe the bug
For just one account the cost just doesn't update at all after you click calculate; it just stays with the previous cost; but for the other accounts it works as expected. Inspecting the request found an error in the request response:

"errors": [
{
"path": [
"getResourcesByCost",
"costItems",
3,
"cost"
],
"locations": null,
"message": "Can't serialize value (/getResourcesByCost/costItems[3]/cost) : Expected type 'Float' but was 'String'."
}

To Reproduce
I don't know exactly what produces it.

Browser (please complete the following information):

  • Name firefox
  • Version 120.0

Additional context

@stroecri stroecri added the bug Something isn't working label Dec 7, 2023
@svozza
Copy link
Contributor

svozza commented Dec 7, 2023

Yes, this bug is related to #489 and how we parse services that have a comma in them. Luckily, the same fix that applied to that issue applies to this one.

@svozza
Copy link
Contributor

svozza commented Dec 20, 2023

This issue has been fixed in v2.1.3 that was released yesterday.

@svozza svozza closed this as completed Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants