[Google Wave APIs] Re: Google Wave Robot Not working

2009-11-03 Thread salehin
Hi! You can check logs in app engine. You can also put debug messages to check if the event actually calling the methods or not. logging.debug(msg) There are some earlier posts regarding debugging you can check them. Thanks. -Salehin On Nov 2, 8:49 am, Gagan gaganch...@gmail.com wrote:

[Google Wave APIs] Re: How to debug my robot?

2009-11-03 Thread salehin
Hi! Pamela: I think you can make this post sticky, because lots of new developer will face this issue. Or a new sticky post with the link of your debug article. Thanks. -Salehin On Oct 15, 6:39 am, pamela (Google Employee) pamela...@gmail.com wrote: Hi Jeffrey- That typically means it

[Google Wave APIs] Embedding/ Drag Drop

2009-11-03 Thread Stefan Blanke
I am working on a js-api for web-applications which implements docking and i need to know if an embedded wave (ie. iframe ) will survive dom moves of its container-div. Has anyone tested this in several browsers (i will try to test it if not) ? Is there a way to re-init the embedded-wave (init

[Google Wave APIs] Re: How to debug my robot?

2009-11-03 Thread pamela (Google Employee)
The article will be published in the documentation in the next day or 2, so that should make it easier to find. Good suggestion, though. On Mon, Nov 2, 2009 at 8:17 PM, salehin nsale...@gmail.com wrote: Hi! Pamela: I think you can make this post sticky, because lots of new developer will

[Google Wave APIs] Profile not showing or updating for my robot

2009-11-03 Thread Byteblocks
I have correctly implemented profile request in my robot. I can see in my app engine logs the request and response. 11-02 05:15AM 44.039 /_wave/robot/profile 200 82ms 10cpu_ms 0kb gzip (gfe) 64.233.172.1 - - [02/Nov/2009:05:15:44 -0800] GET /_wave/robot/ profile HTTP/1.1 200 257 - gzip(gfe)

[Google Wave APIs] Re: Python cron call

2009-11-03 Thread Jeroen van Wissen
Did you manage to have it working ? I'd like to know how you got your script working that the cron job is called... coz I can't find any working example. My cron's won't get called :S On Oct 5, 9:26 pm, André an...@cabine.org wrote: I've since configured the cron job and my code is called, but

[Google Wave APIs] ParrotyServlet echos twice

2009-11-03 Thread Mike.toXML()
Following the sample found here (http://code.google.com/apis/wave/ extensions/robots/java-tutorial.html) I am getting double output is this supposed to happen? If so, why? The out is: mcparr...@appspot.com I'm alive!I'm alive! mcparr...@appspot.com Hi, everybody!Hi, everybody!

[Google Wave APIs] Re: Automatic annotations to .pm, .py, etc.?

2009-11-03 Thread dougx
No, fortunately the annotation api is actually quite nice, and it doesn't interfere with the robot. :) However, making something that is not a link look like a like and click like a link (Except it does nothing) is a pretty fundamental web usability fail. What I was asking though, is if there's

[Google Wave APIs] Re: Ordering blips?

2009-11-03 Thread qMax
Debug whow all wavelets whows document with id=conversation looking like this: doc conversation blip id=b+Q-liEge0B/blip blip id=b+e855IhN4H thread id=b+e855IhN4K blip id=b+e855IhN4K/blip blip id=b+e855IhN4L/blip /thread

[Google Wave APIs] Re: ParrotyServlet echos twice

2009-11-03 Thread Wolfgang Werner
Hi, this has already been reported, see http://code.google.com/p/google-wave-resources/issues/detail?id=373 and http://code.google.com/p/google-wave-resources/issues/detail?id=354 I think Austin accepted it. --- Wolfgang On Mon, Nov 2, 2009 at 11:07 PM, Mike.toXML() mcar...@gmail.com wrote:

[Google Wave APIs] BLIP_SUBMITTED is not triggered in sandbox

2009-11-03 Thread qMax
robot with capabilities w:capabilities w:capability name=BLIP_SUBMITTED/ /w:capabilities used python waveapi rev14 works in wave preview, but not on wave sandbox (event is not triggered). something is going to happen there? --~--~-~--~~~---~--~~ You received

[Google Wave APIs] Re: BLIP_SUBMITTED is not triggered in sandbox

2009-11-03 Thread qMax
Either my head or everything seems completely broken. Using waveapi Revision: 14 Tested bot: def OnEvent(type, properties, context): logging.debug(Event %s %s%(type,properties)) if __name__ == '__main__': from waveapi import robot myRobot = robot.Robot('qmax-waving',

[Google Wave APIs] Re: BLIP_SUBMITTED is not triggered in sandbox

2009-11-03 Thread qMax
With my head, finally. Forgotten to change capabilities-version from old one. Sorry for flood. On Nov 3, 5:01 pm, qMax qwigly...@gmail.com wrote: Either my head or everything seems completely broken. Using waveapi Revision: 14 --~--~-~--~~~---~--~~ You

[Google Wave APIs] Re: Profile not showing or updating for my robot

2009-11-03 Thread Naveen Kohli
I have resolved this issue. Here is what was wrong: 1. The json format was not correct. 2. Property names did not match what was expected. 3. This one is strange. I could not get my own avatar image to show up. But when I replaced the URL to point to google's sample image, it worked.

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

2009-11-03 Thread Calum
It's fine, my app works now :) On Nov 2, 7:34 pm, Byteblocks naveenko...@gmail.com wrote: I think path in your app.yaml file may not be pointing to correct entry point .py file. handlers: - url: /.*   script: thecalumscottbot.py On Nov 2, 1:07 pm, Calum calums1...@hotmail.co.uk wrote:

[Google Wave APIs] Re: BLIP_SUBMITTED is not triggered in sandbox

2009-11-03 Thread pamela (Google Employee)
Thanks for adding your app ID to that issue thread. We'll look and see if the problem is back or if there is a new one. - pamela On Wed, Nov 4, 2009 at 2:36 AM, qMax qwigly...@gmail.com wrote: The problem disappeared only for one version/fresh upload. It does not work in java also (i've

[Google Wave APIs] Re: Python cron call

2009-11-03 Thread Wookai
Yes, that's what it did. It called /cron. On Nov 3, 2:37 pm, Jeroen van Wissen jeroen.van.wis...@gmail.com wrote: Ok, But how should it be done? robot.RegisterCronJob('/cron', 60) is enough in python? And then it will call  /cron every 60 secs .. or /_wave/cron ? On 3 nov, 16:53, Wookai

[Google Wave APIs] import json error with python-written robot

2009-11-03 Thread Niall
Hi, I am currently writing a google wave robot for kicks, and I get the following error: type 'exceptions.ImportError': No module named json Traceback (most recent call last): File /base/data/home/apps/myWaveRobot/1.337487432489076904/ myWaveRobot.py, line 14, in module import

[Google Wave APIs] Status bar

2009-11-03 Thread C.K
Hello! How can robot create a status bar message like wave-publisher do? Pic: http://yfrog.com/0wsbarg I can't find the right function. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Wave API

[Google Wave APIs] Developing a new Google Wave client ?

2009-11-03 Thread fvisticot
Is it possible to create a proprietary Google Wave client ? We can imagine to have a Java or JavaFX application instead of a web page... How to do this ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Wave

[Google Wave APIs] Internal Server Error (500) when trying to deploy?

2009-11-03 Thread Chris C.
I'm trying to deploy an update to a robot and have run into a 500 error when trying to do so. I've tried to deploy a couple others (that I know work), so - is anyone else running into the error? --~--~-~--~~~---~--~~ You received this message because you are

[Google Wave APIs] Re: import json error with python-written robot

2009-11-03 Thread Niall
OK. I figured it out. I did a version check on python on wave and got: 2.5.2 (r252:60911, Apr 7 2009, 17:42:26) [GCC 4.1.0] And if I remember right json came in with 2.6. On Nov 3, 8:19 pm, Niall twom...@gmail.com wrote: Hi, I am currently writing a google wave robot for kicks, and I get

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

2009-11-03 Thread pamela (Google Employee)
Thanks Silicon for the great bug description. We'll take a look at it shortly. - pamela On Fri, Oct 30, 2009 at 4:22 PM, Silicon Dragon sdr...@gmail.com wrote: Dear Pamela robot developers, Further investigation unveils the root cause of the bug: if an embedded image in the wave has no

[Google Wave APIs] Re: Status bar

2009-11-03 Thread pamela (Google Employee)
Hi CK- It's not currently possible. Please star this feature request: http://code.google.com/p/google-wave-resources/issues/detail?id=77 - pamela On Tue, Nov 3, 2009 at 10:15 PM, C.K m...@ck.org.ua wrote: Hello! How can robot create a status bar message like wave-publisher do? Pic:

[Google Wave APIs] Re: Developing a new Google Wave client ?

2009-11-03 Thread pamela (Google Employee)
We don't currently offer APIs that would make this an easy thing to do, but we hope to offer such APIs in the future. For now, our APIs are focused on extensions (robots/gadgets) and embed (simply iframing of waves). - pamela On Wed, Nov 4, 2009 at 5:49 AM, fvisticot fvisti...@gmail.com wrote:

[Google Wave APIs] Re: how to hande drag-n-drop of links in gadget

2009-11-03 Thread Salomon
I don't think it's possible... yet. The gadget API doc does not mention it. However, it's a great and really needed functionnality... Is it planned ? On Nov 2, 4:01 am, qMax qwigly...@gmail.com wrote: Hi. My jquery-powered gadget wants to have links to other waves. Is it possible to handle

[Google Wave APIs] Re: Ordering blips?

2009-11-03 Thread qMax
Here, http://www.waveprotocol.org/draft-protocol-specs/wave-conversation-model Section 11 supposes operation to insert a blip element (with a unique id) to the thread in the conversation manifest. Is this completely fictional operation? Or it is supported on server, but still no methods to

[Google Wave APIs] Re: Wave and WiTTIE

2009-11-03 Thread Jody Swaney
I'll help out if I can On Tue, Nov 3, 2009 at 4:48 PM, Patrick Flaherty flahert...@gmail.comwrote: You might want to contact the people at http://mediawikiwave.blogspot.com/. I'm not sure what wiki platform you are using but they are incorporating mediawiki with google wave. Patrick On

[Google Wave APIs] Wave and WiTTIE

2009-11-03 Thread Peter Baker
Hi Wavers, My name is Peter Baker, and I am Project Coordinator for a project called WiTTIE. Our wiki-based project seeks to develop a teacher-friendly wiki interface. We are interested in integrating Wave within WiTTIE. Our project is funded by the MacArthur Foundation and HASTAC, so we have

[Google Wave APIs] Re: Python cron call

2009-11-03 Thread Damian Murphy
On Tue, Nov 3, 2009 at 12:16 AM, Jeroen van Wissen jeroen.van.wis...@gmail.com wrote: Did you manage to have it working ? I'd like to know how you got your script working that the cron job is called... coz I can't find any working example. My cron's won't get called :S I'm working with Java

[Google Wave APIs] Re: Python cron call

2009-11-03 Thread Jeroen van Wissen
Ok, But how should it be done? robot.RegisterCronJob('/cron', 60) is enough in python? And then it will call /cron every 60 secs .. or /_wave/cron ? On 3 nov, 16:53, Wookai vincent.et...@gmail.com wrote: I got my script to be called by thecron(it took some time, tough, it seems that

[Google Wave APIs] Re: Embedding/ Drag Drop

2009-11-03 Thread antimatter15
I think the drag and drop is just pure JS and I think IE also the HTML5 DD API (the HTML5 one is actually reverse engineered off the IE one). I don't see why the embedded wave would not survive docking. On Nov 2, 7:26 am, Stefan Blanke chr...@webmop.de wrote: I am working on a js-api for

[Google Wave APIs] Re: import json error with python-written robot

2009-11-03 Thread Lee
On Nov 3, 2:19 pm, Niall twom...@gmail.com wrote: Hi, I am currently writing a google wave robot for kicks, and I get the following error: type 'exceptions.ImportError': No module named json Traceback (most recent call last):   File /base/data/home/apps/myWaveRobot/1.337487432489076904/

[Google Wave APIs] Invisible robot

2009-11-03 Thread Salomon
Hi ! Three google robot I know are invisible and automatically inserted in a wave. These are Linky, Panda and Spelly. You don't see them in the wave participants BUT they are effectively there, you can see them in a gadget using playback (which I think isn't normal, by the way). How is it

[Google Wave APIs] Talking to a Gadget from a Robot

2009-11-03 Thread gana
Hi, So I was creating a robot which sends a notification to a subscribed email id when a new Blip is submitted. For this sake, I created a gadget, that gets inserted into the wave ( by the robot ) when the robot is first added. This gadget maintains a list of all the email id's which have

[Google Wave APIs] Re: Wave and WiTTIE

2009-11-03 Thread Patrick Flaherty
You might want to contact the people at http://mediawikiwave.blogspot.com/. I'm not sure what wiki platform you are using but they are incorporating mediawiki with google wave. Patrick On Tue, Nov 3, 2009 at 11:54 AM, Peter Baker pbaker1...@gmail.com wrote: Hi Wavers, My name is Peter Baker,

[Google Wave APIs] Re: How to debug my robot?

2009-11-03 Thread Christophe Taton
Hi, To debug your robot on your own machine, you can write a robot that forwards all incoming requests to your machine. That's what I did here: http://code.google.com/p/wave-proxy/ (see the wiki page on how to use it). Then you can run your robot inside Eclipse, for instance, and debug it...

[Google Wave APIs] Re: Internal Server Error (500) when trying to deploy?

2009-11-03 Thread Chris C.
Oop, musta been a temporary glitch. Working now. On Nov 3, 9:08 pm, Chris C. yclept.ch...@gmail.com wrote: I'm trying to deploy an update to a robot and have run into a 500 error when trying to do so. I've tried to deploy a couple others (that I know work), so - is anyone else running into

[Google Wave APIs] Re: import json error with python-written robot

2009-11-03 Thread Holger
try this: from django.utils import simplejson as json had the same problem On Nov 3, 9:19 pm, Niall twom...@gmail.com wrote: Hi, I am currently writing a google wave robot for kicks, and I get the following error: type 'exceptions.ImportError': No module named json Traceback (most

[Google Wave APIs] Re: Hey is there any wave to insert new blip between 2 other blips??

2009-11-03 Thread Fabricio Zuardi
Well, it is possible in Python using blip.CreateChild() :) If you have: --- | blip A --- | blip B --- and want: --- | blip A --- | blip C --- | blip B --- All you need is blip A ID's. It would be something along the lines of: blip = context.GetBlipById(THE_BLIP_ID_OF_A_GOES_HERE) html =

[Google Wave APIs] Re: How do i know wich attributes something has?

2009-11-03 Thread Fabricio Zuardi
Yep, correct, p in your example is an user email, so modifying your Notify function to take an extra parameter and pass p would do it. The properties object for a WAVELET_PARTICIPANTS_CHANGED event looks like this in Python: {u'blipId': u'b+FkFz5bg3D', u'participantsRemoved': [],

[Google Wave APIs] This Week's Office Hours: Nov. 4th, 3-4 PST

2009-11-03 Thread pamela (Google Employee)
Hi developers - For this week, the Wave API office hour will be held this Wed Nov 4th (US Pacific) from 3 to 4pm. The URL to the public wave on wavesandbox will be posted 5 min prior to the office hour. Get your API questions ready! :) - pamela

[Google Wave APIs] Re: Invisible robot

2009-11-03 Thread Sam Osborne
The robots that are automatically added are more editing tools as opposed to actual robots, but they work in a similar way to robots, except, they edit your blips with less of a delay. 2009/11/4 Salomon timelza...@gmail.com Hi ! Three google robot I know are invisible and automatically