https://bugs.kde.org/show_bug.cgi?id=475400
--- Comment #15 from b...@mogwai.be --- Git commit ea5d01043d01a8d5ecdcf81ef30d3313361c8ad4 by Bart De Vries. Committed on 17/10/2023 at 09:36. Pushed by bdevries into branch 'release/23.08'. Remove network connectivity check Apparently in some cases the network manager is incorrectly signaling that the system is offline while it's actually online. The current implementation does not have a way to circumvent that incorrect reporting. Also the error reporting made it seem that the actual problem is a metered connection. Ripping out the connectivity check solves these issues at the expense of connections timing out rather than the connection not being set up in the first place when the system is offline. M +8 -16 src/networkconnectionmanager.cpp https://invent.kde.org/multimedia/kasts/-/commit/ea5d01043d01a8d5ecdcf81ef30d3313361c8ad4 -- You are receiving this mail because: You are watching all bug changes.