Unable to spy the elements from Postman

Dhilipkumar

New Member
The postman application is getting launched, and when I try to spy the element the BP throws below error as soon as the application is launched.

Application is getting launched from BP and being detached from business object.

All I am trying to do is to validate the get services with the url along with headers and Body.

"There was an error during the spying operation.

System.ApplicationException: External AppMan reader thread exited before response from query
at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers)
at AutomateUI.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)"


Thanks,
Dhilipkumar
 
Last edited:

Dhilipkumar

New Member
I attached the application through the Utility-Environment VBO and I have got the application attached to the Blue prism (v6.4).

But when I am trying to spy the element in the postman application (windows application starts from the exe), I am not able to spy from any of the spying methods.

Can any one please help here.
 
Top