instascan icon indicating copy to clipboard operation
instascan copied to clipboard

instascan.min.js:formatted:23167 Invalid asm.js: Type mismatch in assignment

Open EAWF opened this issue 3 years ago • 4 comments

Platform: Win7-64, Chrome: Version 84.0.4147.105 (Official Build) (64-bit) Instascan min source: https://rawgit.com/schmich/instascan-builds/master/instascan.min.js

When using:

Instascan

Console Log: instascan.min.js:formatted:23167 Invalid asm.js: Type mismatch in assignment instascan.min.js:formatted:15507 Uncaught (in promise) Error: Cannot access video stream (OverconstrainedError). at new i (instascan.min.js:formatted:15507) at Function. (instascan.min.js:formatted:15701) at n (instascan.min.js:formatted:7209) at Generator._invoke (instascan.min.js:formatted:7289) at Generator.e. [as throw] (instascan.min.js:formatted:7224) at n (instascan.min.js:formatted:7209) at r (instascan.min.js:formatted:7230) at instascan.min.js:formatted:7237

EAWF avatar Aug 08 '20 19:08 EAWF

I had the same issue . did that get resolved?

avisha-sejal-nandini avatar Apr 09 '21 17:04 avisha-sejal-nandini

Same here ATM - i'm working on a project which is getting an upgrade while the live version for this is working, but not the local one.. The whole thing needs a secure connection - eventually the issue is the local certificate or something in that directory of issue

helsner avatar Apr 16 '21 06:04 helsner

I had the same issue.

jssprz avatar Nov 23 '21 02:11 jssprz

Just change the protocol to https:// rather than HTTP: and it will work

CornFlakesKun avatar Jan 06 '22 07:01 CornFlakesKun