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

Demo player does not work (Win 10, Chrome) #6

Closed
bryik opened this issue Jul 26, 2016 · 10 comments
Closed

Demo player does not work (Win 10, Chrome) #6

bryik opened this issue Jul 26, 2016 · 10 comments
Assignees
Labels

Comments

@bryik
Copy link

bryik commented Jul 26, 2016

omnitone

I get the same error in Firefox as well.

Similar issue as "Demo player doesn't work on Chrome OS"?

@hoch
Copy link
Member

hoch commented Jul 26, 2016

Are you running this on Windows 32 bit?

@hoch hoch self-assigned this Jul 26, 2016
@bryik
Copy link
Author

bryik commented Jul 26, 2016

Windows 10, 64 bit

@hoch
Copy link
Member

hoch commented Jul 26, 2016

Can you post the stack trace? (click the triangle on the left and copy-paste the error messages here.)

@bryik
Copy link
Author

bryik commented Jul 26, 2016

image

@rtoy
Copy link

rtoy commented Jul 26, 2016

I have the same problem It comes from platform = ua.match(); it fails to match on my system. I'll get more detail when I try it out again on my system.

@hoch
Copy link
Member

hoch commented Jul 26, 2016

@bryik What is the result of this code in your console?

window.navigator.userAgent

I cannot reproduce the issue on my Windows 10 + Chrome M52.

@bryik
Copy link
Author

bryik commented Jul 26, 2016

Running that returns:

"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36"

Odd that you can't reproduce. I tried it on a friend's laptop (also Windows 10) and the same error occured.

@hoch
Copy link
Member

hoch commented Jul 26, 2016

Yeap. That was it - there are some machine returns 'WOW64' in the UA string. The demo player cannot detect it at the moment. Now I know what to fix. Thanks!

hoch added a commit that referenced this issue Jul 26, 2016
@hoch
Copy link
Member

hoch commented Jul 26, 2016

@bryik Can you try the demo player with the fix? You might have to hard-refresh the browser to get the updated player.

@bryik
Copy link
Author

bryik commented Jul 26, 2016

It works!

Awesome demo BTW!

@bryik bryik closed this as completed Jul 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants