Testing out posting from ecto Jul 28 2004
This is a test of using ecto on my new Powerbook to post an entry.
Oh yeah, did I mention that I just [finally] upgraded from OLD AND BUSTED G3 300mhz to NEW HOTNESS 15″ 1.5Ghz Powerbook running OS 10.3?
Oh yeah.
ecto is sporting iPhoto integration. HOWEVER, trying to use it with my current version of WordPress, seems that the following error is given.
DOH.
Query:
{
blogid = 1;
file = "<base64 encoded file data>";
password = "******";
username = admin;
}
Response:
{
"/FaultCode" = 810;
"/FaultString" = "metaWeblog.newMediaObject not implemented (yet)";
"/WSDebugInBody" = "<?xml version="1.0"?>
<methodResponse><fault>
<value>
<struct>
<member>
<name>faultCode</name>
<value><int>810</int></value>
</member>
<member>
<name>faultString</name>
<value><string>metaWeblog.newMediaObject not implemented (yet)</string></value>
</member>
</struct>
</value>
</fault></methodResponse>";
"/WSDebugInHeaders" = {
Connection = close;
"Content-Length" = 371;
"Content-Type" = "text/xml";
Date = "Wed, 28 Jul 2004 08:54:36 GMT";
Server = "Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_jk/1.2.4 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2634a mod_ssl/2.8.18 OpenSSL/0.9.6b PHP-CGI/0.1b";
"Set-Cookie" = "wpstyle=wp-default; expires=Sun, 10-Jul-05 14:14:58 GMT; domain=www.gabrielserafini.com";
"X-Powered-By" = "PHP/4.3.3";
};
"/WSDebugOutBody" = "<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>metaWeblog.newMediaObject</methodName>
<params>
<param>
<value>
<string>1</string>
</value>
</param>
<param>
<value>
<string>admin</string>
</value>
</param>
<param>
<value>
<string>******</string>
</value>
</param>
<param>
<value>
<struct>
<member>
<name>bits</name>
<value>
<base64>removed</base64>
</value>
</member>
<member>
<name>name</name>
<value>
<string>images/DSC03103.JPG</string>
</value>
</member>
<member>
<name>type</name>
<value>
<string>image/jpeg</string>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>
";
"/WSDebugOutHeaders" = {
"Content-Type" = "text/xml";
Host = "www.gabrielserafini.com";
"User-Agent" = "ecto (Macintosh; U; PPC Mac OS X) WebServicesCore";
};
"/kWSHTTPResponseMessage" = <NSCFType: 0x493b2d0>;
"/kWSResultIsFault
P.S. OS X TOTALLY ROCKS!
Link to share this: https://www.gabrielserafini.com/blog/2004/07/28/testing-out-posting-from-ecto/
July 30th, 2004 at 7:07 am
Yeah, the error message “metaWeblog.newMediaObject not implemented (yet)” indicates that WordPress does not (yet) have support for file upload.
June 1st, 2008 at 11:53 pm
ohhh yes, there is an error in file uploading. The error message is “metaWeblog.newMediaObject not implemented (yet)â€