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

Uncaught DOMException when loading stand-alone WebVOWL #151

Closed
jandekj opened this issue May 2, 2019 · 2 comments
Closed

Uncaught DOMException when loading stand-alone WebVOWL #151

jandekj opened this issue May 2, 2019 · 2 comments

Comments

@jandekj
Copy link

jandekj commented May 2, 2019

An exception is thrown when starting WebVOWL stand-alone 1.1.4 in Chrome:
webvowl.app.js:5 Uncaught DOMException: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules at n (.../WebVOWL/js/webvowl.app.js:5:12205) at e.exports (.../WebVOWL/js/webvowl.app.js:5:12404) at Object.e.exports [as app] (.../WebVOWL/js/webvowl.app.js:1:7647) at .../WebVOWL/index.html:473:33

Using the stand-alone version from http://downloads.visualdataweb.de/webvowl_1.1.4.zip
Browser: Chrome Version 73.0.3683.103 (Official Build) (64-bit).
FYI, it starts fine in Edge.

@vitalis-wiens
Copy link
Contributor

Thanks!
I have found the issue: chrome, does not allow to load files directly ( CORS issue when loading standalone in local environment)
I have fixed it and it will be added soon, currently working on an other feature :)

Kind regards, Vitalis

@vitalis-wiens
Copy link
Contributor

Updated the version on GitHub :)
The stand-alone version will be provided soon at visualdataweb.de

Kind regards, Vitalis

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

No branches or pull requests

2 participants