Search Issue Tracker
Active
Votes
0
Found in
Not Applicable
Issue ID
UUM-133495
Regression
No
Console shows Exception: {"error":"not found","detail":["not found"]} after opening Build History window
Steps to reproduce:
Case 1
- Create a new local Unity project using the Universal 2D template (option "Create new local project" should be selected in the Hub)
- Open the Build Profiles window (File > Build Profiles)
- Click the "Add Build Profile" button
- Select the Windows platform and click the "Add Build Profile" button
- Click the "Cloud Build" button
- Click the "Install" button in the "Build Automation" window
- Go to "Window > Unity Build Automation > Build History"
- Observe the Console view
----
Case 2
- Create a new local Unity project using the Universal 2D template (option "Create new local project" should be selected in the Hub)
- Open the Package Manager (Window > Package management > Package Manager)
- Select "Unity Registry"
- Search and install the "Build Automation" package
- Go to "Window > Unity Build Automation > Build History"
- Observe the Console view
Actual results: Console displays an error
{code:java}
Exception: {"error":"not found","detail":["not found"]}
Unity.Services.CloudBuild.Editor.BuildAutomationApiClient.CreateJsonGetRequestAsync[T] (System.String url) (at ./Library/PackageCache/com.unity.services.cloud-build@f4c194c81a21/Editor/BuildAutomationApiClient.cs:120) {code}
Expected results: No errors in the Console window
Reproducible with versions: 2.0.7(6000.3.7f1, 6000.4.0b7, 6000.5.0a6)
Can’t test with versions: 1.0.5(6000.0.65f1) needed functionality not available
Tested on (OS): macOS - Tahoe 26.2
Notes: Full error
{code:java}
Exception: {"error":"not found","detail":["not found"]}
Unity.Services.CloudBuild.Editor.BuildAutomationApiClient.CreateJsonGetRequestAsync[T] (System.String url) (at ./Library/PackageCache/com.unity.services.cloud-build@f4c194c81a21/Editor/BuildAutomationApiClient.cs:120)
Unity.Services.CloudBuild.Editor.BuildAutomationHistoryWindow.FetchBuildHistory () (at ./Library/PackageCache/com.unity.services.cloud-build@f4c194c81a21/Editor/BuildAutomationHistoryWindow.cs:102)
Unity.Services.CloudBuild.Editor.BuildAutomationHistoryWindow.CreateGUI () (at ./Library/PackageCache/com.unity.services.cloud-build@f4c194c81a21/Editor/BuildAutomationHistoryWindow.cs:76)
System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <3eb0070ec3184acfa9cdfc9616bb21ab>:0)
UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at /Users/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnitySynchronizationContext.cs:156)
UnityEngine.UnitySynchronizationContext.Exec () (at /Users/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnitySynchronizationContext.cs:84)
UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at /Users/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnitySynchronizationContext.cs:110) {code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Build and Run button greyed out for locally invalid architecture, despite remote build is specified
- Graphics Settings: “Use Defaults” checkboxes misaligned in Tier Settings section
- VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
Add comment