-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
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
deprecated api version? #380
Comments
FWIW I'm seeing the same thing for packages |
Update: Just noticed the 3.0.1 unitypackage release. This resolved Bad Request issue for me. |
I'm still getting this error on version 3.0.1 for
|
I merged #385 into my local off master. Still experiencing issues: This appears related to #375 and not due to API versioning, but leaving here for posterity.
|
@jwittner @ludos1978 @DWishR could you share some instructions on how to build nugetforunity from master? Also needed in #383 with @tobias-tengler to test Update: check DWishR reply here on 383 |
You can use the ...looks like you beat me to it, @shadiakiki1986 [: |
Sorry that the build process isn't documented - I've captured that need in #386 |
Description
I'm encountering and error when installing a package. Other packages work. The package i am trying to install causes a nuget server response that it's using a deprecated api.
--- ERRORMESSAGE #1 ---
Unable to retrieve package list from http://www.nuget.org/api/v2/FindPackagesById()?id='SharpDX.DXGI'&$orderby=Version asc
System.Net.WebException: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00058] in :0
at System.Net.HttpWebRequest.GetResponse () [0x0000e] in :0
at NugetForUnity.NugetHelper.RequestUrl (System.String url, System.String userName, System.String password, System.Nullable
1[T] timeOut) [0x000b9] in <ebb7710be32040ba9a0cb144ce2a8967>:0 at NugetForUnity.NugetPackageSource.GetPackagesFromUrl (System.String url, System.String username, System.String password) [0x0006c] in <ebb7710be32040ba9a0cb144ce2a8967>:0 at NugetForUnity.NugetPackageSource.FindPackagesById (NugetForUnity.NugetPackageIdentifier package) [0x000ee] in <ebb7710be32040ba9a0cb144ce2a8967>:0 UnityEngine.Debug:LogErrorFormat(String, Object[]) NugetForUnity.NugetPackageSource:FindPackagesById(NugetPackageIdentifier) NugetForUnity.NugetPackageSource:GetSpecificPackage(NugetPackageIdentifier) NugetForUnity.NugetHelper:GetOnlinePackage(NugetPackageIdentifier) NugetForUnity.NugetHelper:GetSpecificPackage(NugetPackageIdentifier) NugetForUnity.NugetHelper:InstallIdentifier(NugetPackageIdentifier, Boolean) NugetForUnity.NugetHelper:Install(NugetPackage, Boolean) NugetForUnity.NugetHelper:InstallIdentifier(NugetPackageIdentifier, Boolean) NugetForUnity.NugetWindow:DrawPackage(NugetPackage, GUIStyle, GUIStyle) NugetForUnity.NugetWindow:DrawPackages(List
1)NugetForUnity.NugetWindow:DrawOnline()
NugetForUnity.NugetWindow:OnGUI()
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
--- END ERRORMESSAGE 1 ---
--- ERRORMESSAGE 2 ---
Could not find SharpDX.DXGI [4.2.0, ) or greater.
UnityEngine.Debug:LogErrorFormat(String, Object[])
NugetForUnity.NugetHelper:InstallIdentifier(NugetPackageIdentifier, Boolean)
NugetForUnity.NugetHelper:Install(NugetPackage, Boolean)
NugetForUnity.NugetHelper:InstallIdentifier(NugetPackageIdentifier, Boolean)
NugetForUnity.NugetWindow:DrawPackage(NugetPackage, GUIStyle, GUIStyle)
NugetForUnity.NugetWindow:DrawPackages(List`1)
NugetForUnity.NugetWindow:DrawOnline()
NugetForUnity.NugetWindow:OnGUI()
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
--- END ERRORMESSAGE 2 ---
--- ERRORMESSAGE 3 ---
Unable to install package SharpDX.Direct3D11 4.2.0
System.Exception: Failed to install dependency: SharpDX.DXGI [4.2.0, ).
at NugetForUnity.NugetHelper.Install (NugetForUnity.NugetPackage package, System.Boolean refreshAssets) [0x001a1] in :0
UnityEngine.Debug:LogErrorFormat(String, Object[])
NugetForUnity.NugetHelper:Install(NugetPackage, Boolean)
NugetForUnity.NugetHelper:InstallIdentifier(NugetPackageIdentifier, Boolean)
NugetForUnity.NugetWindow:DrawPackage(NugetPackage, GUIStyle, GUIStyle)
NugetForUnity.NugetWindow:DrawPackages(List`1)
NugetForUnity.NugetWindow:DrawOnline()
NugetForUnity.NugetWindow:OnGUI()
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
--- END ERRORMESSAGE 3 ---
SharpDX.Direct3D11
3.0.1 from UnityPackage
2019.3.2f1
Windows 10
The text was updated successfully, but these errors were encountered: