You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Today restoring the projects packages that use the SemanticKernel nightly builds fails with error:
Determining projects to restore...
/usr/local/share/dotnet/sdk/7.0.401/NuGet.targets(158,5): warning : Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured. [/Users/user/project/solution.sln]
Retrying 'FindPackagesByIdAsync' for source 'https://nuget.pkg.github.com/microsoft/download/microsoft.semantickernel.plugins.memory/index.json'.
Response status code does not indicate success: 403 (Forbidden).
{"error":"Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured."}
However, this is a confusing error message from GitHub as accessing the main package with the same credentials works properly:
Describe the bug
Today restoring the projects packages that use the SemanticKernel nightly builds fails with error:
https://nuget.pkg.github.com/microsoft/download/microsoft.semantickernel.plugins.memory/index.json
However, this is a confusing error message from GitHub as accessing the main package with the same credentials works properly:
https://nuget.pkg.github.com/microsoft/download/microsoft.semantickernel/index.json
The
Microsoft.SemanticKernel.Plugins.Memory
package is not available in the GitHub packages repository:https://github.com/orgs/microsoft/packages?tab=packages&q=Microsoft.SemanticKernel.Plugins.Memory
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The nightly packages worked fine until today.
Platform
The text was updated successfully, but these errors were encountered: