cindyb
cindyb
still an issue with react 18. is there an update?
ok, so invoke initialize after new? I am awaiting the faceMesh.send... eg ``` faceMesh = new FaceMesh({ locateFile: (file) => { return `https://cdn.jsdelivr.net/npm/@mediapipe/face_mesh/${file}`; }, }); await faceMesh.initialize(); ```
hello- I'm running into the same issue again. Can someone advise - it's been a few months! I've broken my code down further: ``` const fetchJSElements = async () =>...
still an issue :(
``` Uncaught (in promise) RuntimeError: abort(undefined) at Error at jsStackTrace (face_mesh_solution_simd_wasm_bin.js:9:69351) at stackTrace (face_mesh_solution_simd_wasm_bin.js:9:69527) at abort (face_mesh_solution_simd_wasm_bin.js:9:43094) at _abort (VM3108 face_mesh_solution_simd_wasm_bin.js:9:180736) at face_mesh_solution_simd_wasm_bin.wasm:0x4fd04e at face_mesh_solution_simd_wasm_bin.wasm:0x4fcf09 at face_mesh_solution_simd_wasm_bin.wasm:0x4fd067 at face_mesh_solution_simd_wasm_bin.wasm:0x198ad at...
my colleague just tried the FaceMesh codepen and also received the wasm errors as well
same issue, mac OS Big Sur, chrome 103.0.5060.114 (Official Build) (x86_64). twilio 2.22.1, React 16.14 I disconnected, then tried to re-enter the room ``` TEVyQFKQMleytyg80Ng0…vw8Pp6bmY+HbV7MA=:1 Uncaught (in promise) TwilioError: Client...
fairly consistently, yes. as a "host" I start a session. In incongito mode, I join as an 'invitee'. all is well until the invitee disconnects and then tries to rejoin....
hey @charliesantos - targeting 2.21.2 (instead of 2.22.1) works!
hm and now it doesn't