sourcegraph / go-webkit2

WebKit API bindings (WebKitGTK+ v2) for Go
https://sourcegraph.com/github.com/sourcegraph/go-webkit2
Other
313 stars 61 forks source link

Constant Javascript errors #28

Open mlb5000 opened 8 years ago

mlb5000 commented 8 years ago

I've been running go-webkit2 for a little while, and every once in a while I'll run into an issue where trying to run just simple Javascript (e.g. window.location.href) results in a constant string of

"An exception was raised in JavaScript"

even after waiting and retrying. I found exactly one place in WebKit2 where this message can originate but the full context for the failure eludes me.

What does this message actually mean when running such simple Javascript, and how can I get around it?

mlb5000 commented 8 years ago

It doesn't happen EVERY time, just intermittently.