Auto-Synced-Translated-Dubs icon indicating copy to clipboard operation
Auto-Synced-Translated-Dubs copied to clipboard

Apparently doesn't work with free tier + issue with encoding the tts audio files

Open Skittleology opened this issue 2 years ago • 4 comments

I tried to run the main.py and i'm using the f0 tier of Azure, but I get this error message for a split second. Failed to submit batch synthesis job: Only "Standard"\ subscriptions for this region of called service are valid. What is the problem here? Removing unnecessary folders then got me this error: no such file or directory

Skittleology avatar Dec 24 '22 07:12 Skittleology

Nevermind, I disabled batch synthesis and manually created the required folders myself but now it has issues going through the ffmpeg encoding process. It says "Failed to read frame size: Could not seek to 1026."

Skittleology avatar Dec 24 '22 08:12 Skittleology

Hm not sure, I'll have to look into it

ThioJoe avatar Dec 29 '22 17:12 ThioJoe

You should check if your files under workingFolder are empty (0 bytes), if that's the case, you might have used a previous version without the #17 fix, which caused Synthesis to fail when using batch_tts_synthesize = False with Azure.

I'm pretty sure that's the issue because I faced the same errors when working on that PR, but try again with the new code to see if there's another problem.

sofiadparamo avatar Dec 31 '22 22:12 sofiadparamo

@Skittleology did you manage to solve the error?

AdnielSsj avatar Jul 30 '23 22:07 AdnielSsj