• ResolvedPlugin Author NextScripts

    (@nextscripts)


    WordPress 4.6 came with new HTTP API

    For WordPress 4.6, the HTTP API (wp_remote_request() and family) have undergone a large internal change. Rather than using a WordPress-specific HTTP library, WordPress now uses the open-source independent Requests library, developed by yours truly.

    Unfortunately that “large internal change” broke a lot of things.

    Previous http response returned headers as an array. New http response returns headers as WP_HTTP_Requests_Response object.

    So all code that was checking headers and expecting an array is now broken and must be re-written to support both old and new libraries.

    Blogger, Google+, Delicious, Pinterest and many other networks are not working because of that.

    We are re-writing that as fast as we can, and new version will come out as soon as we done.

    https://www.ads-software.com/plugins/social-networks-auto-poster-facebook-twitter-g/

Viewing 15 replies - 1 through 15 (of 22 total)
  • Alright, thanks for the respond. Sad to hear that, but I’m looking forward for the fix ??

    Plugin Author NextScripts

    (@nextscripts)

    Version 3.6.8 is out. It should fix those issues.

    After update WordPress 4.6,

    i started to get the below error for the Flipboard

    Array ( [pgID] => [isPosted] => 0 [pDate] => 2016-08-17 22:09:48 [Error] => WP_Error Object ( [errors] => Array ( [http_request_failed] => Array ( [0] => cURL error 28: Operation timed out after 5000 milliseconds with 658 out of 2579 bytes received ) ) [error_data] => Array ( ) ) – =1= ERROR – ERROR )

    I updated version but the error continue

    Plugin Author NextScripts

    (@nextscripts)

    ugur125, This issue has nothing to do with update. Please see the answer in the FAQ – #1.10:
    https://www.nextscripts.com/support-faq/#a110. 5 seconds (5000 milliseconds) is NOT enough time. SNAP is trying to set 45 seconds. Your host is not allowing it.

    pls update your plugin again.

    Can confirm it works again. Great job guys!

    not working on me. blogger error Error: {“error”:{“code”:-32000,”message”:”XSRF token validation”}}
    Error: {“error”:{“code”:-32000,”message”:”XSRF token validation”}}

    NextScripts, Thank you for your reply.

    But I can confirm it that the error is related with wordpress 4.6

    I used my backups

    and I got the same error after updating

    Medya

    (@sonsozgazetesi)

    After 4.6 We have an issue getting HTTP ERROR 500 when submitting a post, and when we deactivate the plugin no problems…

    https://sonsoz.com.tr

    I am getting the same timeout error with Flipboard after 4.6

    Adding the following at the end of functions.php as per your FAQ suggestion did not solve it
    add_filter(‘http_request_timeout’, function(){return 45;});

    Thanks for your time

    @sonsozgazetesi & @dimkasta: This is not your topic. If you require assistance then, as per the Forum Welcome, please post your own topic.

    Plugin Author NextScripts

    (@nextscripts)

    One important update for people who has our API.

    API also uses WordPress HTTP API. You need to have the latest (right now it’s 2.23.2) version of API.

    Flipboard, VK, Blogger, Google+, YouTube, Pinterest and other networks could show HTTP ERROR 500, “message”:”XSRF token validation”, and even “Operation timed out” errors if you still have 2.22.XX API version.

    API update could take several hours. So please make sure you got it.

    Thanks working now ??

    I am using version 3.6.8 but Auto-post is not working. I need to do manual posting to post anything in the social network. But, this defeats the purpose. I have raised a support ticket also to get the things resolved ASAP.

    Plugin Author NextScripts

    (@nextscripts)

    amitava235, your issue is NOT related to this thread. Please open your own topic.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘WordPress 4.6 broke SNAP’ is closed to new replies.