re:
|
(accInfo.observer as Observer<BN>).error(err) |
I am seeing this error when there is thrown an error "Connection not open" and
accInfo.observer is undefined.
addr is set to a DAO.
This is on rinkeby.
STEPS to force this error to happen:
- clear any existing INFURA_ID environment variable in your shell
- in the shell, run
npm run start-staging
- I'm really not sure: You may need to have an account already cached (so the "Connect" button will be showing)
- using a fresh instance of your browser
- run that build of Alchemy in your browser
- navigate to Genesis Alpha (or probably any DAO)
RESULT:
You will see that the DAO token and ETH amounts say "N/A" and the quoted error message on the console.
re:
arc.js/src/arc.ts
Line 235 in 3d6d0f9
I am seeing this error when there is thrown an error "Connection not open" and
accInfo.observeris undefined.addris set to a DAO.This is on rinkeby.
STEPS to force this error to happen:
npm run start-stagingRESULT:
You will see that the DAO token and ETH amounts say "N/A" and the quoted error message on the console.