8 messages in com.googlegroups.bloggerdevRe: [bloggerDev] Re: Blogger: An Erro...
FromSent OnAttachments
WebPhil04 Aug 2005 10:28 
Steve Jenson04 Aug 2005 10:45 
WebPhil05 Aug 2005 07:15 
WebPhil10 Aug 2005 09:35 
WebPhil12 Aug 2005 06:47 
Steve Jenson12 Aug 2005 11:04 
WebPhil16 Aug 2005 07:37 
Steve Jenson16 Aug 2005 10:11 
Subject:Re: [bloggerDev] Re: Blogger: An Error Has Occurred
From:Steve Jenson (sjen@google.com)
Date:08/16/2005 10:11:35 AM
List:com.googlegroups.bloggerdev

Can you privately send me an actual request where Blogger responds with a 500? If you can give me that, I can give you a definite answer as to what is going on. Otherwise, all I have are shots in the dark. :-(

Thanks, Steve

On 8/16/05, WebPhil <webp@gmail.com> wrote:

A little background - our CMS allows users to post to Blogger using our back end, and it's run on 6 servers at the moment

Only one server is producing these errors (and it's back to server ID 13 again, which is producing the errors) - the others are running just fine

The users can (obviously) define their own posts, but here's the format I'm sending it in

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <entry xmlns="http://purl.org/atom/ns#"> <title mode="xml" type="text/plain">Subject</title> <issued>yyyy-mm-ddThh:mm:ssZ</issued> <generator url="http://ServerURL">ServerName</generator> <content type="text/plain" mode="escaped">Content</content> </entry>

I'm using the ATOM API, posting to http://www.blogger.com/atom/blogID

Cheers, Phil