• About XMLRPC,
    I tried using Kung Log to post blog entries and it works like a charm. I set it to use the MovableType system and there’s a tiny thing that won’t work, I cannot receive recent entries. This will result in the error:
    Query:
    {blogid = 1; numberOfPosts = 10; password = ******; username = admin; }
    Response:
    {
    “/FaultCode” = 1;
    “/FaultString” = “Unknown method”;
    “/kWSHTTPResponseMessage” = <NSCFType: 0x1c7e130>;
    “/kWSResultIsFault” = 1;
    }
    I also changed the system to blogger and got the same error.
    Is XMLRPC not yet fully implemented or is this a feature only available with Movable Type?
    Stephan

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Anonymous

    Plus, I cannot change the category of a post. Any idea what’s going wrong?

    It’s probably trying to call the mt.getRecentPostTitles method, which is one of the few methods that I haven’t implemented yet. Now that I know that there’s a client out there that needs it, I’ll push it up on my priority list.
    The Category stuff should work, though… Wish I had a Mac, so I could try Kung Log out myself for testing.

    I have the same problem with Kung Log and can’t post in WP with NetNewsWirePro.
    Did somebody know another OSX client running with WP ?
    Thanks.

    Same here… doesn’t work… ?? I want it to work. I like WP. I like NNW.

    Hello
    I made some more tests with <b>NetNewsWire</b> (1.0.5) : finaly I can post :)) …But with some garbage !
    – I have an error message when I post saying “Can’t post this item because The XML parser could not parse the data.: XML-RPC Response Parsing Failed”… But in fact he post my news…
    – Same thing for updating an entry…
    – I can’t choose the category : in fact <b>NNW</b> did’nt find the existing categories. All posts are put in the <i>General</i> category…
    Otherwie, the <!–more–> marker and deleting an entry works fine.
    Note – I choose the <i>Other/MetaBlog</i> API in the preferences panel.

    Sorry for the HTML tags in the precedent post… Grrr

    here’s more information about what Kung Log says using MT:

    Query:
    {blogid = 1; password = ******; username = steve; }
    Response:
    {
    "/FaultCode" = -65794;
    "/FaultExtra" = {
    domain = -1;
    error = -65795;
    msg = "could not determine type of array element";
    };
    "/FaultString" = "/CFStreamFault";
    "/WSDebugInBody" = "
    \n<b>Warning</b>: reset(): Passed variable is not an array or object in <b>/Library/Apache2/htdocs/wordpress/b2-include/xmlrpc.inc</b> on line <b>933</b>
    \n
    \n<b>Warning</b>: Variable passed to each() is not an array or object in <b>/Library/Apache2/htdocs/wordpress/b2-include/xmlrpc.inc</b> on line <b>934</b>
    \n
    \n<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /Library/Apache2/htdocs/wordpress/b2-include/xmlrpc.inc:933) in <b>/Library/Apache2/htdocs/wordpress/b2-include/xmlrpcs.inc</b> on line <b>182</b>
    \n<?xml version=\"1.0\"?>\n<methodResponse><params><param><value>\n<data>\n<value></value>\n</data>\n</value>\n</param></params></methodResponse>";
    "/WSDebugInHeaders" = {
    "Content-Type" = "text/html; charset=ISO-8859-1";
    Date = "Mon, 20 Oct 2003 06:02:16 GMT";
    Server = "Apache/2.0.47 (Unix) DAV/2 PHP/4.3.2";
    "Transfer-Encoding" = Identity;
    "X-Powered-By" = "PHP/4.3.2";
    };
    "/WSDebugOutBody" = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n <methodCall>\n\n <methodName>mt.getCategoryList</methodName>\n\n <params>\n\n <param>\n\n <value>\n\n <string>1</string>\n\n </value>\n\n </param>\n\n <param>\n\n <value>\n\n <string>steve</string>\n\n </value>\n\n </param>\n\n <param>\n\n <value>\n\n <string>******</string>\n\n </value>\n\n </param>\n\n </params>\n\n </methodCall>\n\n";
    "/WSDebugOutHeaders" = {
    "Content-Type" = "text/xml";
    Host = "myhost.com";
    "User-Agent" = "Kung-Log/1.3 (Macintosh; U; PPC Mac OS X) WebServicesCore";
    };
    "/kWSHTTPResponseMessage" = <NSCFType: 0x1df4250>;
    "/kWSResultIsFault

    If that’s any help…

    It would be great if this bug gets ironed out soon. I just switched from b2 to WP and I use Kung Log as well. ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Kung Log and XMLRPC’ is closed to new replies.