Skip to content

PR #78

PR #78 #99

GitHub Actions / Test Results failed Jan 11, 2025 in 0s

1 fail, 39 pass in 2m 6s

40 tests   39 ✅  2m 6s ⏱️
 1 suites   0 💤
 1 files     1 ❌

Results for commit 8a17053.

Annotations

Check warning on line 0 in ElevenLabs.Tests.TestFixture_08_DubbingEndpoint

See this annotation in the file changed.

@github-actions github-actions / Test Results

Test_02_Dubbing_Url (ElevenLabs.Tests.TestFixture_08_DubbingEndpoint) failed

test-results/_fv-az1279-956_2025-01-11_17_49_31.trx [took 1s]
Raw output
System.Net.Http.HttpRequestException : DubAsync Failed! HTTP status code: BadRequest | Response body: {"detail":{"status":"invalid_url","message":"Url 'https://youtu.be/Zo5-rhYOlNk' is invalid or audio/video metadata cannot be extracted out of it."}}   at ElevenLabs.Extensions.HttpResponseMessageExtensions.ReadAsStringAsync(HttpResponseMessage response, Boolean debugResponse, HttpContent requestContent, MemoryStream responseStream, CancellationToken cancellationToken, String methodName) in /home/runner/work/ElevenLabs-DotNet/ElevenLabs-DotNet/ElevenLabs-DotNet/Extensions/HttpResponseMessageExtensions.cs:line 173
   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 55
   at ElevenLabs.Dubbing.DubbingEndpoint.DubAsync(DubbingRequest request, Nullable`1 maxRetries, Nullable`1 pollingInterval, IProgress`1 progress, CancellationToken cancellationToken) in /home/runner/work/ElevenLabs-DotNet/ElevenLabs-DotNet/ElevenLabs-DotNet/Dubbing/DubbingEndpoint.cs:line 108
   at ElevenLabs.Tests.TestFixture_08_DubbingEndpoint.Test_02_Dubbing_Url() in /home/runner/work/ElevenLabs-DotNet/ElevenLabs-DotNet/ElevenLabs-DotNet-Tests/TestFixture_08_DubbingEndpoint.cs:line 66
   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 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   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()