Skip to content

ElevenLabs-DotNet 2.2.0 #106

ElevenLabs-DotNet 2.2.0

ElevenLabs-DotNet 2.2.0 #106

GitHub Actions / Test Results failed May 6, 2024 in 0s

1 fail, 32 pass in 2m 46s

33 tests   32 ✅  2m 46s ⏱️
 1 suites   0 💤
 1 files     1 ❌

Results for commit 3d19566.

Annotations

Check warning on line 0 in ElevenLabs.Tests.Test_Fixture_02_VoicesEndpoint

See this annotation in the file changed.

@github-actions github-actions / Test Results

Test_10_DeleteVoiceSample (ElevenLabs.Tests.Test_Fixture_02_VoicesEndpoint) failed

test-results/_fv-az1040-82_2024-05-06_17_20_11.trx [took 7s]
Raw output
System.Net.Http.HttpRequestException : GetVoiceSettingsAsync Failed!
Method: GET, RequestUri: 'https://localhost:80/v1/voices/pnUcgnjdpjwU0DpsTK8F/settings', Version: 1.1, Content: <null>, Headers:
{
  User-Agent: ElevenLabs-DotNet
  xi-api-key: aAbBcCdDeE123456789
}
[InternalServerError] {"detail":{"status":"internal_server_error","message":"Internal Server error. All such crashes are reported to us automatically. As the API user, in the meantime please double check the request parameters, especially if you see that our website works fine (it uses the same API)."}}   at ElevenLabs.Extensions.HttpResponseMessageExtensions.ReadAsStringAsync(HttpResponseMessage response, Boolean debugResponse, CancellationToken cancellationToken, String methodName) in /home/runner/work/ElevenLabs-DotNet/ElevenLabs-DotNet/ElevenLabs-DotNet/Extensions/HttpResponseMessageExtensions.cs:line 28
   at ElevenLabs.Voices.VoicesEndpoint.GetVoiceSettingsAsync(String voiceId, CancellationToken cancellationToken) in /home/runner/work/ElevenLabs-DotNet/ElevenLabs-DotNet/ElevenLabs-DotNet/Voices/VoicesEndpoint.cs:line 109
   at ElevenLabs.Voices.VoicesEndpoint.<>c__DisplayClass6_1.<<GetAllVoicesAsync>g__LocalGetVoiceSettingsAsync|0>d.MoveNext() in /home/runner/work/ElevenLabs-DotNet/ElevenLabs-DotNet/ElevenLabs-DotNet/Voices/VoicesEndpoint.cs:line 72
--- End of stack trace from previous location ---
   at ElevenLabs.Voices.VoicesEndpoint.GetAllVoicesAsync(Boolean downloadSettings, CancellationToken cancellationToken) in /home/runner/work/ElevenLabs-DotNet/ElevenLabs-DotNet/ElevenLabs-DotNet/Voices/VoicesEndpoint.cs:line 75
   at ElevenLabs.Tests.Test_Fixture_02_VoicesEndpoint.Test_10_DeleteVoiceSample() in /home/runner/work/ElevenLabs-DotNet/ElevenLabs-DotNet/ElevenLabs-DotNet-Tests/Test_Fixture_02_VoicesEndpoint.cs:line 166
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
   at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at NUnit.Framework.Internal.ContextUtils.DoIsolated(ContextCallback callback, Object state)
   at NUnit.Framework.Internal.ContextUtils.DoIsolated[T](Func`1 func)
   at NUnit.Framework.Internal.Execution.SimpleWorkItem.PerformWork()