• I installed JetPack (2.0, WP 3.4.2) and tried to connect to WordPress.com.

    Does not work – xml_rpc-32601

    WP Super Cache was installed but disabled and the cache empty.

    These were the last two attempts, in the logs:

    72.233.61.87 http://www.example.com – [17/Nov/2012:08:54:57 +0000] “POST /s3/xmlrpc.php?for=jetpack HTTP/1.0” 200 431 “-” “The Incutio XML-RPC PHP Library”
    66.135.48.186 http://www.example.com – [17/Nov/2012:08:59:12 +0000] “POST /s3/xmlrpc.php?for=jetpack HTTP/1.0” 200 431 “-” “The Incutio XML-RPC PHP Library”

    http://wordpress.org/extend/plugins/jetpack/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you paste your site URL here, so I can investigate further?

    If you prefer to keep your site URL private, you can contact us via this contact form:
    http://en.support.wordpress.com/contact/?jetpack=needs-service

    Thread Starter David Anderson

    (@davidanderson)

    Hi,

    Thank you – I’ve submitted it to that contact form just now.

    David

    Thread Starter David Anderson

    (@davidanderson)

    When WordPress.com connects, this is the server response:

    X-Powered-By: PHP/5.3.3
    Connection: close
    Content-Length: 431
    Content-Type: text/xml
    Date: Tue, 20 Nov 2012 17:01:13 +0000
    
    <?xml version="1.0"?>
    <methodResponse>
      <fault>
        <value>
          <struct>
            <member>
              <name>faultCode</name>
              <value><int>-32601</int></value>
            </member>
            <member>
              <name>faultString</name>
              <value><string>server error. requested method jetpack.verifyRegistration does not exist.</string></value>
            </member>
          </struct>
        </value>
      </fault>
    </methodResponse>
    Thread Starter David Anderson

    (@davidanderson)

    I don’t know if this helps, but I have no other plugins which are adding any filter to xmlrpc_methods. I also disabled all of my plugins except for Jetpack – no change.

    Jetpack did something to xmlrpc a few revisions ago. It keeps blogging clients from being able to connect.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘xml_rpc-32601 could not connect’ is closed to new replies.