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.

Metamask compatibility completely broken

See original GitHub issue

When picking Injected Web3 provider, and that is the latest version of Metamask (e.g. 6.6.1) sending transactions fails with

Gas estimation failed

Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending? gas required exceeds allowance (7006834) or always failing transaction

Filling in gas value manually in the UI doesn’t help.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
kzahercommented, Jun 11, 2019

@yann300 If you can help with this, that would be great.

I think that this is the problem:

   if (network.name !== 'Main') {
     return continueTxExecution(null)
   }
0reactions
MysticRyuujincommented, Dec 3, 2020

Is this still a problem? Does MetaMask work, especially if you’re using a custom RPC provider?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solving a MetaMask connection issue - Ledger Support
If the issue persists, try resetting your Metamask account by going to Settings > Advanced > Reset Account. Once your account is reset,...
Read more >
How to fix MetaMask not working problem? - Windows Report
1. Restart your browser · Press the 3-dot menu icon on the browser. · Click on Exit. restart browser · Open the browser...
Read more >
Provider Migration Guide - MetaMask Docs
In January of 2021, we made a number of breaking changes to our provider API, and removed our injected window.web3 .
Read more >
Breaking Change: No Accounts Exposed by Default | MetaMask
While MetaMask generally avoids breaking APIs to protect the longevity of existing sites, we believe that a privacy flaw that exposes user accounts...
Read more >
MetaMask and Ledger Integration Fixed! - ConsenSys
Recently, the MetaMask and Ledger communities faced issues of broken connectivity when two popular browsers, Chrome and Brave, made some updates to their ......
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