Uncaught (in promise) Error: [ethjs-query] while formatting outputs from RPC '{}'
See original GitHub issueThis returns a fully functional ethrdid object
const ethrDid = new EthrDID({address: '0x...', privateKey: '...', provider})
Then, this errors out with message “Uncaught (in promise) Error: [ethjs-query] while formatting outputs from RPC ‘{}’”
const kp = await ethrDid.createSigningDelegate()
Used both ganache and private chain as providers over http.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Error: [ethjs-query] while formatting outputs from RPC ...
Error : [ethjs-query] while formatting outputs from RPC (transaction ... attempting to carry out a transaction, this sort of error can occur:.
Read more >[ethjs-query] while formatting outputs from RPC - YouTube
if you get the following error while trying to approve a transaction using metatmask. MetaMask - RPC Error : ethjs - query, while...
Read more >Error: ethjs-query while formatting outputs from RPC
The error is caller is not the owner , that's because the contract inherits from Ownable and had the deployer defined as the...
Read more >ethereum/web3.js - Gitter
MetaMask - RPC Error: Error: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"message":"Internal JSON-RPC error.
Read more >Errors while trying to launch React web app for minting NFTs
Uncaught (in promise) {code: -32603, message: `[ethjs-query] while formatting outputs from RPC '{…valid chainId.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The default registry address for mainnet and the public test networks is
0xdca7ef03e98e0dc2b855be647c39abe984fcf21b
Related to https://app.zenhub.com/workspace/o/uport-project/uport-js/issues/87