Cardano-node 1.9.0.win node never completes syncing

Hi Team,

Cardano-node never syncs to full. I have tried many times from scratch, with no luck :frowning:

cardano.node.DnsSubscription:Notice:123423]←[0m [2020-08-27 20:53:11.02 UTC] [String "Connection Attempt End, destination 18.158.187.73:3001 outcome: ConnectSuccessLast",String "SubscriptionTrace",String "\"relays-new.cardano-mainnet.iohk.io\""]
←[31m[DESKTOP-:cardano.node.DnsSubscription:Error:123421]←[0m [2020-08-27 20:53:12.64 UTC] [String "Application Exception: 18.159.26.101:3001 HeaderError (At (Block {blockPointSlot = SlotNo 4492800, blockPointHash = aa83acbf5904c0edfe4d79b3689d3d00fcfc553cf360fd2229b98d464c28e9de})) (HeaderEnvelopeError (OtherHeaderEnvelopeError (HardForkEnvelopeErrFromEra S (Z (WrapEnvelopeErr {unwrapEnvelopeErr = ObsoleteNodeCHAIN 2 1}))))) (Tip (SlotNo 4492799) f8084c61b6a238acec985b59310b6ecec49c0ab8352249afd7268da5cff2a457 (BlockNo 4490510)) (Tip (SlotNo 6995287) fff2ca81ccea38af7fd07febe122280ba459ae8fda4606f6a7bc5cca2a1ea1bb (BlockNo 4614791))",String "SubscriptionTrace",String "\"relays-new.cardano-mainnet.iohk.io\""]
←[33m[DESKTOP-:cardano.node.ErrorPolicy:Warning:61]←[0m [2020-08-27 20:53:12.64 UTC] [String "ErrorPolicySuspendPeer (Just (ApplicationExceptionTrace (HeaderError (At (Block {blockPointSlot = SlotNo 4492800, blockPointHash = aa83acbf5904c0edfe4d79b3689d3d00fcfc553cf360fd2229b98d464c28e9de})) (HeaderEnvelopeError (OtherHeaderEnvelopeError (HardForkEnvelopeErrFromEra S (Z (WrapEnvelopeErr {unwrapEnvelopeErr = ObsoleteNodeCHAIN 2 1}))))) (Tip (SlotNo 4492799) f8084c61b6a238acec985b59310b6ecec49c0ab8352249afd7268da5cff2a457 (BlockNo 4490510)) (Tip (SlotNo 6995287) fff2ca81ccea38af7fd07febe122280ba459ae8fda4606f6a7bc5cca2a1ea1bb (BlockNo 4614791))))) 200s 200s",String "ErrorPolicyTrace",String "18.159.26.101:3001"]

Everytime, the node syncs upto certain point and keeps failing with the same error. Any clues to fix?

hi,
which revision of cardano-node you have?

cardano-node version

hi @lauris

Cardano-node version is 1.19.0

can you check also the revision number?
the errors you have:
HardForkEnvelopeErrFromEra - Validation error from one of the eras
HardForkEnvelopeErrWrongEra tried to apply a block from the wrong era

slot 4492799 os the last block before switch to Shelley which started on epoch 208 (slot 4492800)
somehow there is an issue with hardfork combinator… not sure why

cardano-node version

you should see something like:
cardano-node 1.19.0 - linux-x86_64 - ghc-8.6
git rev 4814003f14340d5a1fc02f3ac15437387a7ada9f

sorry…my bad here is the version info

cardano-cli 1.19.0 - mingw32-x86_64 - ghc-8.6
git rev 495366939621d4a413d000494ec01a8b0f5edc26

And also tried with below version

cardano-cli 1.19.0 - mingw32-x86_64 - ghc-8.6
git rev 77d7e394fc7747114df8e8121a31afcabc91c06e

Sync is starting fine when I start from scratch and keeps throwing error :frowning:

is there a particular reason why you use mingw32-x86_64 ? if i remember correctly that was a GCC compiler for Windows…
Do you run cardano node using Cygwin / ReactOS / Wine ? As those systems unfortunately are not fully supported / tested yet.

Did you use any guide on how to install cardano node?

Lauris

Thanks for the help @lauris

I downloaded the binaries from here, to run on windows 10 machine. I was not aware that windows is not fully supported.