Fixed  [102] error log entry (Unable to read response, or response is empty)

  • Thread starter Thread starter Floris
  • Start date Start date
F

Floris

Guest
Server Error Log

Error Info
Zend_Http_Client_Exception: Unable to read response, or response is empty - library/Zend/Http/Client.php:993
Generated By: Unknown Account, Jun 2, 2011

Stack Trace

#0 /home/xenfans/public_html/library/XenForo/Helper/Facebook.php(96): Zend_Http_Client->request('GET') #1 /home/xenfans/public_html/library/XenForo/ControllerPublic/Register.php(289): XenForo_Helper_Facebook::getUserInfo('<removed>') #2 /home/xenfans/public_html/library/XenForo/FrontController.php(310): XenForo_ControllerPublic_Register->actionFacebook() #3 /home/xenfans/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch)) #4 /home/xenfans/public_html/index.php(13): XenForo_FrontController->run() #5 {main}

Request State

array(3) { ["url"] => string(219) "http://xenfans.com/index.php?regist...conversations/conversion-service-2.376/unread" ["_GET"] => array(3) { ["register/facebook"] => string(0) "" ["t"] => string(90) "<removed>" ["redirect"] => string(64) "http://xenfans.com/conversations/conversion-service-2.376/unread" } ["_POST"] => array(0) { } }
 
Yeah, it's Facebook not returning good data. We might stop logging the FB request errors, as there are so many and if it's normally working, they're all bogus.
 
Stopped logging the errors with FB on the public side, as they happen fairly frequently and it's always just Facebook having issues as far as I can tell.
 
Top Bottom