-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox: NetworkError when attempting to fetch resource #1779
Comments
same +1 |
Me too. |
Is this a dapp using testrpc or is it running in the cmd line? Also, can you provide the version of testrpc? |
@tmashuang, I'm using Ropsten. |
@tmashuang @fabdarice Same situation for me. |
Mine is a dApp that uses a REACT frontend. Currently, I'm using EthereumJS TestRPC v4.0.1 (ganache-core: 1.0.1), but I'm pretty sure it was happening on TestRPC v3.x, too... |
Are you able to provide a link to the dapp so I can try to replicate the issue? |
@tmashuang, er maybe. Slight problem is that the newer version of TestRPC is enforcing stricter gas limits, so I'm in the middle of shifting much of the heavy lifting away from Solidity, and into the frontend, where it should be anyway ;) Having said that, if you're happy using v3.x of TestRPC, I can probably point you at a tagged release in my main GitHub branch that 'should' work and will reproduce the issue... Either that or wait until tomorrow, and I'll give you access to a working v4 version.... |
I think we should wait until the v4 version, in case that fixed the issue by itself. |
@FlySwatter I'm pretty sure it's still happening with v4. But okay, give me a little while (a day max'), and I'll get you access to a working version of my dApp that you can use for debugging... |
@FlySwatter @tmashuang Try this on Ropsten: http://fingerprintapp.org/dapp.htm#!/all-records |
@FlySwatter @tmashuang - my dApp's ready for you to use for debugging. Hopefully, you've already received notification that I've added you to the dApp repository. Please feel free to branch and do whatever you must ;) I've confirmed that if I load Firefox with MetaMask enabled, I get the error. However, the dApp runs error free with MetaMask disabled. To fire the error, please visit the Create FakeNews Object link of the dApp. I 'think' it has something to do with there being an Hopefully, the README is enough to get you started, but the software is very early in its development cycle, so the instructions I've written (for getting it all running) are 'probably' inadequate. If so, please ask away... |
I'm observing the same error. running a truffle box with contracts on the kovan network this is the snippet of code that is catching the error
and the stack trace
|
I'm experiencing the same thing and am unable to access the ENS Register with Metamask in Firefox. I haven't made any changes to the browser or anything and it has been a week or more since I used Metamask, but it isn't working now and I get the same error on two different computers. Is this related to the latest extension update? |
Here's something to try: Try switching your provider (top left MetaMask menu) to another one and back again. Is it able to find a connection after? |
Tried switching between the networks and not able to find a connection |
Switching networks didn't work at first but I did it a couple of times,
then clicked "Retry" in ENS and it started working. Thanks!
…On Thu, Jul 20, 2017 at 8:16 AM, Quijano Flores ***@***.***> wrote:
Tried switching between the networks and not able to find a connection
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1779 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ab0IDwO4RQCC3FMr2OkdRqhwGxQxqhp-ks5sP31ZgaJpZM4OZCoQ>
.
|
That's very strange. Will try to debug this soon. |
@FlySwatter Still get the error after switching networks. |
Im facing the same problem with Firefox and Metamask. Any update on this? Thanks |
Yeah switching networks proved to be only a temporary solution for me and it came back quickly, still getting the error and am unable to use MM in Firefox. I installed it on Chrome and it works fine. I have tried uninstalling the plugin and reinstalling it in Firefox and that didn't solve the problem for me. I haven't yet wiped the whole Firefox profile and started from scratch, was hoping to see if anyone else had better luck before going to that extreme. |
Yup, I'm getting the error as well, everything works fine on Chrome though. |
any news in this issue? Is someone solving it? |
Still not working 😢 |
Bump |
Seeing this issue on Firefox with https://demo.micro.raiden.network/fortunes_en |
Firefox + Metamask bump |
I'm seeing this issue too, on MetaMask 3.10.8, Here's a WireShark dump of a conversation between MetaMask and my Ethereum node (Parity 1.6.10) at http://10.1.0.8:8545. The web page is trying to do
It looks like its first request goes through fine; it does a CORS preflight check for POST to /, gets an answer it likes, POSTs something like But then it does another CORS preflight, this time asking if it can also send the If this really is the problem, it looks like the breaking commit was 68fc360 on July 4, a few days before this bug was reported. Either Parity and other Ethereum nodes need to be modified to explicitly accept the |
Requests with this nonstandard header are being blocked by CORS when made against Parity. Not sending it ought to fix MetaMask#1779.
I'm getting an error. |
related #2138 |
I'm getting error in Firefox: NetworkError when attempting to fetch resource in version 3.10.8. Stack trace attached. There is no error when running the same dapp with V3.7.8 |
@DaneWiid1 should work in 3.10.9 |
@sunify confirmed - it's working for me in 3.10.9 on Firefox |
I still have the problem in Metamask 5.3.2 on Firefox Quantum 64.0! Running: Ganache CLI v6.2.5 (ganache-core: 2.3.3) on
The problem occurs at the javascript line:
So it's not solved…?!? |
In Chromium this works, so it is related to Firefox. But in Chromium, I then drop into #3094 |
The code works without Metamask, so it's definitely a bug in Metamask. |
I am getting the same error when using metamask on polygon network on ff browser |
@AchinthyaBhat Did you find a way to resolve this? |
I got this error in Firefox when my local network port was incorrect in Metamask (8545 instead of 7545). |
This issue has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 45 days if there is no further activity. The MetaMask team intends on reviewing this issue before close, and removing the stale label if it is still a bug. We welcome new comments on this issue. We do not intend on closing issues if they report bugs that are still reproducible. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 45 days if there is no further activity. The MetaMask team intends on reviewing this issue before close, and removing the stale label if it is still a bug. We welcome new comments on this issue. We do not intend on closing issues if they report bugs that are still reproducible. Thank you for your contributions. |
This issue was closed because there has been no follow up activity in the last 45 days. If you feel this was closed in error, please reopen and provide evidence on the latest release of the extension. Thank you for your contributions. |
As per this StackExchange post, I'm getting this error in Firefox:
It goes away when I disable
MetaMask
....The text was updated successfully, but these errors were encountered: