[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-05 Thread Bay
I have the exact same problem. Some URLs work others dont. All of them have been used for months before they started throwing errors last week. On Tuesday, November 5, 2013 11:37:53 PM UTC+1, GAEfan wrote: > > I have been fetching data from a url for years. Last week, it stopped > working, yiel

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-06 Thread Richard
I am using the following code without problems. Notice the short deadline and lack of allow_truncated=True. Not sure if that makes a difference. try: number_of_boxen = 4 for box in range(1,number_of_boxen+1): url = 'http://XX%s.YY.ZZ/abc' % box rpc =

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-06 Thread GAEfan
Bay, Perhaps there is some DNS issue. I cannot ping the IP address of the url I access. My browser gets there fine, as does the development machine. Not sure why. Can you get the IP address, and try to ping it? -- You received this message because you are subscribed to the Google Groups "

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-06 Thread Bay
Ping and DNS are two different things. Some servers do not respond to ping so not sure what the aim would be. All servers that fail in GAE respond in dev sdk and desktop browser. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubsc

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-06 Thread GAEfan
"All servers that fail in GAE respond in dev sdk and desktop browser." Yes, that is what I am experiencing as well. Also, most URLS work. But to this one domain, it does not. Seems to be something Google has changed a week ago. Something related to DNS, firewall, IP blocking, etc.? Would be

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-06 Thread Rik
Same thing here. All was fine for months until October 31, when urlfetch began intermittently (but quite frequently) throwing DeadlineExceededError. On Tuesday, November 5, 2013 10:18:58 PM UTC-8, Bay wrote: > > I have the exact same problem. Some URLs work others dont. All of them > have been u

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-06 Thread Bram
I too have this problem, started at 2 am on Nov 1 (first fetch to that server on that day). The app fetches that url twice a day and has done so for more than a year, stopped working entirely as of Nov 1. I can access the URL in devserver, and in a browser, even with User-Agent setting that i

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-06 Thread John Lowry
Our engineering team is investigating this issue. We have created a report in the external issue tracker: https://code.google.com/p/googleappengine/issues/detail?id=10249 Feel free to star this issue to get updates. You can also add your app ID and the URLs that are failing to the issue. On We

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-06 Thread GAEfan
Starred, with app and url. Thank you for following up, John. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com.

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-06 Thread GAEfan
Thank you to the Google team for fixing this. Ken -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-07 Thread GAEfan
Spoke too soon. Urlfetch is down again. System status says AOK, so Googlers might not be aware of this -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to go

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-07 Thread Bartosz Kołodziej
We are experiencing same problems, almost every urlfetch fails. On Thursday, November 7, 2013 4:40:05 PM UTC+1, GAEfan wrote: > > Spoke too soon. Urlfetch is down again. System status says AOK, so > Googlers might not be aware of this -- You received this message because you are subscribed t

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-07 Thread Brandon Thomson
It's messed up over here too, my mailbox is flooded with DEADLINE_EXCEEDED errors -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-07 Thread Aerodyno
Yes, experiencing this problem right now, has a huge negative affect on our site as we depend on real-time url-fetched data, please keep us posted. On Thursday, November 7, 2013 11:10:58 AM UTC-5, Brandon Thomson wrote: > > It's messed up over here too, my mailbox is flooded with DEADLINE_EXCEEDE

[google-appengine] Re: urlfetch DeadlineExceededError

2013-11-07 Thread Peabody Wormsworth
Same issue for me. fetch timeout. On Thursday, November 7, 2013 7:40:05 AM UTC-8, GAEfan wrote: > > Spoke too soon. Urlfetch is down again. System status says AOK, so > Googlers might not be aware of this -- You received this message because you are subscribed to the Google Groups "Google Ap

[google-appengine] Re: UrlFetch DeadlineExceededError

2015-07-20 Thread Nick (Cloud Platform Support)
Hi Michael, Google Groups isn't the place to post specific technical issues, as this forum is meant more for general discussion of the platform and services. If you would like help with a technical issue, you should post to stackoverflow [1] or serverfault [2]. If you believe you've identifi

[google-appengine] Re: urlfetch DeadlineExceededError

2008-11-24 Thread Jeff S
Hi István, If you know the cookies which need to be sent, you can construct HTTP headers for each of the cookies and call the final URL and cut out the redirects. To send a cookies as a header, you would add them to the headers dictionary with something like this: # A single cookie # Cookie: nam

Re: [google-appengine] Re: urlfetch DeadlineExceededError

2013-11-07 Thread Vinuth Madinur
All our urlfetch requests are failing with: "error: An error occured while connecting to the server: Unable to fetch URL:" Starred the issue. On Thu, Nov 7, 2013 at 9:40 PM, Brandon Thomson wrote: > It's messed up over here too, my mailbox is flooded with DEADLINE_EXCEEDED > errors > > -- > You

Re: [google-appengine] Re: urlfetch DeadlineExceededError

2013-11-07 Thread Pravanjan Niranjan
Our application also experiencing same problem . https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/aRJ9F1FJv2o On Thu, Nov 7, 2013 at 9:58 PM, Aerodyno wrote: > Yes, experiencing this problem right now, has a huge negative affect on > our site as we depend on real-time u

Re: [google-appengine] Re: urlfetch DeadlineExceededError

2013-11-07 Thread Dov Dukes
We are experiencing the same issue. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, se

Re: [google-appengine] Re: urlfetch DeadlineExceededError

2013-11-12 Thread Larry Sherrill
We had a similar problem starting 10/31/2013. It had been working for 5 years and just stopped with an immediate SocketTimeoutException (java sdk) at URLFetchServiceImpl.java line142. Somehow we got it working. Here's how: Instead of using HttpURLConnection with the domain name we used the ip

Re: [google-appengine] Re: urlfetch DeadlineExceededError

2014-03-12 Thread Stanislau Charniakou
Having DeadlineExceededError on GAE for url http://api.longurl.org/v2/ Appears to be the same thing, as it works fine on dev server and in the browser. Suggested workaround with IP didn't help, it's neither available by IP from GAE. четверг, 7 ноября 2013 г., 19:09:22 UTC-8 пользователь Larry

Re: [google-appengine] Re: urlfetch DeadlineExceededError

2014-03-13 Thread Vinny P
Hi Stanislau, There are some services that rate limit requests from hosted platforms (Google Cloud, AWS, Azure, etc). I don't know if longurl.org does this, but it wouldn't surprise me. It looks like longurl is a service to expand URLs; if you need this functionality, what you could do is a worka