We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Random behaviour of tts-cli and sometimes throws error of → Cannot read property 'split' of undefined'.
Below is the output of command
array ( 0 => '[05:54:16] Reading text [started]', 1 => '[05:54:16] Reading text [completed]', 2 => '[05:54:16] Splitting text [started]', 3 => '[05:54:16] Splitting text [completed]', 4 => '[05:54:16] Convert to audio [started]', 5 => '[05:54:17] Convert to audio (0/63) [title changed]', 6 => '[05:54:17] Convert to audio (0/63) [title changed]', 7 => '[05:54:17] Convert to audio (0/63) [failed]', 8 => '[05:54:17] => Cannot read property 'split' of undefined', )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Random behaviour of tts-cli and sometimes throws error of → Cannot read property 'split' of undefined'.
Below is the output of command
array (
0 => '[05:54:16] Reading text [started]',
1 => '[05:54:16] Reading text [completed]',
2 => '[05:54:16] Splitting text [started]',
3 => '[05:54:16] Splitting text [completed]',
4 => '[05:54:16] Convert to audio [started]',
5 => '[05:54:17] Convert to audio (0/63) [title changed]',
6 => '[05:54:17] Convert to audio (0/63) [title changed]',
7 => '[05:54:17] Convert to audio (0/63) [failed]',
8 => '[05:54:17] => Cannot read property 'split' of undefined',
)
The text was updated successfully, but these errors were encountered: