DnsSubscription Error Application Exception ExceededTimeLimit

I’m running into an issue with syncing. My relay got to 99.5% synced, and then started having this error:

cardano-node[55841]: [cardano.node.DnsSubscription:Error:404114] [2023-02-20 01:04:56.90 UTC] Domain: “relays-new.cardano-mainnet.iohk.io” Application Exception: 52.15.49.197:3001 ExceededTimeLimit (Handshake) (ServerAgency TokConfirm)

We are running cardano version 1.35.3 (on mainnet). My topology.json only has my block producing node, and the “relays-new.cardano-mainnet.iohk.io”:
#cat topology.json

{ “resultcode”: “201”, “networkMagic”: “764824073”, “ipType”:4, “requestedIpVersion”:“4”, “max”:“20”, “Producers”: [
{ “addr”: “{bp.node.ip.addr}”, “port”: {bpPort}, “valency”: 1 } ,
{ “addr”: “relays-new.cardano-mainnet.iohk.io”, “port”: 3001, “valency”: 2 }
] }

Does anyone know what the issue might be?

You need to upgrade to 1.35.4,or ideally 1.35.5,the latest version. There was a hard fork recently which means 1.35.3 and earlier don’t work.

2 Likes

perhaps an issue with IOHK relays… u can setup other public relys inside topology files from public relays list

https://explorer.mainnet.cardano.org/relays/topology.json

Also u can donwload the db from here

Cheers,

1 Like

Thanks, @jeremyisme , upgrading to 1.35.5 resolved the issue.

1 Like