derawl / envio_test

0 stars 0 forks source link

The rpc requests are failing #1

Open DenhamPreen opened 2 days ago

DenhamPreen commented 2 days ago

Hey @derawl,

Looks like the reason your indexer is failing is because of your rpc implementation.

This is the error message if you scroll up the terminal ui

JsonRpcProvider failed to detect network and cannot start up; retry in 1s (perhaps the URL is wrong or the node is not started)
[11:16:06.242] ERROR (40826): Event Handler failed, please fix the error to keep the indexer running smoothly
    context: "TetherToken.Transfer"
    chainId: 1
    block: 4992902
    logIndex: 8
    txHash: "0xd4334aa88d396d3d3874f5a6066f829591210dc9fc0e8cb98b182e873acfca7f"
    err: {
      "type": "Error",
      "message": "connect ETIMEDOUT 172.64.148.116:443",
      "stack":
          Error: connect ETIMEDOUT 172.64.148.116:443
              at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)
      "errno": -60,
      "code": "ETIMEDOUT",
      "syscall": "connect",
      "address": "172.64.148.116",
      "port": 443
    }
I sent you a discord friend request, feel free to message me there :)
derawl commented 2 days ago

Ok, thanks