Helpviewer/HelpBrowserWV.py

branch
5_4_x
changeset 3634
5b13937a3765
parent 3160
209a07d7e401
child 3637
5ac63ebd5c4e
--- a/Helpviewer/HelpBrowserWV.py	Tue Jun 10 22:12:32 2014 +0200
+++ b/Helpviewer/HelpBrowserWV.py	Sun Jun 15 19:00:42 2014 +0200
@@ -331,6 +331,10 @@
                info.errorString == "eric5:No Error":
                 return False
             
+            if info.domain == QWebPage.WebKit and info.error == 203:
+                # "Loading is handled by the media engine"
+                return False
+            
             title = self.trUtf8("Error loading page: {0}").format(urlString)
             htmlFile = QFile(":/html/notFoundPage.html")
             htmlFile.open(QFile.ReadOnly)

eric ide

mercurial