Skip to content

No blocks processed #145

@maestrow

Description

@maestrow

Hello! I tried to reproduce a simple project from the demo video. My connection is via a Unix socket. And here’s what I get: the worker keeps showing the same status. No blocks are being processed. What could be the problem? Where should I look?

Repetitive part in Console:

info: Argus.Sync.Workers.CardanoIndexWorker[0]
      [UtxoByAddressReducer]: 100.0% - Slot 171252872/0 (waiting for blocks)
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[@__reducerNames_0='?' (DbType = Object)], CommandType='Text', CommandTimeout='60']
      SELECT r."Name", r."CreatedAt", r."LatestIntersectionsJson", r."StartIntersectionJson"
      FROM public."ReducerStates" AS r
      WHERE r."Name" = ANY (@__reducerNames_0)

appsettings.json:

{
  "ConnectionStrings": {
    "CardanoContext": "Host=postgres;Database=cardano_index;Username=user;Password=password;Port=5432",
    "CardanoContextSchema": "public"
  },
  "CardanoNodeConnection": {
    "ConnectionType": "UnixSocket",
    "UnixSocket": {
      "Path": "/app/node.socket"
    },
    "TCP": {
      "Host": "host.docker.internal",
      "Port": 3001
    },
    "NetworkMagic": 1764824073,
    "MaxRollbackSlots": 1000,
    "RollbackBuffer": 10,
    "Slot": 171252872,
    "Hash": "a86be23bc99996f8e50926ea7838ffc04d73d9485e2d21660defeaaa6e4e8db3"
  },
  "CardanoIndexReducers": {
    "UtxoByAddressReducer": {
      "StartSlot": 171252872,
      "StartHash": "a86be23bc99996f8e50926ea7838ffc04d73d9485e2d21660defeaaa6e4e8db3"
    }
  },
  "Sync": {
    "Dashboard": {
      "TuiMode": false,
      "RefreshInterval": 5000,
      "DisplayType": "sync"
    }
  }
}

Argus.Sync version 0.3.17-alpha

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions