Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE8: error "Sorry we could not undefined this annotation" #435

Closed
krusynth opened this issue Sep 18, 2014 · 5 comments
Closed

IE8: error "Sorry we could not undefined this annotation" #435

krusynth opened this issue Sep 18, 2014 · 5 comments

Comments

@krusynth
Copy link

Back down to ad hoc testing now - running the dev.html suite displays this error. In the console we get API request failed: '0' as well. Seems to work fine in Chrome.

@krusynth
Copy link
Author

Actually, this might be a Virtualbox issue, due to network routing, digging in more.

@krusynth
Copy link
Author

Well, half of this is that in annotator-store it's setting the HOST as 127.0.0.1 which only allows local connections; so you either have to use port forwarding on any Virtualbox Guests or change that to host = os.environ.get('HOST', '0.0.0.0') to broadcast. But that still hasn't solved this.

@krusynth
Copy link
Author

And the other half is CORS of course.

krusynth pushed a commit to opengovfoundation/annotator that referenced this issue Sep 18, 2014
@nickstenning
Copy link
Member

Sorry, but this is far too vague to be useful as a bug report. Feel free to reopen if it's not already covered by what's in other issues.

@krusynth
Copy link
Author

It appears when initially trying to get the annotations for the page, the Ajax wrapper is unable to connect to the API in certain circumstances and throws this error. Clearly there's an unresolved problem in how that error message is being generated, because undefined here should be the aciton passed to the wrapper, yet it isn't. The source of the original error is discussed further in #436 and openannotation/annotator-store#99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants