CardanoSolutions / ogmios

❇️ A WebSocket JSON/RPC bridge for Cardano
https://ogmios.dev
Mozilla Public License 2.0
304 stars 90 forks source link

queryNetwork/genesisConfiguration fails for CONWAY era #388

Closed AndrewWestberg closed 4 months ago

AndrewWestberg commented 4 months ago

What Git revision / release tag are you using?

6.3.0

Do you use any client SDK? If yes, which one?

Kotlin

Describe what the problem is?

Using cardano-node 8.9.2, Ogmios 6.3.0

{"severity":"Error","timestamp":"2024-05-28T15:47:11.430851141Z","thread":"1251","message":{"WebSocket":{"exception":"AesonException \"Error in $: key \\\"minFeeRefScriptCostPerByte\\\" not found\"","tag":"WebSocketUnknownException"}},"version":"v6.3.0 (f6fd8d68)"}

What should be the expected behavior?

Should give me some type of response to parse instead of failing and disconnecting me.

If applicable, what are the logs from the server around the occurence of the problem?

No response

AndrewWestberg commented 4 months ago

I believe it's failing because the node I'm connecting to is not in the conway era. However, I should get an error response instead of a disconnect.