-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Interrupted page loads and ERR_NETWORK_CHANGED (problem with IPv6) #5958
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
Comments
Possibly an issue IPv6 https://superuser.com/questions/747735/regularly-getting-err-network-changed-errors-in-chrome I'm going to try disabling IPv6 as suggested and see if the problem goes away. Did anything change in Brave surround IPv6? |
@aaronovz1 did disabling IPv6 help? problem go away? |
Yes, it did seem to workaround the problem. |
@aaronovz1 awesome, thanks for the update! 😄 |
Is that really the solution though? Why is Brave affected by IPv6 being enabled? It was also only affected in recent versions. I don't think Firefox and other browsers had this issue. |
@aaronovz1 good call- will update issue with better description. I'm not sure how/why it's affected |
Just reporting that I'm having an issue with this on a Mac. Only happens in Chrome and Brave, Safari and Firefox are fine. Resetting my router does help for a while, but then the issue comes back. Disabling IPv6 seemed to be a work around. |
FYI - I am still seeing this on the latest release version. |
+1 to still seeing this issue |
i have the same issue on version 1.18.77 |
Getting the same issue on V1.20.103. |
For me, this didn't turn out to be an issue with I couldn't track down the exact instance that cause my error, but I updated Homebrew and all of my formulas and the problem went away. I ruled out this being caused by any hardware, OS and browser version issues by creating a new profile on my Mac and the Hope this is helpful for someone else. |
Still getting this, it seems to coincide with highly tracked sites (bbc.com won't load, cnn, fox, all the news heavy subsidized ad revenue news outlets throw errors). If you turn off the blockers it works like chrome but I'm pretty sure it's something about the way some of their ads/trackers redirect traffic and brave blows up when it detects it. Github doesn't load worth a $#@% either just FYI but it's always done that, especially behind VPNs. |
Another side note, if you disable the brave blockers, load bbc.com (loads fine), and then re-load it with blockers back on, it loads. Maybe there's a cookie or something it needs set before it clears the traffic? Github also loads fine after turning the blockers off and back on, maybe it's something in the error handling expecting a cached resource throwing an exception |
I am still getting this issue too, it affects all devices in my network - only Brave is seeing this issue whereas safari or other browsers are not. I'm also not super sure what causes it I have a Pihole running too, but will test with ipv6 off. |
I can still confirm this occasionally with Chrome 1.31.91 on Mac OS 10.15, |
This is indeed an IPV6 probem. On my side I configured pi-hole to "Enable IPv6 support (SLAAC + RA)". But since my router, where I disabled DHCP still serves as the one to advertise the ipv6 prefix, this clashed in my network. Disabling ipv6 on my pi-hole dhcp solved the problem. I still have IPV6 connectivity. |
Hello, I started using Brave 5 days ago. Everything worked, until this morning. Many many many ERR_NETWORK_CHANGED errors. Safari and FF are working just fine. I restarted the router, and my Mac but no luck. Thanks |
Been facing this issue for some time now. |
Unfortunately I'm also running into this issue lately. Do we have any recommendations for working workarounds? |
Only solution being is to disable IPv6. |
One workaround that worked for me: In case you're connecting your mac to internet via two ways (e.g. wifi + ethernet) -> disable one of them, e.g. wifi. |
I see this as well and will try the disable ipv6 suggestions. Linux. Using docker. Brave is up-to-date. |
Yep. Brave doesn't support IPv6 properly in 2023. Pretty embarrassing and unusable when more and more large environments are going IPv6 single-stack due to scale issues. EDIT: Had to update my comment twice due to Brave instability. This is a nonstarter for online shopping and many more contexts if the browser cannot be relied upon. DOES NOT repro on Chrome. Chrome, FF, Safari, and Edge work fine. Update: It also happens when async DNS is disabled with |
This issue is driving me absolutely insane, at this point I guess i'll just switch to Safari after years of enjoying Brave as my main browser. Requests will randomly fail , and it only happens in Brave- not Safari, not with Terminal commands, etc I've tried disabling ipv6 but that didnt fix it either: https://protonvpn.com/support/how-to-disable-ipv6-protocol-on-macos/ To try to narrow down the issue, I run this command in my terminal in the background and even when Brave shows me this error- there's no issues in my
Clearly something is wrong in Brave or its chromium upstream network code. |
Disabling IPv6 on the L2 and L3 network and disable IPv6 name resolution
transport and AAAA resolution at the router might resolve the issue. (Work
has infrastructure subnets that are IPv6 only so I guess I'm spoiled.)
Also not IPv6 ready:
- Github Copilot
- Amazon Echo Show 15
There's always Firefox. Safari uses an old custom Apple cryptographic
library.
…On Tue, Nov 28, 2023 at 8:45 AM Adam LeVasseur ***@***.***> wrote:
This issue is driving me absolutely insane, at this point I guess i'll
just switch to Safari after years of enjoying Brave as my main browser.
Requests will randomly fail , and it only happens in Brave- not Safari,
not with Terminal commands, etc
I've tried disabling ipv6 but that didnt fix it either:
https://protonvpn.com/support/how-to-disable-ipv6-protocol-on-macos/
To try to narrow down the issue, I run this command in my terminal in the
background and even when Brave shows me this error- there's no issues in my
curl command that executes every 0.1 seconds:
while true; do curl --silent --output /dev/null --show-error --fail --connect-timeout 0.5 https://www.google.com; sleep 0.1; done
Clearly something is wrong in Brave or its chromium upstream network code.
—
Reply to this email directly, view it on GitHub
<#5958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABWYMCZQQ3KJ7VXIJKZJSDYGX2HHAVCNFSM4IVCOJ6KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBSHE4TQOJVG44A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@adamJLev This may be a completely different issue and not related to IPv6. I had this issue with both Chrome and Brave but not in Safari and I also went through disabling everything related to IPv6 with no improvement. I had connected my iPhone through USB to my Mac and that resulted in a very weird process starting and running in the background, which would rewrite settings related to my primary internet connection, making both Chrome and Brave throw this error very often. In a Terminal try running this command and let it hang there and monitor it. When the error happens you may see a changed key in Network/Global/IPv4: It's been a few months since I had this issue and there's no permanent solution or fix that I know of, only killing the process and avoiding connecting your phone works. I am keeping this command running in my terminal at all times to monitor this ongoing (it's normal that it will output a line or two when you change wifi or adaptor, going from wifi to ethernet). Let me know if you are seeing lines output often (no output means no changes to your internet configuration). If you do, then I can look back in my notes and guide you on what I did to kill the rouge process. |
I'm also facing this issue, making Brave unusable for me. It seems like it might be related to this upstream issue: |
Yes it's definetely iPhone + USB related, my workaround for now has been to either not connect my iPhone to my laptop - or if I need to charge it, when prompted on the phone with "do you trust this computer " I tap on "don't trust". |
This issue still happens every day. |
Same here, I started to think it was network for a while, maybe DNS settings. Until it started to happen on a different pc of mine in a different network and ISP. Safari works fine, everything works. Brave randomly throwing ERR_NETWORK_CHANGED errors. It has been driving me crazy. |
For me also downloads are interrupted like every 10 sec. |
It's back as before 🤷♂️ |
Edit; After several days of no issues at all, I'm running into the same errors again. |
Yes, it has been very annoying for quite some time. Looks like chromium bug #40939844. |
Not seeing it lately. Possible contributing factors:
0. LuLu by Objective-See was a source of nondeterministic packet loss
affecting ssh and more. This has been removed.
1. Dual stack ISP and Wi-Fi. Had to downshift device to IP4-only for
compatibility with a particular development tool.
2. Ethernet and Wi-Fi active while docked to monitor.
…On Thu, Mar 21, 2024 at 12:35 PM itspaulie ***@***.***> wrote:
Yes, it has been very annoying for quite some time. Looks like chromium
bug #40939844 <https://issues.chromium.org/issues/40939844>.
—
Reply to this email directly, view it on GitHub
<#5958 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABWYMAMH7FXIKZTYX5UFPDYZMK4PAVCNFSM4IVCOJ6KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBRGMYTIMJZGM2A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I spoke too soon. Happening a lot today. Changing browsers ensues. |
Brave needs to merge this change to make it go away: In short, macOS frequently stands up and tears down utun interfaces as part of HomeKit, AirDrop, FaceTime cellular sharing, and Bonjour communication. This change set makes it ignore those network changes. |
That sounds about right, any updates from Brave team on this? |
@adamJLev Unfortunately, it will be even more frequent on a Sequoia Mac, especially if users configure the new iPhone Mirroring feature. |
it is indeed now a nightmare and impossible to use some essential webapp like OpenAI with Brave + OSX Sequoia. I switched to Firefox Dev Edition to get these working until Brave dares to fix this like Google Chrome did yet. |
Checking this out - just a heads up though, the Is this working on Chromium browsers for folks? But not on Brave? Or problems w/ Chromium browsers too - but maybe it happens in Brave more often? I am inspecting some of the network patches we have to see if we deviate in any way |
It seems like for me the issue has been resolved since the most recent Brave update 👍🏼 for you guys still having the issue, make sure you're on the latest brave version and see if that helps |
That's really weird indeed. So issues at all since too although I didn't updated Brave at all nor did I update Sequoia OSX to its last version today. I just disabled the firewall OSX in order to stop all interferences with Little Snitch. My broadband provider didn't noticed any issues on it infrastructure, and yet, I am still wondering if this wasn't something else that has been fixed somewhere else... Weird |
disabling the macos Firewall (in network settings) did seem to work last week when I was still having the issue. |
I have this problem in brave with linux ubuntu 24.04, it is not solved yet? |
Good to know the macOS case should be solved 😄 Thank you for sharing the feedback Definitely seems like there is still a problem on Linux. @AndreaDiazCorreia as a temporary work-around, you can disable IPv6 if you are not using it. But seems there is still an underlying root cause. |
still an issue on arch linux (endeavouros) running Brave on KDE -- makes browser unusable |
Starting today, I'm having this issue on virtually every page open or refresh. This is Brave 1.73.91 which says is current on Linux Mint 21.3 (XFCE). I also have this same problem in Chrome as well, so it definitely seems like the root of the issue is there. I should also add that this is with IPv6 disabled. |
Like @cfharris , I am also seeing this almost on every page open or refresh. Running Brave Version 1.73.105 Chromium: 131.0.6778.265 (Official Build) (64-bit) and Ubuntu 24.04.1 LTS. |
Description
Since the last few releases I get ERR_NETWORK_CHANGED errors when loading all kinds of websites. I also see many pages only partly load. I have to reload the page a couple times to get passed this issue.
JIRA Cloud by Atlassian is probably the most problematic with random drop outs during page load or form submissions. I suspect it is because it has quite a complex UI and lots happening in the background.
I have seen this on two versions of Linux and also on the Windows build. All running the same version of Brave.
Steps to Reproduce
No exact steps to reproduce. Happens randomly on any website.
Actual result:
Your connection was interrupted
A network change was detected.
ERR_NETWORK_CHANGED
Expected result:
Pages load completely without interruption.
Reproduces how often:
Multiple times a day.
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
The text was updated successfully, but these errors were encountered: