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
I'm testing dwv, but met the following ERROR message:
thread: Test ThreadPool. (1, 0, 1)Rerun14 ms
Died on test #1 at ....../dwv/tests/utils/thread.test.js:13:7: Failed to construct 'Worker': Script at '....../dwv/tests/utils/worker.js' cannot be accessed from origin 'null'.@ 1 ms
Source:
Error: Failed to construct 'Worker': Script at '....../dwv/tests/utils/worker.js' cannot be accessed from origin 'null'.
at dwv.utils.WorkerThread.run (....../dwv/src/utils/thread.js:108:22)
at dwv.utils.ThreadPool.addWorkerTask (....../dwv/src/utils/thread.js:40:26)
at Object. (....../dwv/tests/utils/thread.test.js:53:14)
Source: at ....../dwv/tests/utils/thread.test.js:13:7
Can anybody help please?
Cheers
Pei
The text was updated successfully, but these errors were encountered:
This test fails if you run it locally on Chrome or related (Opera for example) because it forbids access to local files for the web workers. See this paragraph of the Mozilla web workers page.
So two solutions:
Hi, all:
I'm testing dwv, but met the following ERROR message:
Can anybody help please?
Cheers
Pei
The text was updated successfully, but these errors were encountered: