Skip to content
New issue

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

Personal Voice servers don't have enough memory allocation? #2625

Open
Jun711 opened this issue Oct 12, 2024 · 0 comments
Open

Personal Voice servers don't have enough memory allocation? #2625

Jun711 opened this issue Oct 12, 2024 · 0 comments

Comments

@Jun711
Copy link

Jun711 commented Oct 12, 2024

I am using personalvoices endpoint to clone a voice. It has been working for months but today I noticed it returns not enough space error. I also noticed that sometimes, the personalvoices servers take longer than 120s to respond

https://eastus.api.cognitive.microsoft.com/customvoice/personalvoices/{audioId}?api-version=2023-12-01-preview
{'error': 
  {  
     'code': 'BadRequest', 
     'message': 'One or more validation errors occurred.', 
     'details': [
       {
          'code': 'BadArgument', 'target': '', 
          'message': "Failed to read the request form. There is not enough space on the disk. : 
                             'C:\\local\\Temp\\ASPNETCORE_565bdbf3-6e5d-447e-8fad-33797939963e.tmp'"
       }
     ]
  }
} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant