Thanks, tranqy. That issue is being tracked in this issue: http://code.google.com/p/google-wave-resources/issues/detail?id=158
It appears that it is working in Sandbox, according to my tests thus far. - pamela On Thu, Nov 12, 2009 at 6:25 PM, tranqy <[email protected]> wrote: > It's running on preview. > > If you'd like the code, or for me to put it in a particular state > lemme know. > > Thanks > > On Nov 12, 9:12 pm, "pamela (Google Employee)" <[email protected]> > wrote: > > Apologies, I mean whether it's running on Google Wave Sandbox or Google > Wave > > Preview. > > > > - pamela > > > > > > > > On Thu, Nov 12, 2009 at 6:10 PM, tranqy <[email protected]> wrote: > > > My appid is hackstacking. > > > > > How do I tell what server it's running on? > > > > > Thanks > > > > > Aaron > > > > > On Nov 12, 6:24 pm, "pamela (Google Employee)" <[email protected]> > > > wrote: > > > > 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]> > <google-wave-api%2Bunsubscribe@ googlegroups.com> > > > <google-wave-api%2Bunsubscribe@ googlegroups.com> > > > > > . > > > > > 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]<google-wave-api%[email protected]> > <google-wave-api%2Bunsubscribe@ googlegroups.com> > > > . > > > 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]<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=.
