Questions tagged [request-timed-out]

83 questions
25
votes
7 answers

Diagnosing "Request timed out" HttpExceptions

Here on StackOverflow, we're seeing a few "Request timed out" exceptions every day. The facts: Request timeout is the default 90 seconds Occurs only on POSTs Data posted is text, usually small (< 1KB), but can range to a few KB No Form data is…
Jarrod Dixon
  • 15,346
  • 9
  • 57
  • 72
20
votes
5 answers

Requesting Elasticsearch from Node times out

I am setting up a simple Node.js REST service to interface with Elasticsearch, using the official Javascript client. I'm running this code locally, but the cluster is located remotely. When I go trough the browser, with the _head plugin, I can…
Kroltan
  • 4,424
  • 4
  • 31
  • 52
13
votes
3 answers

How to manage the 5 seconds response timeout limit in Dialogflow / Api.ai?

I am using Dialogflow to create an agent / bot which responds to different types of user queries with action items like "I need to get a letter from the HR for address proof". This needs the bot to fetch some information from the company's database…
12
votes
5 answers

NSURLRequest timeout interval default time

Can you share your answer to me for NSURLRequest default timeoutInterval time NSMutableURLRequest default timeoutInterval time
IOS Rocks
  • 2,109
  • 2
  • 18
  • 24
11
votes
2 answers

Volley request retry policy doesn't consider timeout

I've set 1500 as initialTimeoutMs in DefaultRetryPolicy as below but it doesn't consider the timeout: request.setRetryPolicy(new DefaultRetryPolicy(1500 , DefaultRetryPolicy.DEFAULT_MAX_RETRIES ,…
Alireza Noorali
  • 3,469
  • 2
  • 23
  • 60
7
votes
4 answers

Google Apps script setValues() issue: timing out intermittently

I have a Google Apps script that has been running without issues for 4 years. However, since 3 weeks I have this problem: the script is running for a very long time and failing. This happens every 3 out of 10 runs. The error message is “Service…
7
votes
1 answer

Any Progress on Diagnosing “Request timed out” HttpExceptions?

I am having the same issue as described in this post, Diagnosing "Request timed out" HttpExceptions. I've turned on Failed Request Tracing as recommended and am working with someone at MS (although it's painfully slow). The original post hasn't…
Dr. C. Hilarius
  • 1,044
  • 1
  • 14
  • 20
7
votes
1 answer

FtpWebResponse, the operation timed out

I want to download files based on their date time from a ftp server..I can access this Ftp from CuteFtp third party and every thing is Okey..but when I run the code below at line GetRespone() I get this error: the operation has timed out. I…
Paridokht
  • 1,237
  • 5
  • 20
  • 41
6
votes
1 answer

Set Request Timeout in Elastic Search for bulk loads

I wanted to set the request time to 20 sec or more in Elasticsearch Bulk uploads. Default time is set to 10 sec and my Warning message days it takes 10.006 sec. And, right after displaying the waring the execution is throwing an error Now, I wanted…
6
votes
3 answers

Git issue: Failed to connect (Timed Out)

I'm having the same issue as described here, but unfortunately that did not receive an answer... Essentially, whenever I try to push/clone to a git repository (whether its from Github or another site), I am unable to do so. I am getting the…
user3342582
  • 71
  • 1
  • 1
  • 4
5
votes
2 answers

how set the request timeout in asp .net core 3.1

From the Visual Studio select Create a new project. Select ASP.NET Core 3.1 Publish and Host in IIS Increase upload file size this code : public void ConfigureServices(IServiceCollection services) { services.Configure(options…
sbr
  • 101
  • 1
  • 1
  • 10
4
votes
2 answers

Flutter App failed to make HTTP request on iOS simulator

I tried to make a simple HTTP get request using Dio in a Flutter App like this: Dio dio = new Dio(); Response response = await dio.get('https://www.baidu.com'); print(response.data.toString()); It works perfect on a real iOS device, but time out on…
BeBeBerr
  • 41
  • 1
  • 3
4
votes
1 answer

How to handle a request timeout in ASP.NET MVC5 application?

I have tried the following so far- 1) Added Custom attribute for handling timeout. public class TimeOutFilter : ActionFilterAttribute { public override void OnActionExecuting(ActionExecutingContext filterContext) { …
4
votes
4 answers

FileZilla Connection timed out, Error Connecting to Server

I am having an issue with FileZilla, when I try access my FTP account, I get this: Status: Connecting to xxx.xxx.xxx.xxx:xx (Ip adds:port) Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status:…
Som
  • 843
  • 2
  • 14
  • 29
3
votes
2 answers

SOAP Request Timeout in Console App (.NET)

I have a SOAP web service added to a console app and every time I make a specific call its timing out on me. Other calls work fine. How do I increase the timeout length in a console app? Seems like it's currently about 90 seconds. Thanks.
Wes P
  • 9,102
  • 14
  • 39
  • 48
1
2 3 4 5 6