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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: