Could not establish connection. Receiving end does not exist

Hi @Allan_Zimmermann
I am facing a issue in my process . The process is it will open an URL and scrape data from it and store it in a DB. It is opening URL after page loading , it gives me logs of :- # “Could not establish connection. Receiving end does not exist.”( “Could not establish connection. Receiving end does not exist.” —> OpenRPA.NM.pipe.NamedPipeClient1+NamedPipeException[OpenRPA.Interfaces.NativeMessagingMessage]: "Could not establish connection. Receiving end does not exist." at OpenRPA.NM.pipe.NamedPipeClient1.Message(T message, TimeSpan timeout)
at OpenRPA.NM.NMHook.sendMessageResult(NativeMessagingMessage message, TimeSpan timeout)
at OpenRPA.NM.NMSelector.GetElementsWithuiSelector(NMSelector selector, IElement fromElement, Int32 maxresults)
at OpenRPA.NM.GetElement.StartLoop(NativeActivityContext context)
at OpenRPA.Interfaces.BreakableLoop.Execute(NativeActivityContext context)
at System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
— End of inner exception stack trace —
at OpenRPA.Activities.InvokeOpenRPA.OnBookmarkCallback(NativeActivityContext context, Bookmark bookmark, Object obj))

I used Try catch where in catch section it will kill Browser if any exception occurs . so after this exception it kills browser and retry it as I also add logic for retries.
so how can we solve this can you please provide me solution for this .

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.