Thanks! On Dec 7, 11:42 am, "pamela (Google Employee)" <[email protected]> wrote: > I have replicated the issue and reported to the team, we're looking > into it now. I've filed it externally here for your tracking > pleasure:http://code.google.com/p/google-wave-resources/issues/detail?id=562 > > Thanks for reporting it quickly. > > - pamela > > 2009/12/7 Rickard Böttcher <[email protected]>: > > > Yea it worked before today, not 100% sure if it worked yesterday. > > > The code I use is basically this: > > > if (bundle.wasSelfAdded()) { > > Wavelet wavelet = bundle.getWavelet(); > > > Image img = new Image(); > > img.setUrl("http://www.google.se/intl/en_com/images/ > > logo_plain.png"); > > bundle.getWavelet(wavelet.getWaveId(), wavelet.getWaveletId > > ()).appendBlip().getDocument().appendElement(img); > > } > > > I.e. when I add the bot to the wave it should append a blip with an > > image. It appends the blip, but not the image. > > > Here's a sample wave: > > >https://wave.google.com/a/wavesandbox.com/#restored:wave:wavesandbox.... > > > I added [email protected] as a participant, is this your id? > > > /Rickard > > > On Dec 7, 11:11 am, "pamela (Google Employee)" <[email protected]> > > wrote: > >> Possibly; particularly if it was working before today. > > >> Can you post the code used, a sample wave that shows the issue, and > >> your log outputs? > > >> - pamela > > >> 2009/12/7 Rickard Böttcher <[email protected]>: > > >> > Hi! > > >> > My robot can't append images to waves anymore. It appends the blip > >> > like it should, but the image doesn't get inserted. > > >> > It can still append gadgets though. > > >> > I'm using the Java SDK. > > >> > Could this be related to your changes? > > >> > /Rickard > > >> > On Dec 7, 1:12 am, "pamela (Google Employee)" <[email protected]> > >> > wrote: > >> >> In a few minutes, we will be taking down WaveSandbox.com for 5-10 > >> >> minutes in preparation for the next release. Apologies for any > >> >> inconvenience caused. > > >> >> - pamela > > >> > -- > > >> > 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 > >> > athttp://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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://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 [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=en.
