You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 :)
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.
The text was updated successfully, but these errors were encountered: