You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I use last commit #1532 from develop branch. And I am getting error in eraSummaries:
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 withctl-runtime-ogmios
The text was updated successfully, but these errors were encountered: