Austin,

I hate to complicate things, but mine is a python robot using:

  root_wavelet = context.GetRootWavelet()
  doc=root_wavelet.CreateBlip().GetDocument()


The good news is that I have not seen it again.  I've save the wave it
happened on so let me know it you need it and I will add you

John



---

On Dec 15, 12:30 pm, "Austin Chau (Google employee)"
<api.aus...@google.com> wrote:
> I believe this is a result from issue 354.  This problem is specific to the
> Java client library, not a backend issue and it is triggered when you do
> Wavelet.appendBlip().  To get around this for now, you can do this
>
> Blip blip = Wavelet.appendBlip();
> blip.delete();
> blip.getDocument().append("THIS ONLY APPEND ONCE");
>
> Austin
>
> On Tue, Dec 15, 2009 at 12:31 AM, Hans Nouwens <hans.nouw...@gmail.com>wrote:
>
>
>
> > Rick,
>
> > this issue seems not the same. 354 describes the situation that a string
> > is doubled, this time it looks like the whole blip append is double.
> > Still looking for a confirmation.
>
> > Hans Nouwens.
>
> > On 15-12-2009 3:24, rick wrote:
> > > For a while, I thought this was fixed.
> > >http://code.google.com/p/google-wave-resources/issues/detail?id=354
>
> > > --
>
> > > You received this message because you are subscribed to the Google Groups
> > "Google Wave API" group.
> > > To post to this group, send email to google-wave-...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > google-wave-api+unsubscr...@googlegroups.com<google-wave-api%2Bunsubscribe@ 
> > googlegroups.com>
> > .
> > > For more options, visit this group at
> >http://groups.google.com/group/google-wave-api?hl=en.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Google Wave API" group.
> > To post to this group, send email to google-wave-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-wave-api+unsubscr...@googlegroups.com<google-wave-api%2Bunsubscribe@ 
> > googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-wave-api?hl=en.

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.


Reply via email to