You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
180 | let isNotActive = this.checkModelStatusDone(data.data.status);
| ^ 181 | // If polling and if the model is no longer in an active state, stop
182 | // polling.
183 | if (isNotActive && poll) {
3886 | var isNotActive = _this.checkModelStatusDone(data.data.status); // If polling and if the model is no longer in an active state, stop
| ^ 3887 | // polling.
3888 |
3889 |
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Audio training threw this error 76 times:
Unhandled Rejection (TypeError): data.data is undefined
_callee6$/</<
C:/Users/x/Desktop/Train-Custom-Speech-Model-master/client/src/pages/Train.js:180
177 | .then((response) => {
178 | response.json().then((data) => {
179 | this.setState({ acousticModelData: data.data });
Compiled version:
_callee6$/</<
http://localhost:3000/static/js/main.chunk.js:3886:37
3883 | acousticModelData: data.data
3884 | });
3885 |
The text was updated successfully, but these errors were encountered: