Search Issue Tracker
In Progress
Fix In Review for 6000.1.X, 6000.3.3f1, 6000.4.0b3, 6000.5.0a4
Votes
0
Found in
6000.1.16f1
6000.2.0b4
6000.3.0b1
Issue ID
UUM-117277
Regression
Yes
UnityConnectWebRequestException: Error while getting current user for project Error is logged when opening Project without access to the assigned Organization
Steps to reproduce:
- Open the attached Project
- Observe the Console
- Navigate to Edit > Project Settings > Services
Actual results: When the Project was opened by someone who doesn't have access to the original Organization, Errors "UnityConnectWebRequestException: Error while getting current user for project.
UnityEditor.Connect.UnityConnectRequests.GetCurrentUserRoleForProject (System.String projectId, System.Threading.CancellationToken cancellationToken) (at <6f18b99a042a4918aa6f33ceeec781c8>:0)
UnityEditor.Connect.ServicesProjectSettings.RefreshCurrentUserRole () (at <432dd5ae2e174677a0c856cd162e23ec>:0)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()"
&
"Could not obtain organization details for organization "5772473271746". This might be caused by network issues. Try using the refresh button.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()"
are logged, even though the Services panel of Project Settings has no refresh button available
Expected results: Previous implementation showed a different Message in the Services panel, enabling users to immediately make a new link for the project, now it suggest refreshing the panel when there is no refresh button. This implementation should be brought back
Reproducible with versions: 6000.1.0b3, 6000.1.16f1, 6000.2.4f1, 6000.3.0b1
Not reproducible with versions: 2022.3.66f1, 6000.0.56f1, 6000.1.0b2
Tested on (OS): Windows 11
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Terms of Service agreement checkbox is invisible under specific OS system themes (UI Accessibility)
- Tile Palette: "Create New Tilemap" dropdown area is displayed in several colors
- Input.mousePosition stops syncing to touch input when using "DownloadHandlerTexture" in WebGL build
- UI Builder canvas doesn't update element styling accordingly when changing Active Theme for some Editor Authoring elements
- Selector Value buttons are not aligned with parameters in UI Builder
Resolution Note (fix version 6000.5.0a4):
Fixed error logs and incorrect UI state in Project Settings > Services when opening a project bound to an organization the user doesn't have access to. The Editor now correctly shows the "Refresh access" screen instead of logging errors.
Resolution Note (fix version 6000.4.0b3):
Fixed error logs and incorrect UI state in Project Settings > Services when opening a project bound to an organization the user doesn't have access to. The Editor now correctly shows the "Refresh access" screen instead of logging errors.
Resolution Note (fix version 6000.3.3f1):
Fixed error logs and incorrect UI state in Project Settings > Services when opening a project bound to an organization the user doesn't have access to. The Editor now correctly shows the "Refresh access" screen instead of logging errors.
Resolution Note (fix version 6000.1):
Fixed error logs and incorrect UI state in Project Settings > Services when opening a project bound to an organization the user doesn't have access to. The Editor now correctly shows the "Refresh access" screen instead of logging errors.