MycroftAI / mimic-recording-studio

Mimic Recording Studio is a Docker-based application you can install to record voice samples, which can then be trained into a TTS voice with Mimic2
Apache License 2.0
493 stars 111 forks source link

Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'audio_len') #75

Open myronschram opened 2 years ago

myronschram commented 2 years ago

When I have someone try to record their voice I get the error "Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'audio_len')" 204 | .then(res => res.json()) 205 | .then(res => 206 | this.setState({

207 | audioLen: res.data.audio_len 208 | }) 209 | ); 210 | this.setState({ I am running it on a windows 10 pc

UmrenTV commented 2 years ago

Me. I am trying to train the model for a bit, but it seems that it does the same error that you have, when it notices that I stopped talking for a half second or so. image

UmrenTV commented 2 years ago

image Here is my browser console output. Might be helpful too...

IcyChills commented 2 years ago

Can confirm exact same issue and errors in console from a fresh install of mimic recording studio from git clone.

image