UiPath Http request activity fails to handle large Json result

UiPath Http Request activity fails to handle large Json result, I came across a situation while testing with this Api (open Api for developers) : https://jsonplaceholder.typicode.com/posts/1/comments

image

but works well with this Api : https://jsonplaceholder.typicode.com/comments?postId=1 , since it has very few results.

Any suggestions ??

Thanks
Samnan

Hello,

Did you test the same in any Postman or browser?
because I am getting the proper status result and proper output.

Try to update the UiPath.Web.Activities package and try again, also check the resulting status code too.

Did you try both the links ?

  1. https://jsonplaceholder.typicode.com/posts/1/comments
  2. https://jsonplaceholder.typicode.com/comments?postId=1

for 1st one I am not getting the result instead http request activity throws an error for which I had attached the screenshot (no status code when it errors out :slight_smile: ).

Updated the package restarted UiPath still the result is same. Kindly try this and let me know

  1. https://jsonplaceholder.typicode.com/posts/1/comments.

I tried the same,
which version studio are you using?
I tried with 2019.0.1 and its working

Try to debug and share the screenshot of the error message please so that i can have a look at detailed error message.

Thanks,
Meg

Its something to do with the version then,
I am using 2018.1.1, cant update it I will have to wait.

Thanks

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