Discussion
Loading...

Post

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
Roni Rolle Laukkarinen
@rolle@mementomori.social  ·  activity timestamp 2 months ago

I keep seeing this annoying issue, ERR_NETWORK_CHANGED every time I open a new page. Rebooting and resetting the browser haven't helped, and searching online hasn't given me any answers.

What's going on with @Vivaldi? Like I said, today's been full of endless problems for me...

#Vivaldi#Network

ERR_NETWORK_CHANGED in browser
ERR_NETWORK_CHANGED in browser
ERR_NETWORK_CHANGED in browser
  • Copy link
  • Flag this post
  • Block
Oiva Eskola
@oivaeskola@toot.community replied  ·  activity timestamp 2 months ago
@rolle this was also a very widespread problem with Chrome on macOS. Chrome did solve it finally, but I don’t think there was a single cause for “network changing”. Chrome just cared for changes that didn’t really affect its networking
  • Copy link
  • Flag this comment
  • Block
Roni Rolle Laukkarinen
@rolle@mementomori.social replied  ·  activity timestamp 2 months ago
@oivaeskola I think mine was a unique corner case: https://mementomori.social/@rolle/114958673827201870
  • Copy link
  • Flag this comment
  • Block
Oiva Eskola
@oivaeskola@toot.community replied  ·  activity timestamp 2 months ago
@rolle yeah, just meant that it’s a common problem for whatever reasons. Also this was the next toot on my timeline: https://rosafamily.social/@arthur/114957136910282078
  • Copy link
  • Flag this comment
  • Block
Roni Rolle Laukkarinen
@rolle@mementomori.social replied  ·  activity timestamp 2 months ago

I have narrowed this issue down to Vivaldi. Does not happen with ungoogled-chromium. I'm going to switch back to it, too frustrating to deal with this.

EDIT... I take that back, it's still everywhere.

ERR_NETWORK_CHANGED in console
ERR_NETWORK_CHANGED in console
ERR_NETWORK_CHANGED in console
  • Copy link
  • Flag this comment
  • Block
Roni Rolle Laukkarinen
@rolle@mementomori.social replied  ·  activity timestamp 2 months ago

I just ran

sudo dhclient -r
sudo dhclient
sudo systemctl restart NetworkManager
nmcli networking off
nmcli networking on
sudo nextdns upgrade
sudo nextdns restart

Monitoring:

sudo journalctl -xeu NetworkManager -f
sudo journalctl -u nextdns.service -f

This is revealing...

elo 02 13:13:18 infinity nextdns[114716]: Network change detected: docker0 flag up|broadcast|multicast -> up|broadcast|multicast|running
elo 02 13:13:28 infinity nextdns[114716]: Network change detected: docker0 flag up|broadcast|multicast|running -> up|broadcast|multicast
elo 02 13:13:38 infinity nextdns[114716]: Network change detected: docker0 flag up|broadcast|multicast -> up|broadcast|multicast|running
elo 02 13:13:58 infinity nextdns[114716]: Network change detected: docker0 flag up|broadcast|multicast|running -> up|broadcast|multicast
elo 02 13:14:08 infinity nextdns[114716]: Network change detected: docker0 flag up|broadcast|multicast -> up|broadcast|multicast|running

It was looping docker after all! Wtf.

  • Copy link
  • Flag this comment
  • Block
Roni Rolle Laukkarinen
@rolle@mementomori.social replied  ·  activity timestamp 2 months ago

Solution:

ip addr show | grep 'inet ' | awk '{print $2}' | cut -d/ -f1

sudo nextdns install -listen :53
sudo systemctl restart nextdns
sudo systemctl restart docker.socket
sudo systemctl restart docker.service

Custom DNS is now binded to main network ignoring docker. I may have tried some docker containers a couple of days ago and somehow the network got stuck. Very weird indeed.

This solves all my Mastodon issues as well that were caused by ERR_NETWORK_CHANGED breaking all the APIs and scripts it uses. Instead of looking at my Console I thought it was a bug in Mastodon nightly... facepalm

Sometimes I hate networking.

Glad I slept a little.

  • Copy link
  • Flag this comment
  • Block
WTL
@WTL@mastodon.social replied  ·  activity timestamp 2 months ago
@rolle Oof. And rolling custom means you know that will likely cause other issues… eventually - probably just far enough in the future for you to have forgotten about this fix. 🤔🤣
  • Copy link
  • Flag this comment
  • Block
stu
@lndn@fosstodon.org replied  ·  activity timestamp 2 months ago
@rolle could it be your isp
  • Copy link
  • Flag this comment
  • Block
Roni Rolle Laukkarinen
@rolle@mementomori.social replied  ·  activity timestamp 2 months ago
@lndn I doubt it. The have not reported issues.
  • Copy link
  • Flag this comment
  • Block
stu
@lndn@fosstodon.org replied  ·  activity timestamp 2 months ago
@rolle oh ok
  • Copy link
  • Flag this comment
  • Block
Merri
@merri@olifant.fi replied  ·  activity timestamp 2 months ago
@rolle @lndn I dunno, my experience is that they're not always aware or even able to fix their stuff. For years I had an issue with modem sometimes forcefully being unable to reconnect, and had to manually go run "fix issue" self service using other connection. That fixed it, but their automated message claimed the problem would be on my side. Resetting hardware etc. never fixed anything for me.

Of course totally different case except for the point of ISP knowing about their issues.

  • Copy link
  • Flag this comment
  • Block
Roni Rolle Laukkarinen
@rolle@mementomori.social replied  ·  activity timestamp 2 months ago
@Merri

True, but it was not ISP this time.

Solved it on my own: https://mementomori.social/@rolle/114958673827201870

@lndn

  • Copy link
  • Flag this comment
  • Block
Merri
@merri@olifant.fi replied  ·  activity timestamp 2 months ago
@rolle @lndn Yip, noticed! Great that you slept on it! :)
  • Copy link
  • Flag this comment
  • Block
GENKI
@nibushibu@social.vivaldi.net replied  ·  activity timestamp 2 months ago
@rolle @Vivaldi

This forum post might be helpful.
I hope for resolution. tony_normal

Continuous error ERR_NETWORK_CHANGED | Vivaldi Forum
https://forum.vivaldi.net/topic/84874/continuous-error-err_network_changed

  • Copy link
  • Flag this comment
  • Block
George Ellenburg (he/him/his)
@gme@bofh.social replied  ·  activity timestamp 2 months ago

@nibushibu@social.vivaldi.net @rolle@mementomori.social @Vivaldi@social.vivaldi.net If one is randomizing their Wifi MAC address frequently and getting a new IP address from their WLAN router then according to that forum post that would cause it because new MAC + DHCP = new ip address

  • Copy link
  • Flag this comment
  • Block
Paul Shryock
@paulshryock@phpc.social replied  ·  activity timestamp 2 months ago
@rolle @Vivaldi this is the first I've seen anyone else experience the same issue.
  • Copy link
  • Flag this comment
  • Block
Paul Shryock
@paulshryock@phpc.social replied  ·  activity timestamp 2 months ago
@rolle @Vivaldi I always have the same issue in Vanadium on GrapheneOS over ProtonVPN.
  • Copy link
  • Flag this comment
  • Block
George Ellenburg (he/him/his)
@gme@bofh.social replied  ·  activity timestamp 2 months ago

@rolle@mementomori.social @Vivaldi@social.vivaldi.net
Doesn't Vivaldi include a VPN? Perhaps it's related to that?

  • Copy link
  • Flag this comment
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.0-rc.3.5 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login