Questions tagged [connection-timeout]

When a process attempts to connect to a remote service, and fails to do so after a predetermined period of time.

833 questions
-2
votes
1 answer

Bit.ly API call works fine at home, but times out at work. c#

I have a C# project in which I make a Bit.ly API call to read the share count of my bit.ly links. I ran the executable at home, and there is no problem reading the sharecounts of 4 different links which takes less than 4 seconds to complete. When…
-3
votes
1 answer

ssh: connect to host github.com port 22: Connection timed out when I try to push my code to github

I got this error when I try to push my code to github. I tried to update the config file and it is not working in my case.
-3
votes
2 answers

How can I set the time out, in the command and the connection?

this is my code in the dataset.cs. what do I have to add for set the timeout in the connection and the command? namespace M_Report { partial class A_DBDataSet { partial class VP_DataTable { } } } namespace…
user11116003
-3
votes
2 answers

gradle sync failed, read timeout error in android studio 3.3.1 for sample hello world app in

connection timeout error in gradle sync, in android studio 3.3 for sample hello world app in. Earlier it was working with no proxy set in http setting in android studio settings. I have tried other solution from stack overflow. looks like gradle…
-3
votes
1 answer

SQL Server 2012 Express Connection Timeout Expired

Error Message Picture I installed SQL Server 2012 Express from scratch, but it is not working. Same problem again.
-4
votes
2 answers

What timeout set for apache http client?

I'm using apache http client import org.apache.http.impl.client.DefaultHttpClient; //... my_httpParams = new BasicHttpParams(); HttpConnectionParams.setConnectionTimeout(my_httpParams, 300); HttpConnectionParams.setSoTimeout(my_httpParams,…
Marian Paździoch
  • 8,813
  • 10
  • 58
  • 103
-5
votes
1 answer

Impossible to connect on 127.0.0.1 using MAMP

I am currently facing a big issue on a mission I have to do quickly for my job. I had to install Prestashop 1.7.8 and create the entire website on it, I a using MAMP, (PHP version 7.4.16). The entire configuration went well but after the install, I…
1 2 3
55
56