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