diff --git a/frontend/ui/widget/opdsbrowser.lua b/frontend/ui/widget/opdsbrowser.lua index 7869df6ba..eb6526300 100644 --- a/frontend/ui/widget/opdsbrowser.lua +++ b/frontend/ui/widget/opdsbrowser.lua @@ -353,7 +353,7 @@ end function OPDSBrowser:getCatalog(feed_url) local ok, catalog = pcall(self.parseFeed, self, feed_url) -- prompt users to turn on Wifi if network is unreachable - if not ok and catalog and catalog:find("Network is unreachable") then + if not ok and catalog and (catalog:find("Network is unreachable") or catalog:find("host or service not provided")) then NetworkMgr:promptWifiOn() return elseif not ok and catalog then