Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with requests with timeout even if the url works fine on chrome #2077

Closed
yayolius opened this issue Feb 15, 2016 · 2 comments
Closed

Comments

@yayolius
Copy link

Hello my name is Claudio Castro.
I have had some issues with the request library because many times it gives me a response of 503 (timeout) even when i check he same url, seconds later and the url works perfectly,

one example of the url that i try to process and gives me error is:

http://www.publimetro.co/feeds/json/content/c-1449216133-0/

My request is called with the next parameters:

request({url: url,timeout: 40*1000,gzip:true,json:true} , function (error, response, body) {

@yuanzx
Copy link

yuanzx commented May 27, 2016

@yayolius do you find out the reason , I have the same issue and Only passed url .

@stale
Copy link

stale bot commented Nov 23, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 23, 2018
@stale stale bot closed this as completed Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants