Tagged Questions

3
votes
3answers
694 views

Google Wave Python Tutorial - What next?

I just finished working through Google's Wave Robot: Python Tutorial. The API Reference looks a bit imposing. Is there anything else I can look at to get up to speed?
3
votes
1answer
169 views

Google Wave Python Tutorial - Nothing happens

For the Google Wave Python Robot Tutorial, my capabilities.xml is visible and I can add it to a Wave, but the robot isn't actually responding to the events. I checked the logs, but I've fixed it so ...
3
votes
3answers
1k views

Google Wave Sandbox

Is anyone developing robots and/or gadgets for Google Wave? I have been a part of the sandbox development for a few days and I was interested in seeing what others have thought about the Google Wave ...
1
vote
0answers
111 views

Google wave authentication login on 3rd party website

I'm trying to figure out how to make a user authenticate with my web app using google accounts and be recognized as an active session with google wave. Currently when I use google accounts login, ...
1
vote
0answers
49 views

Running wave robot inside django app engine patched webapp

I've got a Google Wave python robot running with an existing django app engine web app. All works well apart from one thing, for some reason I am unable to access my datastore which is the same ...
1
vote
1answer
36 views

Unit testing Google wave robots in Java

Any tips or best practices for unit testing Google Wave robots written in Java? I'm expecting to deploy on AppEngine, if that helps. I'm a fan of TDD but new to both Wave Robots and AppEngine, so I'm ...
1
vote
1answer
416 views

Google wave: PDF-generation (pdfjet)

PDFjet says it supports App Engine, which by extension means it will run on Wave. e question is how can I get to to work on the Google WavE? The goal is to get a PDF-button in the wave which is able ...
1
vote
1answer
528 views

wave bot and xmpp bot?

Wave protocol bot is just like any typical xmpp agent bot / component bot right? Can wave bots used on other places or use bosh and create webclient to consume the bot? Is wave protocol bot library ...
1
vote
3answers
277 views

google wave OnBlipSubmitted

I'm trying to create a wave robot, and I have the basic stuff working. I'm trying to create a new blip with help text when someone types @help but for some reason it doesnt create it. I'm getting no ...
1
vote
1answer
489 views

appengine KindError when accessing table outside of django

I have a table called Mytable in home/models.py and using django aep I reference is as Mytable.all(). It shows up in the Data Viewer as home_mytable Now, for some urls within app.yaml I have a ...
0
votes
2answers
112 views

Java : com.google.protobuf does not exist

I try to install Walkaround, a project based on Google Wave. I followed the official wiki for installation. But during the last step (./runant run), I've 100 errors: Proto.java:7: package ...
0
votes
1answer
143 views

HttpError 502 with Google Wave Active Robot API fetch_wavelet()

I am trying to use the Google Wave Active Robot API fetch_wavelet() and I get an HTTP 502 error example: from waveapi import robot import passwords robot = robot.Robot('gae-run', ...
0
votes
1answer
62 views

How do I get contents of a Google Wave given the wave id and wavelet id?

I am using the robots api. I have a wave id and wavelet id, and my app's email is added to the wave. How can I simply get the wave (or wavelet's) contents using the python api?
0
votes
1answer
58 views

Illegal Argument Exception in Google Wave App

I'm writing a Google Wave robot and I just messed something up. It was working just fine but now I'm getting an IllegalArgument exception on the line that includes query.execute. Am I doing ...
0
votes
1answer
85 views

Adding Class files to Google App Engine Wave Bot in Java using Eclipse

Yeah quite a specific question. I'm making a bot for Google Wave and I'm a bit confused. I have some Java class files of a separate package I want to implement. I put them in the lib directory but ...
0
votes
1answer
518 views

sending email from wave robot

Anyone know how to send an email using google wave python api? Thanks