While calling external API timeout issue coming
Status: Open · Asked by Angus Montgomery arts on · 0 views
While calling external API timeout issue coming. I have check history and found June 5 same API is working but aftter that getting timeout issue 25 second.
I am using http://134.209.181.159/api/getinvitation/45672255 this API in API integration. Could you please let me. same API is working in postman.
I have created 2 workflow and both are not working now.
Attachments


Hey @Angus Montgomery arts
Could you please let me. same API is working in postman.
We suggest you first execute the same CURL request in Postman to ensure the API runs correctly, and then replicate the CURL request in the API through the Pabbly action step.

Thank you for suggesting import cURL. I tried but not working but its working in postman perfectly. Could you please let me know why previously its working and suddenly stop working through Pabbly Connect site.
Attachments


I tried again and its working for me. Thank you so much for your suggestion. I will let you know if not working
Thank you for the update. We are glad its working now.
Team- The issue is still present. Again the API is not hitting through pabby connect. but its working from postman. I am not sure why its happened every second day. Could you please provide me permanent solution on this. lots of deal having similar issue and my client is worry to use this platform.
Can you please share your curl request with us which you have worked on postman so, that we can check on it and help you accordingly.
Here is the postman request: I have created 2 workflows and integrated 2 URLs but both are not working.
Workflow: SendAnguscontact
http://134.209.181.159/api/contactinfo/360020364
Curl request:
curl --location 'http://134.209.181.159/api/contactinfo/360020364'
Workflow: AngusInvitationFlow
http://134.209.181.159/api/getinvitation/45672255
curl --location 'http://134.209.181.159/api/getinvitation/45672255'
Workflow: SendAnguscontacthttp://134.209.181.159/api/contactinfo/360020364
Curl request:
curl --location 'http://134.209.181.159/api/contactinfo/360020364'Workflow: AngusInvitationFlow
http://134.209.181.159/api/getinvitation/45672255
curl --location 'http://134.209.181.159/api/getinvitation/45672255'
After importing the same cURL request, the API is responding as expected, similar to Postman. Please refer to the attached screenshot for details.

Hi Pabby team,
I have facing again the timeout issue in my API integration. Every day same issue was occur. Could you please provide me some good solution. Because same API is working fine in postman.


Hey @Angus Montgomery arts
Please refer to this thread to troubleshoot your "Response not received in 25 seconds" error.
Let us know if this works for you.
Luv,
Its not about response, Even my request is also not coming to my API from pabbly connect. Please check why this issue is coming back to back.
See below snapshot shot to failure request
Hey @Angus Montgomery arts
We have applied the delay and manually executed a few of your failed tasks. Kindly refer to the image below.

Please monitor your workflow for a while and let us know if you encounter any further issues.
Thank you so much,
Could you please check below workflow also I have added delay 1 min, is this correct. but after trying for test it will not giving me correct response.

Hey @Angus Montgomery arts
It appears that this workflow of yours is executing properly. Kindly monitor your workflow for a while and let us know if in case you face any further issues.

Team,
I am asking below workflow. I have created 2 workflow one is working fine (SendAnguscontact). there is another one which is (
AngusInvitationFlow) not working fine. Please check asap
https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTY1MDYzNjA0M2M1MjZlNTUzMTUxMzAi_pc

Hey @Angus Montgomery arts
We have modified the delay to 5 minutes instead of 1 as mentioned in this thread -
https://forum.pabbly.com/threads/pabbly-connect-timeout-limit-error-response-not-received-in-25-seconds.855/
Kindly monitor your workflows for a while and let us know if it works for you.
Hi Luv,
Its not working. My both workflow are not working (SendAnguscontact and AngusInvitationFlow) please suggest what need to be done to correct those. From tomorrow onward every request was failing.


Hey @Angus Montgomery arts
The endpoint you are currently using uses the 'http' protocol, which can cause errors when executing the API through Pabbly.
We recommend using an endpoint that uses the 'https' protocol instead.
Kindly set up the workflow accordingly, and do a few test runs.
Let us know if it works for you.
Hey Pabbly Team,
I have again facing issue for timeout. I am not how sometime request is working and sometimes are not. Could you please do something to correct my workflow. I have 2 work flows create " SendAnguscontact" and "AngusInvitationFlow".
1. "SendAnguscontact" this workflow sometime is work and sometime is not. But "AngusInvitationFlow" this workflow is not working in long time. Could you please check. My end point is working fine in postman.
Due to this issue my client is not happy and lost of issue is coming.


1. "SendAnguscontact" this workflow sometime is work and sometime is not. But "AngusInvitationFlow" this workflow is not working in long time. Could you please check. My end point is working fine in postman.
As we can see from the API call from your workflow, we cannot see that the API call is working fine.

Please share the cURL request which is working fine.
As we can see from the API call from your workflow, we cannot see that the API call is working fine.
Please share the cURL request which is working fine.
Team- Its GET call NOT POST. Please change GET it will work.
Team- Its GET call NOT POST. Please change GET it will work.
We have verified this with a GET request, and the API call is still unresponsive as it is taking more than 25 seconds. Please contact the API provider to check the response time.

We have verified this with a GET request, and the API call is still unresponsive as it is taking more than 25 seconds. Please contact the API provider to check the response time.
Team - I don't know why this request is not working in your end. It's working for my end successfully. see below
URL-
http://crm-angusmontgomeryarts.com/api/getinvitation/49216615

Please check the following short recorded video. We tried using our Postman application online, but it is not working.
Please check the following short recorded video. We tried using our Postman application online, but it is not working.
Team- Above screenshot URL is not working for me. Could you please setup meeting with me so we can discuss this issue over call and resolve asap without back&forth. Please setup meeting with this email id "[email hidden]".
Please note that we only support API requests with endpoint URLs using HTTPS. For security reasons, HTTP (without the "s") is not supported. Kindly update your request to use an HTTPS endpoint to ensure a successful connection.
Please note that we only support API requests with endpoint URLs using HTTPS. For security reasons, HTTP (without the "s") is not supported. Kindly update your request to use an HTTPS endpoint to ensure a successful connection.
Thank you for your suggestion. I will check at my end and get back to you again.
But I have seen some of the request is working for same URL. how that was happened. See below snapshot on my another workflow.

While it might seem that some requests are working over HTTP, this could be due to temporary or legacy configurations that may still allow HTTP requests in certain environments. However, as a standard and secure practice, our system officially supports only HTTPS to ensure data encryption and security.