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
Testing the demo, it works to successfully read my metadata from an MP3 file with the async box unchecked. However, when I check the box, it does not read the metadata and gives the console error Uncaught SyntaxError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The URL 'taglib.js' is invalid.
Edit: I see I have to specify an exact path to taglib.js in the async call which is http://localhost:8000/taglib.js in the example. New question: Is it possible to use a relative path?
The text was updated successfully, but these errors were encountered:
Testing the demo, it works to successfully read my metadata from an MP3 file with the async box unchecked. However, when I check the box, it does not read the metadata and gives the console error
Uncaught SyntaxError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The URL 'taglib.js' is invalid.
Edit: I see I have to specify an exact path to taglib.js in the async call which is
http://localhost:8000/taglib.js
in the example. New question: Is it possible to use a relative path?The text was updated successfully, but these errors were encountered: