Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
PostNotFoundException
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
odacrem  
View profile  
 More options Mar 31 2006, 5:50 pm
From: "odacrem" <paulmerc...@gmail.com>
Date: Fri, 31 Mar 2006 14:50:09 -0800
Local: Fri, Mar 31 2006 5:50 pm
Subject: PostNotFoundException
hello,

Blogger.com has suddenly started returning a horrible error when my
blog client tries to create a post with the Atom protocol.  The client
has been working fine for months and months and months.

Whe I try to create a post I get the following response:

Exception caught but no reason given:
com.google.blogger.exceptions.PostNotFoundException

Since I suspected that my client was broken, I also tried to create an
Atom Entry with   curl   .  I got the same error:

This is what I tried to do with curl:

curl -u <username>:<password> -H 'Content-Type: application/xml'
--data-binary @test2.txt https://www.blogger.com/atom/<blogid>

where the contents of test2.txt is the following (lifted directly from
http://code.blogger.com/archives/atom-docs.html)

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<entry xmlns="http://purl.org/atom/ns#">
  <title mode="escaped" type="text/html">atom test</title>
  <issued>2004-04-12T06:07:20Z</issued>
  <generator url="http://www.yoursitesurlhere.com">Your clients name
here.</generator>
  <content type="application/xhtml+xml" xml:lang="en-US"
xml:space="preserve">
    <div xmlns="http://www.w3.org/1999/xhtml"><em>Update:</em> Testing
the Atom API</div>
  </content>
</entry>

anyone know what is going on?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Jenson  
View profile  
 More options Mar 31 2006, 6:00 pm
From: "Steve Jenson" <ste...@pobox.com>
Date: Fri, 31 Mar 2006 15:00:37 -0800
Local: Fri, Mar 31 2006 6:00 pm
Subject: Re: [bloggerDev] PostNotFoundException
This is a bug. I am working to fix it. Sorry for the trouble.

Thanks,
Steve

On 3/31/06, odacrem <paulmerc...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
odacrem  
View profile  
 More options Apr 1 2006, 9:30 am
From: "odacrem" <paulmerc...@gmail.com>
Date: Sat, 01 Apr 2006 06:30:03 -0800
Local: Sat, Apr 1 2006 9:30 am
Subject: Re: PostNotFoundException
no worries;  glad to hear that y'all are working on a fix...

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
the.Visitor  
View profile  
 More options Apr 2 2006, 12:41 pm
From: "the.Visitor" <the.Visi...@gmail.com>
Date: Sun, 02 Apr 2006 16:41:21 -0000
Local: Sun, Apr 2 2006 12:41 pm
Subject: Re: PostNotFoundException
it's sunday 1139 CST.  that bug must be a monster bug from outter
space, as the problem continues to dampen our blogging spirits.  can
you give us an about time when this will be fixed?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nuah  
View profile  
 More options Apr 2 2006, 1:31 pm
From: "nuah" <s...@odinmetatech.com>
Date: Sun, 02 Apr 2006 10:31:38 -0700
Local: Sun, Apr 2 2006 1:31 pm
Subject: Re: PostNotFoundException
Is there any update on this issue.  I am also having this error
returned to my blog client.

Thank You,
Nuah


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
disbelief  
View profile  
 More options Apr 2 2006, 10:33 pm
From: "disbelief" <miklaw...@gmail.com>
Date: Sun, 02 Apr 2006 19:33:19 -0700
Local: Sun, Apr 2 2006 10:33 pm
Subject: Re: PostNotFoundException
Hi,

I'm having the same problem. Just wondering if there is any estimation
on when this bug is going to be fixed, or if there is another
work-around that can be used for the time-being?

I too, am using PHP's curl library to connect to blogger.com, and not
really doing anything incredibly complicated. I just really need to
have posting start working again.

thanks


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ZenGen  
View profile  
 More options Apr 3 2006, 9:30 am
From: "ZenGen" <jeff-davi...@sxii.com>
Date: Mon, 03 Apr 2006 06:30:40 -0700
Local: Mon, Apr 3 2006 9:30 am
Subject: Re: PostNotFoundException
It looks like something is definitely broken.

The wget.exe client I am using is suddenly returning a 404 error when I
post to the website. This stopped working on March 31st after more than
half a year of daily automated posts. Something has obviously broken.

Looks like I'm not the only one with this issue.

FYI, the wget.exe command line arguments I'm using are as follows:

wget.exe
   --header "Content-type: application/x.atom+xml" \
   --http-user=myname \
   --http-passwd=mypass \
   --post-file=post-bs.xml \
   --output-file=./wget-bs.log \
   https://www.blogger.com/atom/17474474

If this was to happen at my company, and the admin let this problem
hang around for four days with no action, someone would be demoted or
fired. Of course, I don't know how severe this is, and maybe I'm not
being generous enough. But this is very frustrating. I've already
wasted a lot of time investigating this.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Case  
View profile  
 More options Apr 3 2006, 1:05 pm
From: "Eric Case" <c...@google.com>
Date: Mon, 3 Apr 2006 10:05:59 -0700
Local: Mon, Apr 3 2006 1:05 pm
Subject: Re: [bloggerDev] Re: PostNotFoundException

Hi folks,

Apologies for the delay, I just chatted with SteveJ and it's sounding like
he's planning to push a fix sometime today.

Thanks again for your patience,
-E

On 4/3/06, ZenGen <jeff-davi...@sxii.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Khaled A.  
View profile  
 More options Apr 3 2006, 1:16 pm
From: "Khaled A." <saudiga...@gmail.com>
Date: Mon, 03 Apr 2006 10:16:08 -0700
Local: Mon, Apr 3 2006 1:16 pm
Subject: Re: PostNotFoundException
Thanks!

This is the error I got also (client is MarsEdit.app)
Status code: 404
Succeeded: NO
--Fault Error--
Fault code: 404
Fault string: Exception caught but no reason given:
com.google.blogger.exceptions.PostNotFoundException
Response text:
Exception caught but no reason given:
com.google.blogger.exceptions.PostNotFoundException


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
odacrem  
View profile  
 More options Apr 3 2006, 7:18 pm
From: "odacrem" <paulmerc...@gmail.com>
Date: Mon, 03 Apr 2006 16:18:25 -0700
Local: Mon, Apr 3 2006 7:18 pm
Subject: Re: PostNotFoundException
This issue seems to be resolved now, thanks!

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Jenson  
View profile  
 More options Apr 3 2006, 7:29 pm
From: "Steve Jenson" <sjen...@google.com>
Date: Mon, 3 Apr 2006 16:29:23 -0700
Local: Mon, Apr 3 2006 7:29 pm
Subject: Re: [bloggerDev] Re: PostNotFoundException
You beat me to it! Yes, I pushed a patch 10 minutes ago. There are
still a few unresolved issues but this fixes the major problem that
you all are seeing. Later in the week, there will be a patch pushed
for

1) extra div's showing up
2) NullPointerException if posting an entry without a body (no <content> tag).

Thanks,
Steve

On 4/3/06, odacrem <paulmerc...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google