clmtrackr icon indicating copy to clipboard operation
clmtrackr copied to clipboard

ERR_SSL_PROTOCOL_ERROR

Open NathanSepulveda opened this issue 6 years ago • 2 comments

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?

NathanSepulveda avatar Feb 19 '19 05:02 NathanSepulveda

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

laurent-kouassi avatar Feb 25 '19 13:02 laurent-kouassi

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";

zobrathemanish avatar Mar 25 '19 05:03 zobrathemanish