I open the MagicMirror with npm start dev. When I put startAlexa() in the console, the status indicator switch from red to green. After a few seconds it's schwitched back to red. Now I can read "Error: Empty response. at XMLHttpRequest.xh.onload {alexaRunner.babel.is:618}" in the console. Can anyone help me ?
probably the voice data you sent is empty, that's why you're receiving empty response. please check if your electron app(magic mirror) can access to microphone or not
I open the MagicMirror with
npm start dev
. When I put startAlexa() in the console, the status indicator switch from red to green. After a few seconds it's schwitched back to red. Now I can read "Error: Empty response. at XMLHttpRequest.xh.onload {alexaRunner.babel.is:618}" in the console. Can anyone help me ?