Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user-ops-indexer | Error: HTTP error: 201 Created #1003

Open
egorshoba opened this issue Aug 7, 2024 · 1 comment
Open

user-ops-indexer | Error: HTTP error: 201 Created #1003

egorshoba opened this issue Aug 7, 2024 · 1 comment

Comments

@egorshoba
Copy link

egorshoba commented Aug 7, 2024

Description

user-ops-indexer keeps crashing with Error: HTTP error: 201 Created

user-ops-indexer | 2024-08-07T11:17:29.602187Z INFO user_ops_indexer_server::indexer: connecting to rpc version="v0.6" user-ops-indexer | Error: HTTP error: 201 Created

Ethereum client: besu
Mode: QBFT
Client works on the same VPS

My docker-compose file:

services:
besu:
image: hyperledger/besu:latest
ports:
- "8545:8545"
- "8546:8546"
- "30303:30303/tcp"
- "30303:30303/udp"
volumes:
- ./data:/home/besu/data
- ./genesis:/home/besu/genesis
environment:
- BESU_DATA_PATH=/home/besu/data
- BESU_GENESIS_FILE=/home/besu/genesis/genesis.json
- BESU_BOOTNODES=enode://ad2*****f742@XX.XX.XX.XX:30303
- BESU_RPC_HTTP_ENABLED=true
- BESU_SYNC_MODE=FAST
- BESU_FAST_SYNC_MIN_PEERS=2
- BESU_RPC_HTTP_CORS_ORIGINS=all
- BESU_HOST_ALLOWLIST=*
- BESU_RPC_HTTP_API=ETH,NET,WEB3
- BESU_P2P_HOST=0.0.0.0
- BESU_RPC_HTTP_HOST=0.0.0.0
- BESU_RPC_WS_ENABLED=true
- BESU_RPC_WS_HOST=0.0.0.0
- BESU_RPC_WS_API=ETH,NET,WEB3

Type of the installation

Docker-compose

Type of the JSON RPC archive node

Besu

Type of the chain

Private chain QBFT consensus

Link to the page

No response

Steps to reproduce

No response

Backend version

v6.7.2

Frontend version

No response

Elixir & Erlang/OTP versions

elixir:1.16.3-erlang-26.2.5.1-alpine-3.18.7

Operating system

Ubuntu 22.04

Additional information

No response

@vbaranov vbaranov transferred this issue from blockscout/blockscout Aug 7, 2024
@sevenzing
Copy link
Collaborator

@k1rill-fedoseev could you please take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants