XenSocialize Pro [Paid] [Deleted]

Having issues now with Twitter. I can post thread creation notifications to Facebook, but Twitter fails, then makes it so the thread doesn't post to my forum at all (Which causes the link created on Facebook to throw an error, because the thread never posted). I disabled Twitter for the time being, which seems to alleviate the issue. Is this issue solely on Twitter?

Zend_Http_Client_Adapter_Exception: Invalid chunk size "" unable to read chunked body - library\Zend\Http\Client\Adapter\Socket.php:370
Generated By: Bill Lehecka, 3 minutes ago

It does seem like the connection from the Twitter API to my site does work.

Request State:

PHP:
array(3) {
  ["url"] => string(95) "http://www.thiswebsitestinks.com/aphftmbe/index.php?forums/the-tv-and-movie-forum.13/add-thread"
  ["_GET"] => array(1) {
    ["forums/the-tv-and-movie-forum_13/add-thread"] => string(0) ""
  }
  ["_POST"] => array(12) {
    ["title"] => string(4) "Test"
    ["message_html"] => string(11) "<p>Test</p>"
    ["_xfRelativeResolver"] => string(98) "http://www.thiswebsitestinks.com/aphftmbe/index.php?forums/the-tv-and-movie-forum.13/create-thread"
    ["attachment_hash"] => string(32) "79fc51928eab6efd9655c25192094ab0"
    ["watch_thread_state"] => string(1) "1"
    ["discussion_open"] => string(1) "1"
    ["_set"] => array(2) {
      ["discussion_open"] => string(1) "1"
      ["sticky"] => string(1) "1"
    }
    ["poll"] => array(2) {
      ["question"] => string(0) ""
      ["responses"] => array(2) {
        [0] => string(0) ""
        [1] => string(0) ""
      }
    }
    ["_xfToken"] => string(53) "1,1363789489,6ba1d200d5404ae463421c49f9fbfa9673e40f5a"
    ["_xfRequestUri"] => string(66) "/aphftmbe/index.php?forums/the-tv-and-movie-forum.13/create-thread"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
Had the same issue and had to disable the addon. Error shows up intermittently which might indicate throttling?
 
Any feedback on this issue with Twitter? It seems Twitter might have changed some language on the backend, hence why posting to Twitter doesn't work anymore?
 
Having issues now with Twitter. I can post thread creation notifications to Facebook, but Twitter fails, then makes it so the thread doesn't post to my forum at all (Which causes the link created on Facebook to throw an error, because the thread never posted). I disabled Twitter for the time being, which seems to alleviate the issue. Is this issue solely on Twitter?

Zend_Http_Client_Adapter_Exception: Invalid chunk size "" unable to read chunked body - library\Zend\Http\Client\Adapter\Socket.php:370
Generated By: Bill Lehecka, 3 minutes ago

It does seem like the connection from the Twitter API to my site does work.

Request State:

PHP:
array(3) {
  ["url"] => string(95) "http://www.thiswebsitestinks.com/aphftmbe/index.php?forums/the-tv-and-movie-forum.13/add-thread"
  ["_GET"] => array(1) {
    ["forums/the-tv-and-movie-forum_13/add-thread"] => string(0) ""
  }
  ["_POST"] => array(12) {
    ["title"] => string(4) "Test"
    ["message_html"] => string(11) "<p>Test</p>"
    ["_xfRelativeResolver"] => string(98) "http://www.thiswebsitestinks.com/aphftmbe/index.php?forums/the-tv-and-movie-forum.13/create-thread"
    ["attachment_hash"] => string(32) "79fc51928eab6efd9655c25192094ab0"
    ["watch_thread_state"] => string(1) "1"
    ["discussion_open"] => string(1) "1"
    ["_set"] => array(2) {
      ["discussion_open"] => string(1) "1"
      ["sticky"] => string(1) "1"
    }
    ["poll"] => array(2) {
      ["question"] => string(0) ""
      ["responses"] => array(2) {
        [0] => string(0) ""
        [1] => string(0) ""
      }
    }
    ["_xfToken"] => string(53) "1,1363789489,6ba1d200d5404ae463421c49f9fbfa9673e40f5a"
    ["_xfRequestUri"] => string(66) "/aphftmbe/index.php?forums/the-tv-and-movie-forum.13/create-thread"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
Getting the same here, Facebook all works fine, but with twitter on it stops threads posting and that above error is in the logs.

Error Info
Zend_Http_Client_Adapter_Exception: Invalid chunk size "" unable to read chunked body - library/Zend/Http/Client/Adapter/Socket.php:370

Stack Trace
#0 /var/www/vhosts/****/httpdocs/library/Zend/Http/Client.php(989): Zend_Http_Client_Adapter_Socket->read()
#1 /var/www/vhosts/****/httpdocs/library/Zend/Oauth/Client.php(227): Zend_Http_Client->request()
#2 /var/www/vhosts/****/httpdocs/library/Zend/Service/Twitter.php(1002): Zend_Oauth_Client->request('GET')
#3 /var/www/vhosts/****/httpdocs/library/Zend/Service/Twitter.php(758): Zend_Service_Twitter->_get('/1/account/veri...')
#4 [internal function]: Zend_Service_Twitter->accountVerifyCredentials()
#5 /var/www/vhosts/****/httpdocs/library/Zend/Service/Twitter.php(266): call_user_func_array(Array, Array)
#6 /var/www/vhosts/****/httpdocs/library/GFNCoders/XenSocialize/Helper/Twitter.php(25): Zend_Service_Twitter->__call('verifyCredentia...', Array)
#7 /var/www/vhosts/****/httpdocs/library/GFNCoders/XenSocialize/Helper/Twitter.php(25): Zend_Service_Twitter->verifyCredentials()
#8 /var/www/vhosts/****/httpdocs/library/GFNCoders/XenSocialize/Helper/Twitter.php(73): GFNCoders_XenSocialize_Helper_Twitter::postStatus('kwoman32 just p...', Array)
#9 /var/www/vhosts/****/httpdocs/library/GFNCoders/XenSocialize/DataWriter/Extended/DiscussionThread.php(65): GFNCoders_XenSocialize_Helper_Twitter::postUpdateOnSitesProfile(Array, Array)
#10 /var/www/vhosts/****/httpdocs/library/XenForo/DataWriter/Discussion.php(391): GFNCoders_XenSocialize_DataWriter_Extended_DiscussionThread->_discussionPostSave(Array)
#11 /var/www/vhosts/****/httpdocs/library/XenForo/DataWriter.php(1385): XenForo_DataWriter_Discussion->_postSave()
#12 /var/www/vhosts/****/httpdocs/library/XenForo/ControllerPublic/Forum.php(490): XenForo_DataWriter->save()
#13 /var/www/vhosts/****/httpdocs/library/sonnbStopSpamHere/ControllerPublic/Forum.php(130): XenForo_ControllerPublic_Forum->actionAddThread()
#14 /var/www/vhosts/****/httpdocs/library/Tinhte/XenTag/XenForo/ControllerPublic/Forum.php(23): sonnbStopSpamHere_ControllerPublic_Forum->actionAddThread()
#15 /var/www/vhosts/****/httpdocs/library/XenForo/FrontController.php(310): Tinhte_XenTag_XenForo_ControllerPublic_Forum->actionAddThread()
#16 /var/www/vhosts/****/httpdocs/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#17 /var/www/vhosts/****/httpdocs/index.php(13): XenForo_FrontController->run()
#18 {main}
 
For anyone having issues with XenSocialize posting to twitter due to the xens.co domain no longer being available, I have tested and it works. Do the following:
  1. Go to: /library/GFNCoders/XenSocialize/Helper
  2. Open: UrlShortener.php
  3. Find: protected static $_host = 'http://xens.co/'; and change to protected static $_host = 'http://bit.ly/';
  4. Save, overwriting the existing file.
 
@Chris Deeming can your social connect bundle auto post every thread on the forum to fb/twitter like this addon instead of just per member basis?

Would be awesome if it does or can get it to since this guy disappeared for awhile now and addon doesnt work :/
 
No it doesn't, but it has been requested.

Got a lot of work on now for the next few months so it's unlikely you'll see me working on any of my social add-ons for a while (apart from bug fixes and API changes).
 
Top Bottom