--- 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)