'Cannot connect to remote server' error

Is anybody able to build a loop system for my deep research agent that stops the error ‘Cannot connect to remote server’ from being displayed and instead just retries the API call. I’ve tried using Make but I would ideally put this into the workflow so that I don’t have to rewrite my API calls, prompts etc and put them through Make. I don’t expect this to take much longer than an hour to build. It is just one workflow after a button being clicked. I’ve experimented with a few methods but I can’t seem to crack it. If the most efficient way to do this is through Make or a similar alternative that is okay too.

This error usually occur when the server you are interacting with is down

Can you forward the API you are interacting with here and if possible forward any relevant docs

Hi, it is showing because the deep research agent is taking too long to return a response. I just need to find a way to prevent this error being displayed

Then I will suggest you use condition expression to check the message that was returned .


Where do I insert them into this workflow so that is restarts where the error timeout occurs

If I get you correctly this is what you want to achieve:
1.Trigger a call to an AI agent
2. If it shows an error message which says,"cannot connect to remote server " we hide the message
3. Then we retry the process of calling an AI agent until we get our desired response

Yep exactly

can you share the Api you are working with . I will like to test it out on my end . if we are to use the approach above you might use up all your WU on time ,

Try streaming