8 messages in com.googlegroups.bloggerdevRe: Blogger: An Error Has Occurred
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: Blogger: An Error Has Occurred
From:WebPhil (webp@gmail.com)
Date:08/16/2005 07:37:44 AM
List:com.googlegroups.bloggerdev

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