This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
No gRPC address configured #3709
Closed
Description
just updated jsipfs after numerous invalid address errors:
Error: The dial request has no addresses
at Dialer.connectToPeer (/home/tcll/.nvm/versions/node/v14.8.0/lib/node_modules/ipfs/node_modules/libp2p/src/dialer/index.js:113:21)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async Libp2p.dialProtocol (/home/tcll/.nvm/versions/node/v14.8.0/lib/node_modules/ipfs/node_modules/libp2p/src/index.js:454:20) {
code: 'ERR_NO_VALID_ADDRESSES'
}
and now the daemon fails to initialize:
No gRPC address configured, please set an Addresses.RPC key in your IPFS config
I have no idea what it's asking me to do specifically here (aside from "Addresses.RPC": {}
), and I can't seem to find any relevant info from DDG other than grpc-ipfs-lite