Chrome not responding

I have had to uninstall and reinstall Google Chrome several times to run jobs in UI Path. I could run the job at 6pm and it runs fine. At 8am the next day it fails at the login screen. When I run the similar code in IE it works fine. Super FRUSTRATED!! My extension is still showing active.

Here is the message that I receive. Please provide suggestions.

Main has thrown an exception
Source: Invoke workflow file: Type into ‘username’
Message: One or more errors occurred.
Exception Type: AggregateException
System.AggregateException: One or more errors occurred. —> System.ArgumentException: Value does not fall within the expected range.
at UiPath.UiBrowserClass.get_node()
at UiPath.Core.Browser.get_Element()
at UiPath.Core.Activities.Target.<>c__DisplayClass33_0.b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
— End of inner exception stack trace —
at UiPath.Core.Activities.InvokeWorkflowFile.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
—> (Inner Exception #0) System.ArgumentException: Value does not fall within the expected range.
at UiPath.UiBrowserClass.get_node()
at UiPath.Core.Browser.get_Element()
at UiPath.Core.Activities.Target.<>c__DisplayClass33_0.b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<—

Please update your Dot.Net Framework. That is causing this Chrome extension recolonization issue.

Hi, Can you explain what the extension recolonization issue is?