Skip to content

OpenAI-DotNet 7.7.6 #631

OpenAI-DotNet 7.7.6

OpenAI-DotNet 7.7.6 #631

GitHub Actions / Test Results failed Mar 18, 2024 in 0s

2 fail, 84 pass in 3m 4s

86 tests   84 ✅  3m 4s ⏱️
 1 suites   0 💤
 1 files     2 ❌

Results for commit 4a22932.

Annotations

Check warning on line 0 in OpenAI.Tests.TestFixture_07_Audio

See this annotation in the file changed.

@github-actions github-actions / Test Results

Test_3_Speech (OpenAI.Tests.TestFixture_07_Audio) failed

test-results/_fv-az973-24_2024-03-18_18_46_54.trx [took 0s]
Raw output
System.Net.Http.HttpRequestException : CreateSpeechAsync Failed! HTTP status code: InternalServerError | Response body: {
  "error": {
    "message": "The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error. (Please include the request ID req_91c95fad96a487306ed041e972a273ea in your email.)",
    "type": "server_error",
    "param": null,
    "code": null
  }
}   at OpenAI.Extensions.ResponseExtensions.ReadAsStringAsync(HttpResponseMessage response, Boolean debugResponse, HttpContent requestContent, MemoryStream responseStream, CancellationToken cancellationToken, String methodName) in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet/Extensions/ResponseExtensions.cs:line 230
   at OpenAI.Extensions.ResponseExtensions.CheckResponseAsync(HttpResponseMessage response, Boolean debug, StringContent requestContent, MemoryStream responseStream, CancellationToken cancellationToken, String methodName) in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet/Extensions/ResponseExtensions.cs:line 236
   at OpenAI.Audio.AudioEndpoint.CreateSpeechAsync(SpeechRequest request, Func`2 chunkCallback, CancellationToken cancellationToken) in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet/Audio/AudioEndpoint.cs:line 36
   at OpenAI.Tests.TestFixture_07_Audio.Test_3_Speech() in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet-Tests/TestFixture_07_Audio.cs:line 102
   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()

Check warning on line 0 in OpenAI.Tests.TestFixture_12_Threads

See this annotation in the file changed.

@github-actions github-actions / Test Results

Test_04_04_UploadAndDownloadMessageFiles (OpenAI.Tests.TestFixture_12_Threads) failed

test-results/_fv-az973-24_2024-03-18_18_46_54.trx [took 17s]
Raw output
System.Net.Http.HttpRequestException : DeleteFileAsync Failed! HTTP status code: InternalServerError | Response body: {
  "error": {
    "message": "The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error. (Please include the request ID req_e554aa35b5cd5114dbd3969754f22ec9 in your email.)",
    "type": "server_error",
    "param": null,
    "code": null
  }
}
   at OpenAI.Extensions.ResponseExtensions.ReadAsStringAsync(HttpResponseMessage response, Boolean debugResponse, HttpContent requestContent, MemoryStream responseStream, CancellationToken cancellationToken, String methodName) in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet/Extensions/ResponseExtensions.cs:line 230
   at OpenAI.Extensions.ResponseExtensions.CheckResponseAsync(HttpResponseMessage response, Boolean debug, StringContent requestContent, MemoryStream responseStream, CancellationToken cancellationToken, String methodName) in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet/Extensions/ResponseExtensions.cs:line 236
   at OpenAI.Files.FilesEndpoint.<>c__DisplayClass7_0.<<DeleteFileAsync>g__InternalDeleteFileAsync|0>d.MoveNext() in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet/Files/FilesEndpoint.cs:line 123
--- End of stack trace from previous location ---
   at OpenAI.Files.FilesEndpoint.DeleteFileAsync(String fileId, CancellationToken cancellationToken) in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet/Files/FilesEndpoint.cs:line 101
   at OpenAI.Tests.TestFixture_12_Threads.CleanupFileAsync(FileResponse file) in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet-Tests/TestFixture_12_Threads.cs:line 455
   at OpenAI.Tests.TestFixture_12_Threads.Test_04_04_UploadAndDownloadMessageFiles() in /home/runner/work/OpenAI-DotNet/OpenAI-DotNet/OpenAI-DotNet-Tests/TestFixture_12_Threads.cs:line 196
   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()