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
But in the transaction details on frontend, it's stuck in indexing.
I looked through the txs-worker-indexer container logs and found this error
txs-worker-indexer-1 | 2024-10-30 09:00:11,066 [ERROR] [06b82f49/index_safe_events_task] Block with hash=0x90c0932663355225be97542f9532018dfd8c47eb204621b8d82f2ed8bc85e08a does not exist on database
txs-worker-indexer-1 | 2024-10-30 09:00:11,083 [ERROR] [06b82f49/index_safe_events_task] Task safe_transaction_service.history.tasks.index_safe_events_task[06b82f49-f51a-4224-90b5-b3704544c179] raised unexpected: DoesNotExist('EthereumBlock matching query does not exist.')
But when I looked in /txs/admin django administration page, I found the block with the tx:
I'm not sure what I did wrong? By the way this is the version of txs-worker-indexer I'm using in the .env file
I've successfully created a VIC transfer transaction: https://www.vicscan.xyz/tx/0x930a267f13221e571772e3b4ee944b526b88927f97c9993d0d0e8f0edd01c435
But in the transaction details on frontend, it's stuck in indexing.
I looked through the txs-worker-indexer container logs and found this error
But when I looked in /txs/admin django administration page, I found the block with the tx:
I'm not sure what I did wrong? By the way this is the version of txs-worker-indexer I'm using in the
.env
fileThe text was updated successfully, but these errors were encountered: