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
I get this error:
Error occurred while generating audio: Invalid base64-encoded string: number of data characters (1766705) cannot be 1 more than a multiple of 4
when generating audio with this string: " She don’t like this ".
I found out it's because of the character " ’ ", you should replace this by " ' ".
Could someone fix this issue in code?
I hope this will also help people struggling with finding out why it doesnt want to generate the audio.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get this error:
Error occurred while generating audio: Invalid base64-encoded string: number of data characters (1766705) cannot be 1 more than a multiple of 4
when generating audio with this string: " She don’t like this ".
I found out it's because of the character " ’ ", you should replace this by " ' ".
Could someone fix this issue in code?
I hope this will also help people struggling with finding out why it doesnt want to generate the audio.
The text was updated successfully, but these errors were encountered: