Get Activities are not working when trying to connect to Attachmate Terminal from UiPath

Hi,

I’m using UiPath.Terminal.Activities Pack of V1.3.0. I can use all the activities associated with it, except the Get Activities.

Get Screen Area,
Get Field Position,
Get Text,
Get Text At Position

When I’m trying to Run using one of the above Get Activities, The screen gets stuck there and nothing happens after that.

Sometime I’m encountering a message that “UiPath.Terminal.Host Stopped Working”.

Source: Get Screen Area

Message: Terminal error: NotConnected

Exception Type: System.Exception

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: Terminal error: NotConnected
at UiPath.Terminal.Activities.TerminalSession.OnFaultedCallback(NativeActivityFaultContext faultContext, Exception exception, ActivityInstance source)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

I’m not sure why it’s happening only for Get Activities. Can anyone please help me here.