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

Chrome browser security associated issue #43

Open
taechonkim opened this issue Oct 23, 2019 · 0 comments
Open

Chrome browser security associated issue #43

taechonkim opened this issue Oct 23, 2019 · 0 comments

Comments

@taechonkim
Copy link

Hi, I'm interested in using spice-web-client.

eyeOS spice-web-client works well on Edge, firefox, even if IE.

But when I execute it on Chrome, it got errors described below.
(My chrome version is 77.0.3865.120)

  1. Uncaught DOMException: Failed to construct 'Worker' : Script at '.../spice-web-client/application/WorkerProcess.js' cannot be accessed from origin 'null'.
  2. Uncaught TypeError: Cannot read property 'processors' of undefined at f.onStartAudio (application.js:307)
  3. Uncaught TypeError: Cannot read property '0' of null at f.executeExternalCallback (application.js:328)

I searched about 1st error, I figured out it is associated with chrome security policy.
As solutions I found, I executed Chrome through console with '--allow-file-access-from-files' flag, then finally spice-web-client works well.
But I'm curious about being another simple solution.

Do you know how to execute spice-web-client on Chrome simply?

I would appreciate your reply. :-)

Below is my environment description.

Host: Ubuntu 16.04 + qemu-kvm
Guest: Windows Desktop 10 + spice agent tools (for QXL supports)
Client: Windows Desktop 10 + Chrome (same problem as edge, IE, firefox)

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

1 participant