Wolfmans Howlings

A programmers Blog about Programming solutions and a few other issues

metaWeblog api in typo fails on some posts

Posted by Jim Morris on Sat Jun 03 23:32:02 -0700 2006

I was using a ruby script to post my blogs from the command line, and it used the xmlrpc/client which would occasionally fail with this error...

/usr/local/lib/ruby/1.8/xmlrpc/client.rb:546:in `do_rpc': HTTP-Error: 500 Internal Server Error  (RuntimeError)
    from /usr/local/lib/ruby/1.8/xmlrpc/client.rb:420:in `call2'
    from /usr/local/lib/ruby/1.8/xmlrpc/client.rb:410:in `call'
    from send2blog.rb:103
... Show more ...

Posted in Rails,Ruby  |  Tags typo,metaweblog  |  1 comments