I'm suddenly getting 1-5 second response times, resulting in a major outage. Anyone else see it?
# time php facebook_api_health.php
real 0m4.689s
user 0m0.019s
sys 0m0.015s
Offline
ronemrick wrote:
Yes - I'm seeing this too... looks like the API server/URL is down.
Yep. Something has gone very wrong again.
Offline
Yip, big problems .. ![]()
Offline
Seeing the same thing here.
Offline
Has anybody submitted a bug yet? If so, post the link
Offline
I've been noticing it for about 20 minutes. Can only intermittetly get to my apps at all.
Offline
I've had reports that my apps are giving errors after installation, my Cron Daemon is reporting errors in my client library (php4) and I've had numerous 'connection has been reset' errors from Firefox. Something's up for sure.
Offline
Anybody whipped up a little monitor that watches for this sort of thing, that they'd care to share (at least in concept, if not in code)? I stumbled here looking for the reason I'm getting the dreaded "existing connection was closed by remote host" message.
Offline
Yep....HTTP status code 0, 8000ms timeout (not likely my side -- requests to date have been 500ms - 1000ms). I saw one error that said HTTP/200 with no data returned, but then it reverted back to the usual 8kms/http0 issue.
Offline
"The underlying connection was closed: An unexpected error occurred on a receive."
"The underlying connection was closed: A connection that was expected to be kept alive was closed by the server."
Offline
I'm feeling this too!
It's the first time I've properly started developing as well so I thought it was me, ha...
Offline
Here's a link to the bug report, please vote for it:
http://bugs.developers.facebook.com/show_bug.cgi?id=495
Offline
we're getting 'forcibly closed' exceptions right now, using .NET. timeouts across the board...
Last edited by ChipOne (2007-10-24 09:07:29)
Offline
This is the story of my life - has been so for the last week.
Offline
Yeah, fails for me too. I did not have adequate error checking so now i am getting php errors on my app, because my array isnt being returned. Bad coding by me. Hope they fix it asap.
Offline
Yup another confirmation here ....
Oct 24, 2007 9:14:07 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:666)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:611)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:631)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1000)
at com.facebook.api.FacebookRestClient.postRequest(FacebookRestClient.java:341)
Last edited by dnm (2007-10-24 09:11:00)
Offline
Hope google isnt doing a last once-over before sealing the deal...
Offline
Same here...connections closed errors, basically down.
Offline
Everyone please submit a bug on this asap
Offline
Phew, it's not us.
Offline
already been submitted, please vote here:
http://bugs.developers.facebook.com/show_bug.cgi?id=495
Offline
Does anyone have any apps that are still working?
Offline