Voice-Cloning-App icon indicating copy to clipboard operation
Voice-Cloning-App copied to clipboard

Sound files won't load

Open Vidyut opened this issue 3 years ago • 0 comments

Sound files are generated and exist, but the server can't see them, so they don't load. If you check the console, the file hasn't got loaded. If you try to access the url, it doesn't recognise the parameter "attachment_filename".

The reason for this is in application/utils.py (line 103 I think) where it says 'attachment_filename' - this needs to be changed to 'download_name'

Vidyut avatar Mar 15 '23 15:03 Vidyut