You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed indexer app crash following an attempted reorg. There's very little information about the JSON object value itself, but I assume it'd be ENS resolver update including twitter handle.
9:15:57 AM WARN database Failed 'revert' database method after '10' attempts (id=66295ba5)
error: invalid input syntax for type json
at /app/node_modules/.pnpm/[email protected]/node_modules/pg/lib/client.js:526:17
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at PostgresConnection.executeQuery (file:///app/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:69:28)
at PostgresConnection.connection.executeQuery (file:///app/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/driver/runtime-driver.js:89:24)
at file:///app/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:28
at SingleConnectionProvider.#run (file:///app/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/driver/single-connection-provider.js:25:16)
at PostgresConnection.executeQuery (file:///app/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/dialect/postgres/postgres-driver.js:88:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at PostgresConnection.connection.executeQuery (file:///app/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/driver/runtime-driver.js:89:24)
at file:///app/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/query-executor/query-executor-base.js:35:28
at SingleConnectionProvider.#run (file:///app/node_modules/.pnpm/[email protected]/node_modules/kysely/dist/esm/driver/singleconnection-provider.js:25:16)
where: JSON data, line 1: {"com.twitter",...
unnamed portal parameter $6 = '...'
9:15:57 AM ERROR process Caught unhandledRejection event
error: invalid input syntax for type json
at file:///app/node_modules/.pnpm/[email protected]_@[email protected]_@[email protected][email protected][email protected]_viem@_2zi2ugd7djddbbngl4rnlijcfu/node_modules/common/src/queue.ts:184:15
at processTicksAndRejections (node:internal/process/task_queues:105:5)
where: JSON data, line 1: {"com.twitter",...
unnamed portal parameter $6 = '...'
9:15:57 AM WARN process Received unhandledRejection, starting shutdown sequence
The text was updated successfully, but these errors were encountered:
I noticed indexer app crash following an attempted reorg. There's very little information about the JSON object value itself, but I assume it'd be ENS resolver update including twitter handle.
How can I debug this issue further?
Context
Ponder version
v0.9.2
Relevant links:
Error log
The text was updated successfully, but these errors were encountered: