Could you both provide your app IDs and what server you were trying on? This will help us examine the logs to find what might be happening.
I did a quick test with similar code and it is still working for me, so I'm guessing that particular app IDs are being affected. Thanks! On Thu, Nov 12, 2009 at 2:28 PM, Daniel Rothenberg <[email protected] > wrote: > I'm actually experiencing the same problem. > > On Nov 12, 8:40 am, tranqy <[email protected]> wrote: > > This code was working yesterday, but today it is not. I have not > > changed it. > > > > My bot still has the ability to edit existing blips, but if it tries > > to create a new blip it never shows up in the wave, and the logs do > > not show an error. > > > > Here is my code.. (very similar to the sample :) > > > > def Notify(wavelet, text = "Welcome"): > > #logging.info(text) > > wavelet.CreateBlip().GetDocument().SetText(text) > > > > here is the json from the log > > > > 11-12 05:39AM 05.261 > > Outgoing: {"operations": {"javaClass": "java.util.ArrayList", "list": > > [{"blipId": "", "index": -1, "waveletId": "googlewave.com!conv+root", > > "javaClass": "com.google.wave.api.impl.OperationImpl", "waveId": > > "googlewave.com!w+FZ8XH1RaS", "property": {"blipId": > > "TBD_googlewave.com!conv+root_1", "javaClass": > > "com.google.wave.api.impl.BlipData", "waveId": "googlewave.com!w > > +FZ8XH1RaS", "waveletId": "googlewave.com!conv+root"}, "type": > > "WAVELET_APPEND_BLIP"}, {"blipId": "TBD_googlewave.com!conv+root_1", > > "index": -1, "waveletId": "googlewave.com!conv+root", "javaClass": > > "com.google.wave.api.impl.OperationImpl", "waveId": "googlewave.com!w > > +FZ8XH1RaS", "type": "DOCUMENT_DELETE"}, {"blipId": > > "TBD_googlewave.com!conv+root_1", "index": 0, "waveletId": > > "googlewave.com!conv+root", "javaClass": > > "com.google.wave.api.impl.OperationImpl", "waveId": "googlewave.com!w > > +FZ8XH1RaS", "property": "hi, can I create a new blip?", "type": > > "DOCUMENT_INSERT"}]}, "javaClass": > > "com.google.wave.api.impl.OperationMessageBundle", "version": "2"} > > > > Anyone have any insight? Could this be an issue with wave itself? > > -- > > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-wave-api?hl=. > > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=.
