Hi there,
I am facing this issue, Not able to login UiPath Studio, getting the error below
RemoteException wrapping UiPath.Service.Orchestrator.Core.NoUserSessionException: Could not find unattended robot for user key 0f467af5-0746-421a-a68f-d93ded3b40ee.
at UiPath.Service.SessionInfo.ThrowIfException()
at UiPath.Service.UserHost.AttendedServiceProxy.BeginOrUpdateSession(Guid sessionJobId, CancellationToken ct)
at UiPath.Service.UserHost.StudioOperations.Prepare(ClientProcessMessage message, CancellationToken ct)
at UiPath.Service.UserHost.StudioOperations.GetRobotInfoCore(StudioAgentMessage message, CancellationToken ct)
— End of stack trace from previous location —
at UiPath.Service.Api.IStudioOperationsExtensions.GetRobotInfo(IStudioAgentOperations operations, StudioAgentMessage message, CancellationToken ct)
at UiPath.Studio.OnlineServices.Services.ConnectionSettingsService.EnsureRobotConnectedToOrchestrator()
at UiPath.Studio.OnlineServices.Services.ConnectionSettingsService.EnforceSettings(Boolean refresh, CancellationToken cancellationToken)
You are facing this due to license may expired or you don’t have enough licenses. If already you have the license that might be allocated to other.
Go admin>> license and check do you have enough licenses if yes allocate to you.
And check the assistant is connected with same machine key. Do signout and sign in again with the same machine key.
And also logout from studio and relogin.
If these all are not worked, delete existing robot and re create and add new machine key to the assistant .
Hi @dennis.gondwe
Please try this steps
1 User is assigned to the correct Folder.
2 Attended/Unattended Robot license is allocated.
3 Machine Template is connected to the same Folder.
4 User is mapped under Manage Access.
5 Restart UiPath Robot service from services.msc.
6 Sign out from UiPath Assistant and login again.
7 Clear UiPath local cache:
%localappdata%\UiPath
%appdata%\UiPath
If solution works for you please mark as solution
Thanks