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
On the step for running npm run start:operator you'll get the following error:
JsonRpcProvider failed to detect network and cannot start up; retry in 1s (perhaps the URL is wrong or the node is not started)
Error in registering as operator: Error: connect ECONNREFUSED ::1:8545
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 8545
}
Error in main function: Error: connect ECONNREFUSED ::1:8545
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 8545
}
The text was updated successfully, but these errors were encountered:
How to reproduce it:
npm run start:operator
you'll get the following error:The text was updated successfully, but these errors were encountered: