-
Notifications
You must be signed in to change notification settings - Fork 124
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
Can't run correctly on linux system #12
Comments
the error messages are from 'tuner.js' |
getUserMedia only working on https |
thank you very much, it works correctly now! |
2021年8月19日 20:39,gunny ***@***.***> 写道:
Hello. My issue is: I have downloaded your code in a .zip file, I'm trying to test it but it won't work when I open the index.html, it does not even ask for permission to use my microphone. I have other projects in my PC using "getUserMedia"/JavaScript that run normally, I don't understand what the issue is.
<https://user-images.githubusercontent.com/66629642/130062193-b7de0db8-076c-446e-9858-59fb7650d40d.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJOOJ5NDPXHQ6MD2QW5UTODT5TUPRANCNFSM4TLLBXPA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
actually that’s because this project is using outdated apis
If you insist on using it, you can fix it by yourself ( I’ve tried and failed….)
Good luck:)
|
It's an awesome project, I love it so, till I got some problem when I tried to put your whole project on my server (linux CentOS 7.6), It's very confused me when I run this project on your github page (https://qiuxiang.github.io/tuner/app/), it's running perfectly and everything is so fine.
The problem is:
I use nginx to locate the 8880 port to "index.html" , but it alert an error message: 'getUserMedia is not implemented in this browser'
and 'TypeError: Cannot read property 'call' of undefined'.
I'm sure that I upload all the files of your project to my server. Could you pls to give me some advice when you are free? thanks!
The text was updated successfully, but these errors were encountered: