That code looks correct. Maybe the domain is incorrect? Sometimes I add [email protected] to a wave when I am debugging participants adding, as then it should be atleast publicly viewable. (But only do that if the wave contents are not private).
On Thu, Jul 22, 2010 at 7:51 PM, raya shmakova <[email protected]>wrote: > Here is my code: > wave = myRobot.new_wave(wavelet.domain, participants = > ['[email protected]'], submit = True) > blip = wavelet.reply("wave.title: %s, Wave participants: %s" % > (wave.title, wave.participants.serialize())) > > Here is what I get in wavelet: > wave.title: , Wave participants: [[email protected]'] > > But when i try to open this wavelet, I see "You are not a participant > in this wave." > Also, if i try to add myself using wave.participants.add() I have the > same result: I am in participant list but without access to wave. > > What am I doing wrong? How can robot add participant to wave? > > -- > 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=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.
