Skip to main content
Solved

When i try to call a certain API I seem to fail when the response is too big with the error message: HTTPGetforbrug_3 (HTTPFactory): [1]: HTTP transfer error: Server returned nothing (no headers, no data)

  • May 1, 2023
  • 4 replies
  • 53 views

Forum|alt.badge.img+1

I have set the timeout to 1800 seconds but i fails after about 10 minutes. I have asked the guy who administers the webservice and he says that on the API side it seems to go well and it sends the response after about 12 minutes.

 

I have attached the log file of me trying to run the httpcaller.

 

Edit: I can see that i some months ago made a similar thread, so if you (administrators) prefer I can delete this and respond in the old one.

 

In short I was asked in that thread wether I was sure that there should be a response, and I am sure of that. Sorry about the double post!

 

Kind Regards

Rasmus Raun

Best answer by rasmusraun

What happens when you do the same call using Postman? Can you reproduce the behaviour as in FME?

Thank you for your reply. We tried this, and it turns out that there was an issue with the app server, which we found a workaround for.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

nielsgerrits
VIP
Forum|alt.badge.img+61

What happens when you do the same call using Postman? Can you reproduce the behaviour as in FME?


david_r
Celebrity
  • May 1, 2023

Also, is there a possibility to request smaller chunks of data and use e.g. paging to iterate over the chunks?

https://community.safe.com/s/article/Getting-Started-with-API-Pagination


Forum|alt.badge.img+1
  • Author
  • Best Answer
  • May 4, 2023

What happens when you do the same call using Postman? Can you reproduce the behaviour as in FME?

Thank you for your reply. We tried this, and it turns out that there was an issue with the app server, which we found a workaround for.


Forum|alt.badge.img+1
  • Author
  • May 4, 2023

Also, is there a possibility to request smaller chunks of data and use e.g. paging to iterate over the chunks?

https://community.safe.com/s/article/Getting-Started-with-API-Pagination

Thanks for the reply. We allready were using paging, but it turns out that the problem was with the app server, when we tried to do the same call in postman it also failed.