sakirtemel / MMM-alexa

MIT License
51 stars 8 forks source link

Empty response #13

Open Simon251 opened 7 years ago

Simon251 commented 7 years ago

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 ?

sakirtemel commented 7 years ago

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