We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I downloaded FC4 release of Deadalus and run:
FC4
Deadalus
cabal run exe:cardano-cli -- get-tip --config ~/.local/share/Daedalus/mainnet_flight/config.yaml --socket-path ~/.local/share/Daedalus/mainnet_flight/cardano-node.socket
from IntersectMBO/cardano-node@0172a96
The client application returned:
MuxError {errorType = MuxBearerClosed, errorMsg = "<socket: 11> closed when reading data, waiting on next header True", errorStack = []}
The logs of the node reveal more detail:
[fozzie:cardano.node.LocalErrorPolicy:Error:44] [2020-04-18 07:35:57.80 UTC] {"event":"ErrorPolicyUnhandledApplicationException (DeserialiseFailure 12 \"decode NodeToClientVersion: unknown tag\")","kind":"ErrorPolicyTrace","address":"LocalAddress {getFilePath = \"\"}"}
It's likely that the introduction of LocalStateQuery in #1507 wasn't actually backward compatible.
LocalStateQuery
The text was updated successfully, but these errors were encountered:
The problem is in the decoder. It should not fail if the version number is not recognized.
Sorry, something went wrong.
fcd1a4f
Successfully merging a pull request may close this issue.
I downloaded
FC4
release ofDeadalus
and run:from IntersectMBO/cardano-node@0172a96
The client application returned:
The logs of the node reveal more detail:
It's likely that the introduction of
LocalStateQuery
in #1507 wasn't actually backward compatible.The text was updated successfully, but these errors were encountered: