MMM-alexa icon indicating copy to clipboard operation
MMM-alexa copied to clipboard

Empty response

Open Simon251 opened this issue 7 years ago • 1 comments

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 ?

Simon251 avatar Mar 20 '17 16:03 Simon251

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

sakirtemel avatar Jun 10 '17 13:06 sakirtemel