Skip to main content
Question

HTTP/FTP transfer error: 'Failure when receiving data from the peer'

  • October 5, 2020
  • 3 replies
  • 709 views

Hello!

I´m running a workspace that uses a HTTPCaller but this error is shown "HTTP/FTP transfer error: 'Failure when receiving data from the peer'" and translation fails....do you know how to solve this error? Thanks in advanced. The data is from an external website.

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.

3 replies

david_r
Celebrity
  • October 6, 2020

Could it be a timeout issue? Perhaps try increasing the two timeouts in the HTTPCaller, look under the section HTTP Client Options.


virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Could it be a timeout issue? Perhaps try increasing the two timeouts in the HTTPCaller, look under the section HTTP Client Options.

You miiight also get a little more information from the log if you turn on DEBUG logging in the options. Note: This is only recommended for web based debugging. Ignore everything else including BADNEWS. BADNEWS is fine.

Once you have figured out the issue then turn debug logging back off


david_r
Celebrity
  • October 6, 2020

You miiight also get a little more information from the log if you turn on DEBUG logging in the options. Note: This is only recommended for web based debugging. Ignore everything else including BADNEWS. BADNEWS is fine.

Once you have figured out the issue then turn debug logging back off

Agree completely about using debug mode here.

On a side note, I'd love to have a chat with the poor soul that decided that printing "BADNEWS" for non-critical debug messages was a good idea ;-) I can't count the number of clients I've had to assure that no, it's not really bad news for your translation!