[Google Wave APIs] Re: Wave robot API failure

2009-10-30 Thread Silicon Dragon
Dear Pamela, The test matrix is currently the following: robot name notificaiton from arbitrary test wave access/edit large test wave* wavevotely yes no wavenotifno no

[Google Wave APIs] Oct. 30th Release: API Changes

2009-10-30 Thread pamela (Google Employee)
Hi developers - We released a new version of the Wave sandbox and preview servers today, and there were a few API changes. Resolved Issueshttp://code.google.com/p/google-wave-resources/issues/list?can=1q=Fixed-Oct30 - Issue 212 /p/google-wave-resources/issues/detail?id=212:

[Google Wave APIs] Re: Wave robot API failure

2009-10-30 Thread Silicon Dragon
As per Oct 30th Release API changeshttp://groups.google.com/group/google-wave-api/browse_thread/thread/f8a0293913e7b792?hl=en, I've repeated the experiment below. No changes to the results yet. -SDr On Fri, Oct 30, 2009 at 6:10 AM, Silicon Dragon sdr...@gmail.com wrote: Dear Pamela, The test

[Google Wave APIs] Re: FYI: Missing Sandbox - Preview Invites

2009-10-30 Thread pamela (Google Employee)
I have put updated instructions for developers that believe they are missing their invites in the FAQ. Please see: http://wave-api-faq.appspot.com/#invites http://wave-api-faq.appspot.com/#missinginvites On Fri, Oct 30, 2009 at 4:01 AM, The Spirit wilhelm.andr...@gmail.comwrote: Hi Pamela. Im

[Google Wave APIs] Re: cron job not executed

2009-10-30 Thread Martin Sarsale
But very soon we will release a new mechanism to perform cron-like functionalities. Stay tuned for updates. I'm linking this response in my Wave Robots presentation (for BarcampBA) in the slide that says it's vdry exciting but things are still shaky :)

[Google Wave APIs] Embed API Only Way To Show Waves?

2009-10-30 Thread Eric Dorman
I am building a third party app and I would like it to get WaveID's automaticly from Google Wave. This probably is not allowed,but is there a way developers can create their own apis to show any Waves on their website without using the Embed API or is the Embed API the only way to embed a Wave

[Google Wave APIs] Wave robot notification failure on empty image description (was: Wave robot API failure)

2009-10-30 Thread Silicon Dragon
Dear Pamela robot developers, Further investigation unveils the root cause of the bug: if an embedded image in the wave has no description (filename? the editable text under the picture) set, the robot fails to receive any notification whatsoever originating from that wave. Steps to reproduce:

[Google Wave APIs] Re: newbee: trying python robots tutorial

2009-10-30 Thread Patipat Susumpow
same here. do i need to configure app.yaml? mine app.yaml: application: chatsense version: 3 runtime: python api_version: 1 handlers: - url: /_wave/.* script: chatsense.py - url: /assets static_dir: assets On Oct 15, 10:37 pm, TheComedian 13lack...@gmail.com wrote: same here. i have

[Google Wave APIs] Re: php support.

2009-10-30 Thread brahimhackman
hi the link dose not work Not FoundThe requested URL /p/google-wave-resources/issues/detail?id= was not found on this server. 2009/10/30 Austin Chau (Google employee) api.aus...@google.com Hi There is a feature request for PHP and other language support -

[Google Wave APIs] Re: capabilites.xml is blank

2009-10-30 Thread Calum
Does no one have any reason why this happens? It's still a blank XML file. On Oct 19, 12:13 am, Calum calums1...@hotmail.co.uk wrote: For some reason, no matter what I do. Mycapabilities.xml file always seems to be blank. I am using the Python SDK and I am told it's supposed to automatically

[Google Wave APIs] Re: Wave developing

2009-10-30 Thread Andrés Cerezo
Hoc can I check the software in local? Thanks. 2009/10/29 Chris C. yclept.ch...@gmail.com Well, you can write robots (automated participants in a wave) using either the Java or Python API's that Google created. There are tutorials for both languages, and API reference docs. I've written

[Google Wave APIs] Re: Use of WAVELET_BLIP_CREATED with Python API

2009-10-30 Thread Jeff
Austin, As far as I can tell, the event is being generated and processed... I just can't act on the new blip. The event properties (blipId) has a reference to the root blip and another property (newBlipId) which I can only assume refers to the blip in progress But even with that id, I haven't

[Google Wave APIs] InsertInlineBlip incorrectly positioning blips

2009-10-30 Thread martin
I've been using the InsertInlineBlip functions, and something odd is going on, with code like this: blip = context.GetBlipById(properties['blipId']) blip.GetDocument().InsertInlineBlip(1).GetDocument().SetText(This is an inline blip at position 1) And a blip like this: Hello World I get this

[Google Wave APIs] Ordering blips?

2009-10-30 Thread wolfgang.wer...@gmail.com
Hey all, is there a possibility to (re-) order blips in a wavelet using the Robot API? I looked into the API docs and didn't find anything about this in Blip and Wavelet. I'd be surprised if the List returned by Blip.getChildBlipIds() or Blip.getChildren() was mutable or changes would be

[Google Wave APIs] Re: Ordering blips?

2009-10-30 Thread Austin Chau (Google employee)
Yes that is correct it is not provided by the API since it is not supported by the Wave client itself. Austin On Fri, Oct 30, 2009 at 3:02 PM, wolfgang.wer...@gmail.com wolfgang.wer...@gmail.com wrote: Hey all, is there a possibility to (re-) order blips in a wavelet using the Robot API?