i loaded the pipeline.py successfully, but when clicking on start (on the webpage), i get this error:
ERROR
Cannot read properties of undefined (reading 'ondevicechange')
TypeError: Cannot read properties of undefined (reading 'ondevicechange')
at Da (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:93785)
at Pa (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:92454)
at te.eval [as startListeningForDeviceChanges] (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:105004)
at new te (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:110503)
at Function.value (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:179830)
at new $a82aecd5dcae6a77$export$b1ca982aa1e488c1 (webpack://simple-web/./node_modules/realtime-ai-daily/dist/index.module.js?:23:87)
at new $673674e81ebc8f53$export$1f2bb630327ac4b6 (webpack://simple-web/./node_modules/realtime-ai/dist/index.module.js?:267:27)
at new $1f6aac961a6bbe26$export$497fc5332c26af27 (webpack://simple-web/./node_modules/realtime-ai/dist/index.module.js?:979:9)
at new $a068736be28e5792$export$698b45d225ea6c0d (webpack://simple-web/./node_modules/realtime-ai-daily/dist/index.module.js?:247:9)
at HTMLButtonElement.main (webpack://simple-web/./src/index.js?:12:23)
i solved the problem by giving explicit permissions to the mic in the browser, but now i have an issue with transcription, i am not getting any transcription, how to fix this?
i loaded the pipeline.py successfully, but when clicking on start (on the webpage), i get this error:
ERROR Cannot read properties of undefined (reading 'ondevicechange') TypeError: Cannot read properties of undefined (reading 'ondevicechange') at Da (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:93785) at Pa (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:92454) at te.eval [as startListeningForDeviceChanges] (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:105004) at new te (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:110503) at Function.value (webpack://simple-web/./node_modules/@daily-co/daily-js/dist/daily-esm.js?:105:179830) at new $a82aecd5dcae6a77$export$b1ca982aa1e488c1 (webpack://simple-web/./node_modules/realtime-ai-daily/dist/index.module.js?:23:87) at new $673674e81ebc8f53$export$1f2bb630327ac4b6 (webpack://simple-web/./node_modules/realtime-ai/dist/index.module.js?:267:27) at new $1f6aac961a6bbe26$export$497fc5332c26af27 (webpack://simple-web/./node_modules/realtime-ai/dist/index.module.js?:979:9) at new $a068736be28e5792$export$698b45d225ea6c0d (webpack://simple-web/./node_modules/realtime-ai-daily/dist/index.module.js?:247:9) at HTMLButtonElement.main (webpack://simple-web/./src/index.js?:12:23)