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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment