We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Unable to generate bot response. Details: Error: 500: System.IO.FileNotFoundException: Invalid URI. The specified path 'C:\Users\x-nnn\Documents\GitHub\chat-copilot\webapi\bin\Debug\net8.0\Plugins\GitHubPlugin/openapi.json' does not exist. at Microsoft.SemanticKernel.Plugins.OpenApi.DocumentLoader.LoadDocumentFromFilePathAsync(String filePath, ILogger logger, CancellationToken cancellationToken) at Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiKernelExtensions.CreatePluginFromOpenApiAsync(Kernel kernel, String pluginName, String filePath, OpenApiFunctionExecutionParameters executionParameters, CancellationToken cancellationToken) at Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiKernelExtensions.ImportPluginFromOpenApiAsync(Kernel kernel, String pluginName, String filePath, OpenApiFunctionExecutionParameters executionParameters, CancellationToken cancellationToken) at CopilotChat.WebApi.Controllers.ChatController.RegisterGithubPlugin(Kernel kernel, String GithubAu...Unable to generate bot response. Details: Error: 500: System.IO.FileNotFoundException: Invalid URI. The specified path 'C:\Users\x-nnn\Documents\GitHub\chat-copilot\webapi\bin\Debug\net8.0\Plugins\GitHubPlugin/openapi.json' does not exist. at Microsoft.SemanticKernel.Plugins.OpenApi.DocumentLoader.LoadDocumentFromFilePathAsync(String filePath, ILogger logger, CancellationToken cancellationToken) at Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiKernelExtensions.CreatePluginFromOpenApiAsync(Kernel kernel, String pluginName, String filePath, OpenApiFunctionExecutionParameters executionParameters, CancellationToken cancellationToken) at Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiKernelExtensions.ImportPluginFromOpenApiAsync(Kernel kernel, String pluginName, String filePath, OpenApiFunctionExecutionParameters executionParameters, CancellationToken cancellationToken) at CopilotChat.WebApi.Controllers.ChatController.RegisterGithubPlugin(Kernel kernel, String GithubAu...
To Reproduce Steps to reproduce the behavior:
Expected behavior Should return the OPEN PR IDs
Screenshots If applicable, add screenshots to help explain your problem.
Platform
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fixed :-)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Unable to generate bot response. Details: Error: 500: System.IO.FileNotFoundException: Invalid URI. The specified path 'C:\Users\x-nnn\Documents\GitHub\chat-copilot\webapi\bin\Debug\net8.0\Plugins\GitHubPlugin/openapi.json' does not exist. at Microsoft.SemanticKernel.Plugins.OpenApi.DocumentLoader.LoadDocumentFromFilePathAsync(String filePath, ILogger logger, CancellationToken cancellationToken) at Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiKernelExtensions.CreatePluginFromOpenApiAsync(Kernel kernel, String pluginName, String filePath, OpenApiFunctionExecutionParameters executionParameters, CancellationToken cancellationToken) at Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiKernelExtensions.ImportPluginFromOpenApiAsync(Kernel kernel, String pluginName, String filePath, OpenApiFunctionExecutionParameters executionParameters, CancellationToken cancellationToken) at CopilotChat.WebApi.Controllers.ChatController.RegisterGithubPlugin(Kernel kernel, String GithubAu...Unable to generate bot response. Details: Error: 500: System.IO.FileNotFoundException: Invalid URI. The specified path 'C:\Users\x-nnn\Documents\GitHub\chat-copilot\webapi\bin\Debug\net8.0\Plugins\GitHubPlugin/openapi.json' does not exist. at Microsoft.SemanticKernel.Plugins.OpenApi.DocumentLoader.LoadDocumentFromFilePathAsync(String filePath, ILogger logger, CancellationToken cancellationToken) at Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiKernelExtensions.CreatePluginFromOpenApiAsync(Kernel kernel, String pluginName, String filePath, OpenApiFunctionExecutionParameters executionParameters, CancellationToken cancellationToken) at Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiKernelExtensions.ImportPluginFromOpenApiAsync(Kernel kernel, String pluginName, String filePath, OpenApiFunctionExecutionParameters executionParameters, CancellationToken cancellationToken) at CopilotChat.WebApi.Controllers.ChatController.RegisterGithubPlugin(Kernel kernel, String GithubAu...
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should return the OPEN PR IDs
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: