question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught (in promise) Error: [ethjs-query] while formatting outputs from RPC '{}'

See original GitHub issue

This 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:closed
  • Created 5 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mirceaniscommented, Aug 25, 2019

The default registry address for mainnet and the public test networks is 0xdca7ef03e98e0dc2b855be647c39abe984fcf21b

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found