acdha / webtoolbox

Python-based high-performance web tools - see http://chris.improbable.org/2010/01/30/quickly-testing-your-sites-using-webtoolbox/ for an intro to the site quality spider

Home Page:http://acdha.github.com/webtoolbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSURLErrorDomain error -999

dylantack opened this issue · comments

On OS X Lion, I get the following error:

[ERROR]: Something went wrong: The operation couldn’t be completed. (NSURLErrorDomain error -999.)

I thought it might have something to do with caching (the server was responding with 304), so I tried adding

    webview.preferences().setUsesPageCache_(False)
    webview.setMaintainsBackForwardList_(False)

but that seemed to have no effect. Thanks!

Try the linked branch - it appears that the exceptions were caused by iframe resources failing to load, such as Google Ads or Analytics.