mimic-recording-studio icon indicating copy to clipboard operation
mimic-recording-studio copied to clipboard

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

Open myronschram opened this issue 2 years ago • 3 comments

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

myronschram avatar Feb 06 '22 08:02 myronschram

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 avatar Mar 16 '22 13:03 UmrenTV

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

UmrenTV avatar Mar 16 '22 13:03 UmrenTV

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

image

IcyChills avatar Mar 21 '22 17:03 IcyChills