Hello! I’m working on a new VRChat world, and this morning I pushed it to community labs without any issue, but just now I found that the VRC SDK is greyed out and I can’t push further updates.
If I delete the Blueprint ID from the Pipeline Manager then I’m able to upload, but that would mean losing my existing ID and having to wait a week to upload again
Any suggestions? Here’s the error I receive:
ApiErrorException: Exception of type 'VRC.SDKBase.Editor.Api.ApiErrorException' was thrown.
VRC.SDKBase.Editor.Api.VRCApi.MakeRequestWithResponse[T,TResponse] (System.String requestUrl, System.Net.Http.HttpMethod method, System.Collections.Generic.Dictionary`2[TKey,TValue] queryParams, System.Boolean forceRefresh, T body, System.String contentType, System.Byte[] contentMD5, System.Int32 contentLength, System.Int32 timeout, System.Action`1[T] onProgress, System.Threading.CancellationToken cancellationToken) (at ./Packages/com.vrchat.base/Editor/VRCSDK/Dependencies/VRChat/API/VRCApi.cs:288)
VRC.SDKBase.Editor.Api.VRCApi.MakeRequest[T,TResponse] (System.String requestUrl, System.Net.Http.HttpMethod method, System.Collections.Generic.Dictionary`2[TKey,TValue] queryParams, System.Boolean forceRefresh, T body, System.String contentType, System.Byte[] contentMD5, System.Int32 contentLength, System.Int32 timeout, System.Action`1[T] onProgress, System.Threading.CancellationToken cancellationToken) (at ./Packages/com.vrchat.base/Editor/VRCSDK/Dependencies/VRChat/API/VRCApi.cs:340)
VRC.SDKBase.Editor.Api.VRCApi.Get[T] (System.String requestUrl, System.Collections.Generic.Dictionary`2[TKey,TValue] queryParams, System.Boolean forceRefresh, System.Boolean allowRetry, System.Threading.CancellationToken cancellationToken) (at ./Packages/com.vrchat.base/Editor/VRCSDK/Dependencies/VRChat/API/VRCApi.cs:357)
VRC.SDKBase.Editor.Api.VRCApi.Get[T] (System.String requestUrl, System.Collections.Generic.Dictionary`2[TKey,TValue] queryParams, System.Boolean forceRefresh, System.Boolean allowRetry, System.Threading.CancellationToken cancellationToken) (at ./Packages/com.vrchat.base/Editor/VRCSDK/Dependencies/VRChat/API/VRCApi.cs:365)
VRC.SDKBase.Editor.Api.VRCApi.GetImage (System.String url, System.Boolean forceRefresh, System.Threading.CancellationToken cancellationToken) (at ./Packages/com.vrchat.base/Editor/VRCSDK/Dependencies/VRChat/API/VRCApi.cs:729)
VRC.SDKBase.Editor.Elements.Thumbnail.SetImageUrl (System.String url, System.Threading.CancellationToken cancellationToken, System.Boolean forceRefresh) (at ./Packages/com.vrchat.base/Editor/VRCSDK/Dependencies/VRChat/Elements/Thumbnail/Thumbnail.cs:142)
VRC.SDK3.Editor.VRCSdkControlPanelWorldBuilder.CreateContentInfoGUI (UnityEngine.UIElements.VisualElement root) (at ./Packages/com.vrchat.worlds/Editor/VRCSDK/SDK3/VRCSdkControlPanelWorldBuilder.cs:1304)
System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <eef08f56e2e042f1b3027eca477293d9>:0)
UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at <b41119cc6741409ea29f63c7f98de938>:0)
UnityEngine.UnitySynchronizationContext.Exec () (at <b41119cc6741409ea29f63c7f98de938>:0)
UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at <b41119cc6741409ea29f63c7f98de938>:0)
Thank you in advance for your help!