mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Error trying to restore packages through command console #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guillermoplus on GitHub (Nov 17, 2017).
Originally assigned to: @robertmuehsig on GitHub.
dotnet restore
Restoring packages for C:\Users\MASTER\source\Workspaces\Quantica\Quantica.Apps\Quantica.Web.Dashboard\Quantica.Web.Dashboard.csproj...
Restore completed in 11,91 ms for C:\Users\MASTER\source\Workspaces\Quantica\Quantica.Apps\Quantica.Common.Models\Quantica.Common.Models.csproj.
Restore completed in 11,91 ms for C:\Users\MASTER\source\Workspaces\Quantica\Quantica\Quantica.Utilities.WebDavClient\Quantica.Utilities.WebDavClient.csproj.
Restore completed in 26,44 ms for C:\Users\MASTER\source\Workspaces\Quantica\Quantica.Web\Quantica.Utilities.PdfToDocConverter\Quantica.Utilities.PdfToDocConverter.csproj.
Restore completed in 29,62 ms for C:\Users\MASTER\source\Workspaces\Quantica\Quantica.Apps\Quantica.Common.DataAccess\Quantica.Common.DataAccess.csproj.
Restore completed in 69,59 ms for C:\Users\MASTER\source\Workspaces\Quantica\Quantica.Apps\Quantica.Web.Dashboard\Quantica.Web.Dashboard.csproj.
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/javascript/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/windowsphone/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/aspnet/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/silverlight/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/universal/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/lightswitch/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/wpf/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/winrt/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/windowsphone/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/silverlight/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/aspnet/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/universal/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/lightswitch/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/wpf/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/windows-forms/FindPackagesById()?id='ElectronNET.CLI''.
Response status code does not indicate success: 500 (Internal Server Error).
C:\Program Files\dotnet\sdk\2.0.3\NuGet.targets(102,5): error : Failed to retrieve information about 'ElectronNET.CLI' from remote source 'http://nuget.syncfusion.com/aspnet/FindPackagesById()?id='ElectronNET.CLI''. [C:\Users\MASTER\source\Workspaces\Quantica\Quantica.Web\Quantica.Web.sln]
C:\Program Files\dotnet\sdk\2.0.3\NuGet.targets(102,5): error : Response status code does not indicate success: 500 (Internal Server Error). [C:\Users\MASTER\source\Workspaces\Quantica\Quantica.Web\Quantica.Web.sln]
@GregorBiswanger commented on GitHub (Nov 20, 2017):
Do you use a local NuGet server?
@guillermoplus commented on GitHub (Nov 20, 2017):
No, I use the default NuGet Server, but additionally I use the NuGet Package Server from Syncfusion. Could this be causing a problem?
@robertmuehsig commented on GitHub (Nov 28, 2017):
At least it is a 500 from their NuGet server. The NuGet Team has changed the server implementation (v3-endpoint) for the "new" .net core NuGet packages.
@guillermoplus commented on GitHub (Dec 1, 2017):
What need I to do to fix this issue?
@GregorBiswanger commented on GitHub (Dec 1, 2017):
Do you can try the Electron.NET-API Demos App on your system?
https://github.com/ElectronNET/electron.net-api-demos
@guillermoplus commented on GitHub (Dec 1, 2017):
I will do it.
@robertmuehsig commented on GitHub (Feb 19, 2018):
Please comment on this issue if you still have problems to download our NuGet package.