Copyright © 2026 Unity Technologies
Steps to reproduce:
Actual results: Console shows a generic error with no diagnostic detail, logged at Debug.LogError severity (correctly flagged as an error, but unhelpful content):
An error has occurred in AI Assistant. There was an issue refreshing conversations from the server. Please try again. If the issue persists check your network connection or file a bug using Help > Report a Bug…
Expected results: AI Assistant opens and loads conversation history successfully. If it can't (e.g. no active subscription), the Console should show a specific, actionable reason at the correct severity level.
Reproducible with versions: 2.17.0-pre.1 (6000.7.0a4, 6000.6.0b8)
Not reproducible with versions: 2.17.0-pre.1 (6000.3.21f1)
Can’t test with versions: 6000.5.7f1 as the Assistant package can not be installed and launched
Tested on (OS): MacBook Pro - Tahoe 26.5.2
Notes: Full error
An error has occurred in AI Assistant. There was an issue refreshing conversations from the server. Please try again. If the issue persists check your network connection or file a bug using Help > Report a Bug... UnityEngine.Debug:LogError (object) Unity.AI.Assistant.Editor.ErrorHandlingUtility:PublicLogBackendResultError (Unity.AI.Assistant.Socket.ErrorHandling.BackendResult) (at ./Library/PackageCache/com.unity.ai.assistant@284c75a8d208/Editor/Assistant/ErrorHandling/ErrorHandlingUtility.cs:141) Unity.AI.Assistant.Editor.Assistant/<RefreshConversationsAsync>d__39:MoveNext () (at ./Library/PackageCache/com.unity.ai.assistant@284c75a8d208/Editor/Assistant/Assistant.Conversation.cs:221) System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.AI.Assistant.Socket.ErrorHandling.BackendResult`1<System.Collections.Generic.IEnumerable`1<Unity.AI.Assistant.ApplicationModels.ConversationInfo>>>:SetResult (Unity.AI.Assistant.Socket.ErrorHandling.BackendResult`1<System.Collections.Generic.IEnumerable`1<Unity.AI.Assistant.ApplicationModels.ConversationInfo>>) Unity.AI.Assistant.Editor.Backend.Socket.BaseWebSocketBackend/<ConversationRefresh>d__20:MoveNext () (at ./Library/PackageCache/com.unity.ai.assistant@284c75a8d208/Editor/Assistant/Backend/BaseWebSocketBackend.cs:273) System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.Ai.Assistant.Protocol.Client.ApiResponse`1<System.Collections.Generic.List`1<Unity.Ai.Assistant.Protocol.Model.ConversationInfoV1>>>:SetResult (Unity.Ai.Assistant.Protocol.Client.ApiResponse`1<System.Collections.Generic.List`1<Unity.Ai.Assistant.Protocol.Model.ConversationInfoV1>>) Unity.Ai.Assistant.Protocol.Api.GetAssistantConversationInfoV1RequestBuilder/<BuildAndSendAsync>d__16:MoveNext () (at ./Library/PackageCache/com.unity.ai.assistant@284c75a8d208/Runtime/Socket/Protocol/REST/Api/AiAssistantApi.cs:315) System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.Ai.Assistant.Protocol.Client.ApiResponse`1<System.Collections.Generic.List`1<Unity.Ai.Assistant.Protocol.Model.ConversationInfoV1>>>:SetResult (Unity.Ai.Assistant.Protocol.Client.ApiResponse`1<System.Collections.Generic.List`1<Unity.Ai.Assistant.Protocol.Model.ConversationInfoV1>>) Unity.Ai.Assistant.Protocol.Api.GetAssistantConversationInfoV1Request/<SendAsync>d__2:MoveNext () (at ./Library/PackageCache/com.unity.ai.assistant@284c75a8d208/Runtime/Socket/Protocol/REST/Api/AiAssistantApi.cs:335) UnityEngine.UnitySynchronizationContext:ExecuteTasks () (at /Users/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnitySynchronizationContext.cs:109)
Issues you vote on will appear here