Questions tagged [request-timed-out]
94 questions
1
vote
1 answer
Script Timed Out When Generating a PDF document with REST API call
I am facing a problem when generating PDF document with REST API call using PHP. API returning more than 10k results but my script timed out and script can't generate the document. The REST API is for OpenSearchSever and I am using…

Arjun Kariyadan
- 489
- 2
- 12
1
vote
0 answers
DataSnap REST Server Client's timeout issue - Berlin
I am in some strange situation. I made DataSnap REST server and client. All REST server's methods are call by client through TRESTClient. My REST Server is Apache Module. Also I used TSQLConnection & TDSClientCallbackChannelManager for Peer-to-Peer…

shariful
- 455
- 1
- 9
- 21
1
vote
1 answer
PHP-FPM served by Nginx: 504 Gateway Time-out - nginx
I have a PHP Android Push notification script. when I run the script I get the following response "504 Gateway Time-out nginx" in my browser.
On my server in the general log overview I get the following error:
Error: 504, Message: GET…

user1242574
- 1,257
- 3
- 12
- 29
1
vote
1 answer
Request timeout in nginx
I am getting 499 on server side of my application(on nginx) and 504 on the client side. The default time out for client side is 5000 seconds and the response I am getting is exactly after 60 seconds.
Below is the nginx.conf for my application.
user…

the_unknown_spirit
- 2,518
- 7
- 34
- 56
1
vote
1 answer
selenium TimeoutException: Message: python
I have the following code, and trying to connect to itunesconnect using selenium
from selenium import webdriver
from selenium.webdriver.support.ui import WebDriverWait
driver =…

Shiva Krishna Bavandla
- 25,548
- 75
- 193
- 313
1
vote
0 answers
i am getting keydispatching timed out error on button click in my activity
This is my activity and on the button click i m getting timed out error. the buttons are for openingfone gallery selecting fotos and saving it. pls help me find a solution.
Logcat
08-27 15:57:10.434: E/ActivityManager(80): ANR in…

mystack
- 192
- 9
1
vote
1 answer
Cloud code - "Execution timed out" during saveAll call in afterSave
Situation
I have a messaging Android app providing following feature(s)
to send message direct message to one selected recipient
to create public announcement that all users using the app receive (except author)
each user sees on his phone a…

Tomas
- 459
- 3
- 15
1
vote
1 answer
NSURLRequest the request time out
I've a strange problem, I'm working on a project that I've to request from a server, When requesting a URL without parameters using GET method, it works fine and return the desired data, but when using the same code to call the URL and sending a…

Scar
- 3,460
- 3
- 26
- 51
1
vote
0 answers
Request timed out when working with Google Spreadsheets
I'm having an issue that only happens with a handful of users that visit my website. Unfortunately I haven't been able to determine a cause of the problem as it is spread across different browsers as well as different OSs. Basically the majority of…

daniel
- 103
- 1
- 2
- 7
1
vote
1 answer
Heroku H12 Request timeout when running Ruby Anemone
I have a Ruby app hosted on Heroku that runs Anemone (Ruby web spider / crawler) on user-specified domains. When the user picks a medium-to-large sized domain, it crashes and the logs show an H12 error (Request timeout).
This is because Anemone…

dbuss1
- 82
- 4
1
vote
0 answers
Server timeout waiting for the HTTP request from the client
I do a small for loop in PHP on my localhost machine, it contains sleep(60) to echo some text every 60 seconds .. but before the first loop finishes, I got an error in the browser that says:
Request Time-out
Server timeout waiting for the HTTP…

JAHelia
- 6,934
- 17
- 74
- 134
1
vote
2 answers
PHP Uploading Multiple files always gives me timeout error
Ok, I don't quite understand why, but no matter what I seem to set in PHP's ini_set function, I am unable to upload multiple files or the files that I'm uploading are too big... I don't understand it. Here's what I am setting so far within the…

Solomon Closson
- 6,111
- 14
- 73
- 115
0
votes
1 answer
Why the AWS lambda function, throws "Endpoint request timed out ". Message?
After closing and refreshing the session, it endpoint works fine. Is it because the next call is trying to access the already executing instance.
I want to know the reason for this error and also if there is a way to automatically refresh the…

Dimble
- 1
- 1
0
votes
0 answers
Implementing request timeout in Rest API call
My rest microservice (spring boot) invokes a call on third party api service that may take long time to return hence I want to implement timeout so that the long running calls to this third party service does not cause app crashes.
I have looked at…

pash
- 15
- 2
- 7
0
votes
1 answer
Can we pipe two RxJS timout methods with same request?
I am trying to identify if my resource is failing due to timeouts and at the same time want to analyze how many failures are with timeouts. So, I am trying to attach one timeout with request which will simply log saying request not recieved within…

Ashmah
- 842
- 2
- 8
- 17