Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
myronschram opened this issue Feb 6, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@myronschram
Copy link

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 myronschram added the bug Something isn't working label Feb 6, 2022
@UmrenTV
Copy link

UmrenTV commented Mar 16, 2022

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
Copy link

UmrenTV commented Mar 16, 2022

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

@IcyChills
Copy link

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants