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

ERR_SSL_PROTOCOL_ERROR #170

Open
NathanSepulveda opened this issue Feb 19, 2019 · 2 comments
Open

ERR_SSL_PROTOCOL_ERROR #170

NathanSepulveda opened this issue Feb 19, 2019 · 2 comments

Comments

@NathanSepulveda
Copy link

I believe I've cloned the repository correctly and installed the node packages correctly, but am receiving a ERR_SSL_PROTOCOL_ERROR when trying to run the examples in Chrome using http-server. I've looked up all the ways to resolve this, but haven't found anything that works. Has this been an issue for others?

@laurent-kouassi
Copy link

laurent-kouassi commented Feb 25, 2019

Hi @NathanSepulveda , I am currently struggling to make it work too. My problem is that

track.getCurrentPosition() is always false. I dont actually know if it is cause by a canvas with the video size or not.

I am try to size them but still track.getCurrentPosition() keep being false .

Have you passed that stage? Thanks

@zobrathemanish
Copy link

find out this line in clm_emotiondetection.html :
else if (window.location.hostname !== "localhost" && window.location.protocol !== "https:"){
window.location.protocol = "https";
and replace with:
else if (window.location.hostname !== "localhost" && window.location.protocol !== "http:"){
window.location.protocol = "http";

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

3 participants