mission-control-indexer
mission-control-indexer copied to clipboard
graph-node Docker Image bug
It looks like the graphprotocol/graph-node:a4fd7ad image is failing with the following:
Nov 11 01:32:34.027 INFO Graph Node version: 0.19.2 (2020-11-10)
Nov 11 01:32:34.042 INFO Starting up
Nov 11 01:32:34.042 INFO Trying IPFS node at: https://testnet.thegraph.com/ipfs/
Nov 11 01:32:34.047 INFO Creating transport, capabilities: archive, trace, url: http://127.0.0.1:8545, network: mainnet
Nov 11 01:32:34.063 INFO Connecting to Postgres, conn_pool_size: 10, url: postgresql://postgres:HIDDEN_PASSWORD@postgres:5432/graphnode
Nov 11 01:32:34.065 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
Nov 11 01:32:34.065 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
Nov 11 01:32:34.066 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
Nov 11 01:32:34.066 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
Nov 11 01:32:34.066 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
Nov 11 01:32:34.067 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
Nov 11 01:32:34.068 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
Nov 11 01:32:34.068 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
Nov 11 01:32:34.068 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
Nov 11 01:32:34.069 ERRO Postgres connection error, error: FATAL: the database system is starting up
, component: PostgresConnectionPool
thread 'tokio-runtime-worker' panicked at 'Failed to connect to IPFS: api returned unknwon error '<html>
<head><title>401 Authorization Required</title><script src="/cdn-cgi/apps/head/a-7iaLT0SRdb_kvxGKIYLrjkGzU.js"></script></head>
<body>
<center><h1>401 Authorization Required</h1></center>
<hr><center>nginx/1.19.3</center>
</body>
</html>
'', node/src/main.rs:648:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Nov 11 01:32:34.195 ERRO Is there an IPFS node running at "https://testnet.thegraph.com/ipfs/"?
Panic in tokio task, aborting!
/usr/local/bin/start: line 74: 26 Aborted (core dumped) graph-node --postgres-url "$postgres_url" --ethereum-rpc $ethereum --ipfs "$ipfs"
Switching back to the previous image graphprotocol/graph-node:41770ce works fine 👍