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

eraSummaries decoding error #1564

Closed
sadMaxim opened this issue Nov 22, 2023 · 0 comments · Fixed by #1624 or #1626
Closed

eraSummaries decoding error #1564

sadMaxim opened this issue Nov 22, 2023 · 0 comments · Fixed by #1624 or #1626

Comments

@sadMaxim
Copy link

I use last commit #1532 from develop branch. And I am getting error in eraSummaries:

Error: Failed to parse the result: An error occurred while decoding a JSON value:
  At object key 'start':
  At object key 'time':
  Expected value of type 'Number'.

I guess it is an issue with new Ogmios 6.0 format. Now "time":{"seconds":0} is an object , not a Number.

I tried it with docker image cardanosolutions/ogmios:v6.0.0-rc4 , but everything ok with ctl-runtime-ogmios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment