[Google Wave APIs] Re: Google Wave sandbox account?

2009-10-22 Thread JamesBrooks

No problems! Not picking or anything, but maybe an announcement could
have helped?

On Oct 22, 12:44 pm, "pamela (Google Employee)" 
wrote:
> Hey folks-
>
> We've been transitioning the sandbox accounts system to a new system over
> the past week, so we haven't processed signups in that time. We hope to
> start re-processing again tomorrow.
>
> Please accept our continuous waterfall of apologies.
>
> - pamela
>
> On Thu, Oct 22, 2009 at 10:41 PM, JamesBrooks wrote:
>
>
>
>
>
> > I too have filled in the application form, I received an email telling
> > me to activate it, but never anything after that.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Google Wave sandbox account?

2009-10-22 Thread JamesBrooks

I too have filled in the application form, I received an email telling
me to activate it, but never anything after that.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Unable to match URL using Python

2009-10-22 Thread JamesBrooks

Anyone?

On Oct 18, 11:18 am, JamesBrooks  wrote:
> Changing my version didn't fix theURLmatching by the way.
>
> On Oct 17, 4:35 pm, JamesBrooks  wrote:
>
>
>
> > Sorry for the "spam", I just had to change the version number to fix
> > this.
>
> > On Oct 17, 4:34 pm, JamesBrooks  wrote:
>
> > > Actually don't ignore it, when I changed my events register to:
> > > tehgdbot.RegisterHandler(events.BLIP_SUBMITTED, OnBlipSubmitted)
>
> > > And named my function appropriately, it broke, nothing is sent when a
> > > Blip is submitted. I thought this problem was fixed?
>
> > > On Oct 17, 4:24 pm, JamesBrooks  wrote:
>
> > > > Ignore the fact I've named my function incorrectly.
>
> > > > On Oct 17, 4:11 pm, JamesBrooks  wrote:
>
> > > > > So I'm using this function for my OnBlipSubmitted event:
>
> > > > > def OnBlipCreated(properties, context):
> > > > >         logging.debug("Blip created!")
> > > > >         blip = context.GetBlipById(properties['blipId'])
> > > > >         blipText = blip.GetDocument().GetText()
> > > > >         logging.debug("TEXT: " + blipText)
> > > > >         regex_url = r'http:\/\/([\w.]+\/?)\S*'
> > > > >         logging.debug("Just past the regex_url variable!")
> > > > >         logging.debug(regex_url)
> > > > >         for match in re.finditer(regex_url, blipText):
> > > > >                url= match.group(0)
> > > > >                 #logging.log(blipText.replace(url, TehGDURL(url))
> > > > >                 logging.debug("Shorturlcreated!")
>
> > > > > The logging works when the blip does not contain theURL, however as
> > > > > soon as there is aURLinside of the blip, nothing is logged. Matching
> > > > > theURLshould work 100% there, why does Wave not send theURL
> > > > > created?
>
> > > > > James
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Unable to match URL using Python

2009-10-18 Thread JamesBrooks

Changing my version didn't fix the URL matching by the way.

On Oct 17, 4:35 pm, JamesBrooks  wrote:
> Sorry for the "spam", I just had to change the version number to fix
> this.
>
> On Oct 17, 4:34 pm, JamesBrooks  wrote:
>
>
>
> > Actually don't ignore it, when I changed my events register to:
> > tehgdbot.RegisterHandler(events.BLIP_SUBMITTED, OnBlipSubmitted)
>
> > And named my function appropriately, it broke, nothing is sent when a
> > Blip is submitted. I thought this problem was fixed?
>
> > On Oct 17, 4:24 pm, JamesBrooks  wrote:
>
> > > Ignore the fact I've named my function incorrectly.
>
> > > On Oct 17, 4:11 pm, JamesBrooks  wrote:
>
> > > > So I'm using this function for my OnBlipSubmitted event:
>
> > > > def OnBlipCreated(properties, context):
> > > >         logging.debug("Blip created!")
> > > >         blip = context.GetBlipById(properties['blipId'])
> > > >         blipText = blip.GetDocument().GetText()
> > > >         logging.debug("TEXT: " + blipText)
> > > >         regex_url = r'http:\/\/([\w.]+\/?)\S*'
> > > >         logging.debug("Just past the regex_url variable!")
> > > >         logging.debug(regex_url)
> > > >         for match in re.finditer(regex_url, blipText):
> > > >                 url = match.group(0)
> > > >                 #logging.log(blipText.replace(url, TehGDURL(url))
> > > >                 logging.debug("Short url created!")
>
> > > > The logging works when the blip does not contain the URL, however as
> > > > soon as there is a URL inside of the blip, nothing is logged. Matching
> > > > the URL should work 100% there, why does Wave not send the URL
> > > > created?
>
> > > > James
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Unable to match URL using Python

2009-10-17 Thread JamesBrooks

Sorry for the "spam", I just had to change the version number to fix
this.

On Oct 17, 4:34 pm, JamesBrooks  wrote:
> Actually don't ignore it, when I changed my events register to:
> tehgdbot.RegisterHandler(events.BLIP_SUBMITTED, OnBlipSubmitted)
>
> And named my function appropriately, it broke, nothing is sent when a
> Blip is submitted. I thought this problem was fixed?
>
> On Oct 17, 4:24 pm, JamesBrooks  wrote:
>
>
>
> > Ignore the fact I've named my function incorrectly.
>
> > On Oct 17, 4:11 pm, JamesBrooks  wrote:
>
> > > So I'm using this function for my OnBlipSubmitted event:
>
> > > def OnBlipCreated(properties, context):
> > >         logging.debug("Blip created!")
> > >         blip = context.GetBlipById(properties['blipId'])
> > >         blipText = blip.GetDocument().GetText()
> > >         logging.debug("TEXT: " + blipText)
> > >         regex_url = r'http:\/\/([\w.]+\/?)\S*'
> > >         logging.debug("Just past the regex_url variable!")
> > >         logging.debug(regex_url)
> > >         for match in re.finditer(regex_url, blipText):
> > >                 url = match.group(0)
> > >                 #logging.log(blipText.replace(url, TehGDURL(url))
> > >                 logging.debug("Short url created!")
>
> > > The logging works when the blip does not contain the URL, however as
> > > soon as there is a URL inside of the blip, nothing is logged. Matching
> > > the URL should work 100% there, why does Wave not send the URL
> > > created?
>
> > > James
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Unable to match URL using Python

2009-10-17 Thread JamesBrooks

Actually don't ignore it, when I changed my events register to:
tehgdbot.RegisterHandler(events.BLIP_SUBMITTED, OnBlipSubmitted)

And named my function appropriately, it broke, nothing is sent when a
Blip is submitted. I thought this problem was fixed?

On Oct 17, 4:24 pm, JamesBrooks  wrote:
> Ignore the fact I've named my function incorrectly.
>
> On Oct 17, 4:11 pm, JamesBrooks  wrote:
>
>
>
> > So I'm using this function for my OnBlipSubmitted event:
>
> > def OnBlipCreated(properties, context):
> >         logging.debug("Blip created!")
> >         blip = context.GetBlipById(properties['blipId'])
> >         blipText = blip.GetDocument().GetText()
> >         logging.debug("TEXT: " + blipText)
> >         regex_url = r'http:\/\/([\w.]+\/?)\S*'
> >         logging.debug("Just past the regex_url variable!")
> >         logging.debug(regex_url)
> >         for match in re.finditer(regex_url, blipText):
> >                 url = match.group(0)
> >                 #logging.log(blipText.replace(url, TehGDURL(url))
> >                 logging.debug("Short url created!")
>
> > The logging works when the blip does not contain the URL, however as
> > soon as there is a URL inside of the blip, nothing is logged. Matching
> > the URL should work 100% there, why does Wave not send the URL
> > created?
>
> > James
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Unable to match URL using Python

2009-10-17 Thread JamesBrooks

Ignore the fact I've named my function incorrectly.

On Oct 17, 4:11 pm, JamesBrooks  wrote:
> So I'm using this function for my OnBlipSubmitted event:
>
> def OnBlipCreated(properties, context):
>         logging.debug("Blip created!")
>         blip = context.GetBlipById(properties['blipId'])
>         blipText = blip.GetDocument().GetText()
>         logging.debug("TEXT: " + blipText)
>         regex_url = r'http:\/\/([\w.]+\/?)\S*'
>         logging.debug("Just past the regex_url variable!")
>         logging.debug(regex_url)
>         for match in re.finditer(regex_url, blipText):
>                 url = match.group(0)
>                 #logging.log(blipText.replace(url, TehGDURL(url))
>                 logging.debug("Short url created!")
>
> The logging works when the blip does not contain the URL, however as
> soon as there is a URL inside of the blip, nothing is logged. Matching
> the URL should work 100% there, why does Wave not send the URL
> created?
>
> James
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Unable to match URL using Python

2009-10-17 Thread JamesBrooks

So I'm using this function for my OnBlipSubmitted event:

def OnBlipCreated(properties, context):
logging.debug("Blip created!")
blip = context.GetBlipById(properties['blipId'])
blipText = blip.GetDocument().GetText()
logging.debug("TEXT: " + blipText)
regex_url = r'http:\/\/([\w.]+\/?)\S*'
logging.debug("Just past the regex_url variable!")
logging.debug(regex_url)
for match in re.finditer(regex_url, blipText):
url = match.group(0)
#logging.log(blipText.replace(url, TehGDURL(url))
logging.debug("Short url created!")

The logging works when the blip does not contain the URL, however as
soon as there is a URL inside of the blip, nothing is logged. Matching
the URL should work 100% there, why does Wave not send the URL
created?

James
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Office Hours Start in 10 Minutes

2009-10-15 Thread JamesBrooks

Shame I can't get on until my Sandbox account is activated!

On Oct 15, 4:55 am, "pamela (Google Employee)" 
wrote:
> Virtual Google Wave APIs office hours will begin in 10 minutes. Visit this
> URL in Wave Sandbox to 
> participate:https://wave.google.com/a/wavesandbox.com/#restored:wave:wavesandbox
> A link to the transcript will be posted here afterwards.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: How Long Will I Have To Wait

2009-10-15 Thread JamesBrooks

A lot of processing goes on behind the scenes, you don't get your
invite straight away. I got mine several days after it was sent. Just
be patient and expect it soon.

On Oct 15, 7:05 pm, da burger  wrote:
> Hi,
> I'm not to worried but I would like to know what kind of time I will
> have to wait for my account to be given. Like I say I'm not worried
> and have not been waiting very long but I would like to have some idea
> when I will have an account to play with.
> Angus
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



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

2009-10-14 Thread JamesBrooks

Nice document Pamela, definitely a good read!

On Oct 14, 12:40 pm, "pamela (Google Employee)" 
wrote:
> Good tip, James - I'm working on a "Debugging Robots" article to cover tips
> like that. You can read a draft here, if 
> interested:http://docs.google.com/View?id=dggjrx3s_192dn3bkrhn
>
> - pamela
>
> On Wed, Oct 14, 2009 at 9:36 PM, JamesBrooks  wrote:
>
> > For anyone who is developing in Python and would like to know how
> > debugging works there, here is a quick guide.
>
> > Add import logging to the imports.Then where you want to enter any
> > debugging information add logging.debug("Message") which will be
> > displayed in your appspot logs panel.
>
> > Thanks to whoever it was who showed me that in my problem before.
>
> > On Oct 14, 5:52 am, Jeffrey R  wrote:
> > > I followed the tutorial, and even registrated on appspot.com. I
> > > deployed my robot, started a new wave. Added my robot as a contact,
> > > but it doesnt do anything.
> > > I cant figure out where something is going wrong because in Eclipse I
> > > dont get any errors.
> > > And know Im like trying to figure for bout 2 hours whats going wrong
> > > with my bot and how to fix it.
> > > But without succes.
>
> > > I cant fix it, because i dont know whats wrong and where I should
> > > look.
>
> > > Im following this tutorialhttp://
> > code.google.com/intl/en/apis/wave/extensions/robots/java-tutor...
>
> > > I really should find out where to look to find any errors, because
> > > normally its in the compiler.
> > > But eclipse shows no errors.
>
> > > If anyone has any tips/help/advice Ill glady appreciate it.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



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

2009-10-14 Thread JamesBrooks

For anyone who is developing in Python and would like to know how
debugging works there, here is a quick guide.

Add import logging to the imports.Then where you want to enter any
debugging information add logging.debug("Message") which will be
displayed in your appspot logs panel.

Thanks to whoever it was who showed me that in my problem before.

On Oct 14, 5:52 am, Jeffrey R  wrote:
> I followed the tutorial, and even registrated on appspot.com. I
> deployed my robot, started a new wave. Added my robot as a contact,
> but it doesnt do anything.
> I cant figure out where something is going wrong because in Eclipse I
> dont get any errors.
> And know Im like trying to figure for bout 2 hours whats going wrong
> with my bot and how to fix it.
> But without succes.
>
> I cant fix it, because i dont know whats wrong and where I should
> look.
>
> Im following this 
> tutorialhttp://code.google.com/intl/en/apis/wave/extensions/robots/java-tutor...
>
> I really should find out where to look to find any errors, because
> normally its in the compiler.
> But eclipse shows no errors.
>
> If anyone has any tips/help/advice Ill glady appreciate it.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Broken capabilities.xml

2009-10-13 Thread JamesBrooks

My log file is empty.

I'm using the Python SDK.

On Oct 13, 12:49 pm, "pamela (Google Employee)" 
wrote:
> A 500 error when pinging it on the server indicates a problem with the App
> Engine app, not an issue on the Wave side, so we need to work through what
> that issue is.
>
> Are you using the Python SDK or Java SDK?
> Why are you unable to check the logs now?
>
> - pamela
>
> On Tue, Oct 13, 2009 at 10:21 PM, JamesBrooks wrote:
>
>
>
>
>
> > I can't check the logs right now.
>
> > Someone suggested changing the XML to add BLIP_SUBMITTED (in the API
> > problem), when I uploaded it, it broke. Is it possible to reset these?
> > I don't want to waste an application id.
>
> > On Oct 13, 12:15 pm, "pamela (Google Employee)" 
> > wrote:
> > > Hi James-
> > > Did you check your App Engine logs to see if there are any errors
> > reported?
> > > How come you couldn't use the auto-generated file?
>
> > > - pamela
>
> > > On Tue, Oct 13, 2009 at 10:07 PM, JamesBrooks  > >wrote:
>
> > > > Any chance this can be fixed? I had something going with this bot!
>
> > > > On Oct 12, 7:53 pm, JamesBrooks  wrote:
> > > > > I tried to edit my capabilities.xml file, so I created it and
> > uploaded
> > > > > it... Now it's broken and the server gives a 500 error.
>
> > > > >http://catkincottage.appspot.com/_wave/capabilities.xml
>
> > > > > How do I go about fixing this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Main account and test account

2009-10-13 Thread JamesBrooks

I think the reason behind this is to stop sandbox version interfering
with the public/private version. Difference in builds may cause
problems between the communications.

On Oct 13, 10:49 am, Shaiton  wrote:
> HI,
> I got the same preview account yesterday !
> That's so amazing !! Thanks Google team !
>
> To answer your question, did you try to look for your account  with
> the full address ? (i.e. n...@wavesandbox.com)
> You need to write the whole adress.
>
> I don't know why (yet, cause I am looking for the answer) but there
> are @wavesandbox.com and @googlewave.com domains. Using my
> wavesandbox, I can't add googlewave users.
>
> Have fun waving !
>
> Regards,
> Shaiton
>
> On Oct 13, 3:47 am, Long Thay Bun  wrote:
>
> > Dear Google Wave API,
>
> > Today, I have received 2 accounts and passwords to use Wave for the
> > first time. I log in the main account, activate it and do the same
> > with the test account. Then, I try to add test account into main
> > account but it does not work and vice versa. Could any one help me on
> > this issue?
>
> > Thanks and regards,
> > Long
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Broken capabilities.xml

2009-10-13 Thread JamesBrooks

I can't check the logs right now.

Someone suggested changing the XML to add BLIP_SUBMITTED (in the API
problem), when I uploaded it, it broke. Is it possible to reset these?
I don't want to waste an application id.

On Oct 13, 12:15 pm, "pamela (Google Employee)" 
wrote:
> Hi James-
> Did you check your App Engine logs to see if there are any errors reported?
> How come you couldn't use the auto-generated file?
>
> - pamela
>
> On Tue, Oct 13, 2009 at 10:07 PM, JamesBrooks wrote:
>
>
>
> > Any chance this can be fixed? I had something going with this bot!
>
> > On Oct 12, 7:53 pm, JamesBrooks  wrote:
> > > I tried to edit my capabilities.xml file, so I created it and uploaded
> > > it... Now it's broken and the server gives a 500 error.
>
> > >http://catkincottage.appspot.com/_wave/capabilities.xml
>
> > > How do I go about fixing this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Broken capabilities.xml

2009-10-13 Thread JamesBrooks

Any chance this can be fixed? I had something going with this bot!

On Oct 12, 7:53 pm, JamesBrooks  wrote:
> I tried to edit my capabilities.xml file, so I created it and uploaded
> it... Now it's broken and the server gives a 500 error.
>
> http://catkincottage.appspot.com/_wave/capabilities.xml
>
> How do I go about fixing this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-12 Thread JamesBrooks

Tell me about it! I spent 8 hours on the day I reported this
scratching my head. I'm still recovering from the amount of coffee I
had!

On Oct 12, 8:19 pm, "Chris C."  wrote:
> Holy cow, is _that_ why no matter what I did yesterday, my Python
> robot didn't do anything? I decided to learn Python for some robot-
> writing funtimes, and no matter what I did, the sample bot did
> nothing. I am so relieved. Thanks for looking into it!
>
> On Oct 12, 3:00 am, "pamela (Google Employee)" 
> wrote:
>
>
>
> > We believe we located the problem. Your robots should probably work right
> > now, but until we fix the underlying cause, they may stop responding again.
> > We're working on the fix.
> > It is possible that getting a new app engine ID will fix the issue for you;
> > but it's also possible that it won't. (So, worth a try, but not a guarantee
> > now).
>
> > Apologies for causing frustration.
>
> > - pamela
>
> > On Mon, Oct 12, 2009 at 10:00 AM, JamesBrooks wrote:
>
> > > tehgdbot and catkincottage neither work
>
> > > On Oct 11, 10:35 pm, "pamela (Google Employee)" 
> > > wrote:
> > > > Can you 2 update the thread with your app IDs? It will be useful for us
> > > > debugging.
> > > > - pamela
>
> > > > On Mon, Oct 12, 2009 at 4:37 AM, Roy  wrote:
>
> > > > > I'm having the same issue. BLIP_SUBMITTED does not seem to work.
>
> > > > > On Oct 11, 10:31 am, JamesBrooks  wrote:
> > > > > > I created a new one called catkincottage but alas no luck.
>
> > > > > > On Oct 11, 2:58 pm, "pamela (Google Employee)" 
> > > > > > wrote:
>
> > > > > > > Hey James-
> > > > > > > It worked for me, but perhaps there is still some other issue. 
> > > > > > > What
> > > are
> > > > > the
> > > > > > > IDs that you have tried?
>
> > > > > > > - pamela
>
> > > > > > > On Sun, Oct 11, 2009 at 8:55 PM, JamesBrooks <
> > > ja...@james-brooks.net>
> > > > > wrote:
>
> > > > > > > > Nope changing the application id did not work, still no
> > > > > BLIP_SUBMITTED
> > > > > > > > request.
>
> > > > > > > > On Oct 11, 10:42 am, JamesBrooks  wrote:
> > > > > > > > > Thanks Pamela! I shall create a new id now.
>
> > > > > > > > > On Oct 11, 8:59 am, "pamela fox (Google employee)"
>
> > > > > > > > >  wrote:
> > > > > > > > > > I was experiencing this issue, and by changing my app.yaml 
> > > > > > > > > > to
> > > > > point to
> > > > > > > > > > a new application ID, I got the robot at the new address to
> > > > > respond. I
> > > > > > > > > > will file a bug, but perhaps you can use that workaround in
> > > the
> > > > > > > > > > meantime.
>
> > > > > > > > > > Tip: I have a dummy App Engine ID that I use for temporary
> > > stuff
> > > > > like
> > > > > > > > > > this, it's handy. (Mine is pamelafox-randomdemo).
>
> > > > > > > > > > - pamela
>
> > > > > > > > > > On Oct 11, 6:09 pm, Kyle  wrote:
>
> > > > > > > > > > > I can confirm BLIP_SUBMITTED not working. The following is
> > > my
> > > > > main
> > > > > > > > > > > file for my robot, and no debug information is being
> > > logged.
>
> > > > > > > > > > >http://pastie.org/650182
>
> > > > > > > > > > > On Oct 10, 6:53 pm, JamesBrooks 
> > > > > wrote:
>
> > > > > > > > > > > > I've added you on Wave.
>
> > > > > > > > > > > > On Oct 11, 2:50 am, James Purser 
> > > > > wrote:
>
> > > > > > > > > > > > > On Sat, 2009-10-10 at 18:48 -0700, JamesBrooks wrote:
> > > > > > > > > > > > > > Nope, no debug added to the logs. I tried it with 
> > > > > > > > > > > > > > the
> > > > > > > > > > > > > > WAVELET_SELF_ADDED and it logged it, so it's
> > > something
> > > > > wrong
> > > > > > > > with the
> > > > > > > > > > > > > > BLIP_SUBMITTED method?
>
> > > > > > > > > > > > > Could you post your main function? Or if you're on the
> > > > > beta, my
> > > > > > > > account
> > > > > > > > > > > > > is the same as my gmail.
>
> > > > > > > > > > > > > --
> > > > > > > > > > > > > James Purser
> > > > > > > > > > > > > Collaborynthhttp://collaborynth.com.au
> > > > > > > > > > > > > Mob: +61 406 576 553
> > > > > > > > > > > > > Skype: purserj1977
> > > > > > > > > > > > > Twitter:http://twitter.com/purserj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Broken capabilities.xml

2009-10-12 Thread JamesBrooks

I tried to edit my capabilities.xml file, so I created it and uploaded
it... Now it's broken and the server gives a 500 error.

http://catkincottage.appspot.com/_wave/capabilities.xml

How do I go about fixing this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Robot working in sandbox not working in Preview

2009-10-12 Thread JamesBrooks

Pamela (Employee) has informed us that it should work, if not create a
new application id and try again.

On Oct 11, 4:30 pm, Rahul  wrote:
> yes i am using the same event
>
> On Oct 11, 8:09 pm, JamesBrooks  wrote:
>
>
>
> > What features aren't working? Are you using the logging method to
> > check events are called?
>
> > I'm having a problem with 
> > BLIP_SUBMITTEDhttp://groups.google.com/group/google-wave-api/t/8ef8f1ae760a053f
> > perhaps the API is broken or something?
>
> > On Oct 11, 3:47 pm, Rahul  wrote:
>
> > > Hi
>
> > > I made a robot.It is working perfectly fine in Sandbox but it is not
> > > working in preview is the any setting or approval for the same
>
> > > Thanks- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-12 Thread JamesBrooks

Thanks pamela, I shall try it later.

On Oct 12, 8:00 am, "pamela (Google Employee)" 
wrote:
> We believe we located the problem. Your robots should probably work right
> now, but until we fix the underlying cause, they may stop responding again.
> We're working on the fix.
> It is possible that getting a new app engine ID will fix the issue for you;
> but it's also possible that it won't. (So, worth a try, but not a guarantee
> now).
>
> Apologies for causing frustration.
>
> - pamela
>
> On Mon, Oct 12, 2009 at 10:00 AM, JamesBrooks wrote:
>
>
>
>
>
> > tehgdbot and catkincottage neither work
>
> > On Oct 11, 10:35 pm, "pamela (Google Employee)" 
> > wrote:
> > > Can you 2 update the thread with your app IDs? It will be useful for us
> > > debugging.
> > > - pamela
>
> > > On Mon, Oct 12, 2009 at 4:37 AM, Roy  wrote:
>
> > > > I'm having the same issue. BLIP_SUBMITTED does not seem to work.
>
> > > > On Oct 11, 10:31 am, JamesBrooks  wrote:
> > > > > I created a new one called catkincottage but alas no luck.
>
> > > > > On Oct 11, 2:58 pm, "pamela (Google Employee)" 
> > > > > wrote:
>
> > > > > > Hey James-
> > > > > > It worked for me, but perhaps there is still some other issue. What
> > are
> > > > the
> > > > > > IDs that you have tried?
>
> > > > > > - pamela
>
> > > > > > On Sun, Oct 11, 2009 at 8:55 PM, JamesBrooks <
> > ja...@james-brooks.net>
> > > > wrote:
>
> > > > > > > Nope changing the application id did not work, still no
> > > > BLIP_SUBMITTED
> > > > > > > request.
>
> > > > > > > On Oct 11, 10:42 am, JamesBrooks  wrote:
> > > > > > > > Thanks Pamela! I shall create a new id now.
>
> > > > > > > > On Oct 11, 8:59 am, "pamela fox (Google employee)"
>
> > > > > > > >  wrote:
> > > > > > > > > I was experiencing this issue, and by changing my app.yaml to
> > > > point to
> > > > > > > > > a new application ID, I got the robot at the new address to
> > > > respond. I
> > > > > > > > > will file a bug, but perhaps you can use that workaround in
> > the
> > > > > > > > > meantime.
>
> > > > > > > > > Tip: I have a dummy App Engine ID that I use for temporary
> > stuff
> > > > like
> > > > > > > > > this, it's handy. (Mine is pamelafox-randomdemo).
>
> > > > > > > > > - pamela
>
> > > > > > > > > On Oct 11, 6:09 pm, Kyle  wrote:
>
> > > > > > > > > > I can confirm BLIP_SUBMITTED not working. The following is
> > my
> > > > main
> > > > > > > > > > file for my robot, and no debug information is being
> > logged.
>
> > > > > > > > > >http://pastie.org/650182
>
> > > > > > > > > > On Oct 10, 6:53 pm, JamesBrooks 
> > > > wrote:
>
> > > > > > > > > > > I've added you on Wave.
>
> > > > > > > > > > > On Oct 11, 2:50 am, James Purser 
> > > > wrote:
>
> > > > > > > > > > > > On Sat, 2009-10-10 at 18:48 -0700, JamesBrooks wrote:
> > > > > > > > > > > > > Nope, no debug added to the logs. I tried it with the
> > > > > > > > > > > > > WAVELET_SELF_ADDED and it logged it, so it's
> > something
> > > > wrong
> > > > > > > with the
> > > > > > > > > > > > > BLIP_SUBMITTED method?
>
> > > > > > > > > > > > Could you post your main function? Or if you're on the
> > > > beta, my
> > > > > > > account
> > > > > > > > > > > > is the same as my gmail.
>
> > > > > > > > > > > > --
> > > > > > > > > > > > James Purser
> > > > > > > > > > > > Collaborynthhttp://collaborynth.com.au
> > > > > > > > > > > > Mob: +61 406 576 553
> > > > > > > > > > > > Skype: purserj1977
> > > > > > > > > > > > Twitter:http://twitter.com/purserj- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-11 Thread JamesBrooks

tehgdbot and catkincottage neither work

On Oct 11, 10:35 pm, "pamela (Google Employee)" 
wrote:
> Can you 2 update the thread with your app IDs? It will be useful for us
> debugging.
> - pamela
>
>
>
> On Mon, Oct 12, 2009 at 4:37 AM, Roy  wrote:
>
> > I'm having the same issue. BLIP_SUBMITTED does not seem to work.
>
> > On Oct 11, 10:31 am, JamesBrooks  wrote:
> > > I created a new one called catkincottage but alas no luck.
>
> > > On Oct 11, 2:58 pm, "pamela (Google Employee)" 
> > > wrote:
>
> > > > Hey James-
> > > > It worked for me, but perhaps there is still some other issue. What are
> > the
> > > > IDs that you have tried?
>
> > > > - pamela
>
> > > > On Sun, Oct 11, 2009 at 8:55 PM, JamesBrooks 
> > wrote:
>
> > > > > Nope changing the application id did not work, still no
> > BLIP_SUBMITTED
> > > > > request.
>
> > > > > On Oct 11, 10:42 am, JamesBrooks  wrote:
> > > > > > Thanks Pamela! I shall create a new id now.
>
> > > > > > On Oct 11, 8:59 am, "pamela fox (Google employee)"
>
> > > > > >  wrote:
> > > > > > > I was experiencing this issue, and by changing my app.yaml to
> > point to
> > > > > > > a new application ID, I got the robot at the new address to
> > respond. I
> > > > > > > will file a bug, but perhaps you can use that workaround in the
> > > > > > > meantime.
>
> > > > > > > Tip: I have a dummy App Engine ID that I use for temporary stuff
> > like
> > > > > > > this, it's handy. (Mine is pamelafox-randomdemo).
>
> > > > > > > - pamela
>
> > > > > > > On Oct 11, 6:09 pm, Kyle  wrote:
>
> > > > > > > > I can confirm BLIP_SUBMITTED not working. The following is my
> > main
> > > > > > > > file for my robot, and no debug information is being logged.
>
> > > > > > > >http://pastie.org/650182
>
> > > > > > > > On Oct 10, 6:53 pm, JamesBrooks 
> > wrote:
>
> > > > > > > > > I've added you on Wave.
>
> > > > > > > > > On Oct 11, 2:50 am, James Purser 
> > wrote:
>
> > > > > > > > > > On Sat, 2009-10-10 at 18:48 -0700, JamesBrooks wrote:
> > > > > > > > > > > Nope, no debug added to the logs. I tried it with the
> > > > > > > > > > > WAVELET_SELF_ADDED and it logged it, so it's something
> > wrong
> > > > > with the
> > > > > > > > > > > BLIP_SUBMITTED method?
>
> > > > > > > > > > Could you post your main function? Or if you're on the
> > beta, my
> > > > > account
> > > > > > > > > > is the same as my gmail.
>
> > > > > > > > > > --
> > > > > > > > > > James Purser
> > > > > > > > > > Collaborynthhttp://collaborynth.com.au
> > > > > > > > > > Mob: +61 406 576 553
> > > > > > > > > > Skype: purserj1977
> > > > > > > > > > Twitter:http://twitter.com/purserj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: how to detect a new blip added to a wave?

2009-10-11 Thread JamesBrooks

I never even had a war directory, maybe I should install the eclipse
plugin...

On Oct 11, 5:25 pm, ThomasWrobel  wrote:
> You dont see a capabilities.xml file in your war directory anywhere?
> It should be in war/_wave I think.
> I'm working in java here, but I think the xml should be the same.
>
> On 11 okt, 18:22, JamesBrooks  wrote:
>
>
>
> > I know what an XML file is, but how do I edit it? I'm writing my robot
> > in Python, and using the App Engine to upload it, but I don't see
> > where I edit it.
>
> > > I just edited it using eclipse and added the WAVELET_BLIP_CREATED
> > > line.
> > > Its just a text file with a XML extension.
>
> > > On 11 okt, 18:14, JamesBrooks  wrote:
>
> > > > How do you modify the XML file?
>
> > > > On Oct 10, 1:06 pm, Paul Staab  wrote:
>
> > > > > do start with simple things:
> > > > > have you registiered BLIP_SUBMITTED and WAVELET_BLIP_CREATED in the
> > > > > capabillities.xml and changed its version-number?
>
> > > > > On 10 Okt., 12:50, twdarkflame  wrote:
>
> > > > > > I'm probably doing something silly here, but I'm just trying to get 
> > > > > > my
> > > > > > bot to respond to a post.
>
> > > > > > I tried;
>
> > > > > >  for (Event e: bundle.getBlipSubmittedEvents()) {
> > > > > >            Blip blip2 = wavelet.appendBlip();
> > > > > >               TextView textView2 = blip2.getDocument();
> > > > > >               textView2.append("event="+e.getType().toString());
>
> > > > > >               if (e.getType() == EventType.BLIP_SUBMITTED) {
>
> > > > > >                   Blip blip3 = wavelet.appendBlip();
> > > > > >                   TextView textView3 = blip3.getDocument();
> > > > > >                   textView3.append("Thats a good comment!5/10");
> > > > > >                 }
>
> > > > > >               if (e.getType() == EventType.WAVELET_BLIP_CREATED ) {
> > > > > >                   Blip blip4 = wavelet.appendBlip();
> > > > > >                   TextView textView4 = blip4.getDocument();
> > > > > >                   textView4.append("Thats a good comment! 10/10");
> > > > > >                 }
> > > > > >     }
>
> > > > > > And I get nothing at all
>
> > > > > > I also tried putting it in the
> > > > > >  for (Event e: bundle.getEvents()) {
> > > > > > ...
>
> > > > > > }
>
> > > > > > loop and also nothing.
>
> > > > > > However,  if (e.getType() == EventType.WAVELET_PARTICIPANTS_CHANGED)
> > > > > > {    
> > > > > > does trigger an response.
> > > > > > And so does bundle.wasSelfAdded() (which of course isnt in a loop).
>
> > > > > > So...what am I missing?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: how to detect a new blip added to a wave?

2009-10-11 Thread JamesBrooks

I know what an XML file is, but how do I edit it? I'm writing my robot
in Python, and using the App Engine to upload it, but I don't see
where I edit it.

> I just edited it using eclipse and added the WAVELET_BLIP_CREATED
> line.
> Its just a text file with a XML extension.
>
> On 11 okt, 18:14, JamesBrooks  wrote:
>
>
>
> > How do you modify the XML file?
>
> > On Oct 10, 1:06 pm, Paul Staab  wrote:
>
> > > do start with simple things:
> > > have you registiered BLIP_SUBMITTED and WAVELET_BLIP_CREATED in the
> > > capabillities.xml and changed its version-number?
>
> > > On 10 Okt., 12:50, twdarkflame  wrote:
>
> > > > I'm probably doing something silly here, but I'm just trying to get my
> > > > bot to respond to a post.
>
> > > > I tried;
>
> > > >  for (Event e: bundle.getBlipSubmittedEvents()) {
> > > >            Blip blip2 = wavelet.appendBlip();
> > > >               TextView textView2 = blip2.getDocument();
> > > >               textView2.append("event="+e.getType().toString());
>
> > > >               if (e.getType() == EventType.BLIP_SUBMITTED) {
>
> > > >                   Blip blip3 = wavelet.appendBlip();
> > > >                   TextView textView3 = blip3.getDocument();
> > > >                   textView3.append("Thats a good comment!5/10");
> > > >                 }
>
> > > >               if (e.getType() == EventType.WAVELET_BLIP_CREATED ) {
> > > >                   Blip blip4 = wavelet.appendBlip();
> > > >                   TextView textView4 = blip4.getDocument();
> > > >                   textView4.append("Thats a good comment! 10/10");
> > > >                 }
> > > >     }
>
> > > > And I get nothing at all
>
> > > > I also tried putting it in the
> > > >  for (Event e: bundle.getEvents()) {
> > > > ...
>
> > > > }
>
> > > > loop and also nothing.
>
> > > > However,  if (e.getType() == EventType.WAVELET_PARTICIPANTS_CHANGED)
> > > > {    
> > > > does trigger an response.
> > > > And so does bundle.wasSelfAdded() (which of course isnt in a loop).
>
> > > > So...what am I missing?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: how to detect a new blip added to a wave?

2009-10-11 Thread JamesBrooks

How do you modify the XML file?

On Oct 10, 1:06 pm, Paul Staab  wrote:
> do start with simple things:
> have you registiered BLIP_SUBMITTED and WAVELET_BLIP_CREATED in the
> capabillities.xml and changed its version-number?
>
> On 10 Okt., 12:50, twdarkflame  wrote:
>
>
>
> > I'm probably doing something silly here, but I'm just trying to get my
> > bot to respond to a post.
>
> > I tried;
>
> >  for (Event e: bundle.getBlipSubmittedEvents()) {
> >            Blip blip2 = wavelet.appendBlip();
> >               TextView textView2 = blip2.getDocument();
> >               textView2.append("event="+e.getType().toString());
>
> >               if (e.getType() == EventType.BLIP_SUBMITTED) {
>
> >                   Blip blip3 = wavelet.appendBlip();
> >                   TextView textView3 = blip3.getDocument();
> >                   textView3.append("Thats a good comment!5/10");
> >                 }
>
> >               if (e.getType() == EventType.WAVELET_BLIP_CREATED ) {
> >                   Blip blip4 = wavelet.appendBlip();
> >                   TextView textView4 = blip4.getDocument();
> >                   textView4.append("Thats a good comment! 10/10");
> >                 }
> >     }
>
> > And I get nothing at all
>
> > I also tried putting it in the
> >  for (Event e: bundle.getEvents()) {
> > ...
>
> > }
>
> > loop and also nothing.
>
> > However,  if (e.getType() == EventType.WAVELET_PARTICIPANTS_CHANGED)
> > {    
> > does trigger an response.
> > And so does bundle.wasSelfAdded() (which of course isnt in a loop).
>
> > So...what am I missing?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Robot working in sandbox not working in Preview

2009-10-11 Thread JamesBrooks

What features aren't working? Are you using the logging method to
check events are called?

I'm having a problem with BLIP_SUBMITTED
http://groups.google.com/group/google-wave-api/t/8ef8f1ae760a053f
perhaps the API is broken or something?

On Oct 11, 3:47 pm, Rahul  wrote:
> Hi
>
> I made a robot.It is working perfectly fine in Sandbox but it is not
> working in preview is the any setting or approval for the same
>
> Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-11 Thread JamesBrooks

I created a new one called catkincottage but alas no luck.

On Oct 11, 2:58 pm, "pamela (Google Employee)" 
wrote:
> Hey James-
> It worked for me, but perhaps there is still some other issue. What are the
> IDs that you have tried?
>
> - pamela
>
>
>
> On Sun, Oct 11, 2009 at 8:55 PM, JamesBrooks  wrote:
>
> > Nope changing the application id did not work, still no BLIP_SUBMITTED
> > request.
>
> > On Oct 11, 10:42 am, JamesBrooks  wrote:
> > > Thanks Pamela! I shall create a new id now.
>
> > > On Oct 11, 8:59 am, "pamela fox (Google employee)"
>
> > >  wrote:
> > > > I was experiencing this issue, and by changing my app.yaml to point to
> > > > a new application ID, I got the robot at the new address to respond. I
> > > > will file a bug, but perhaps you can use that workaround in the
> > > > meantime.
>
> > > > Tip: I have a dummy App Engine ID that I use for temporary stuff like
> > > > this, it's handy. (Mine is pamelafox-randomdemo).
>
> > > > - pamela
>
> > > > On Oct 11, 6:09 pm, Kyle  wrote:
>
> > > > > I can confirm BLIP_SUBMITTED not working. The following is my main
> > > > > file for my robot, and no debug information is being logged.
>
> > > > >http://pastie.org/650182
>
> > > > > On Oct 10, 6:53 pm, JamesBrooks  wrote:
>
> > > > > > I've added you on Wave.
>
> > > > > > On Oct 11, 2:50 am, James Purser  wrote:
>
> > > > > > > On Sat, 2009-10-10 at 18:48 -0700, JamesBrooks wrote:
> > > > > > > > Nope, no debug added to the logs. I tried it with the
> > > > > > > > WAVELET_SELF_ADDED and it logged it, so it's something wrong
> > with the
> > > > > > > > BLIP_SUBMITTED method?
>
> > > > > > > Could you post your main function? Or if you're on the beta, my
> > account
> > > > > > > is the same as my gmail.
>
> > > > > > > --
> > > > > > > James Purser
> > > > > > > Collaborynthhttp://collaborynth.com.au
> > > > > > > Mob: +61 406 576 553
> > > > > > > Skype: purserj1977
> > > > > > > Twitter:http://twitter.com/purserj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-11 Thread JamesBrooks

Nope changing the application id did not work, still no BLIP_SUBMITTED
request.

On Oct 11, 10:42 am, JamesBrooks  wrote:
> Thanks Pamela! I shall create a new id now.
>
> On Oct 11, 8:59 am, "pamela fox (Google employee)"
>
>
>
>  wrote:
> > I was experiencing this issue, and by changing my app.yaml to point to
> > a new application ID, I got the robot at the new address to respond. I
> > will file a bug, but perhaps you can use that workaround in the
> > meantime.
>
> > Tip: I have a dummy App Engine ID that I use for temporary stuff like
> > this, it's handy. (Mine is pamelafox-randomdemo).
>
> > - pamela
>
> > On Oct 11, 6:09 pm, Kyle  wrote:
>
> > > I can confirm BLIP_SUBMITTED not working. The following is my main
> > > file for my robot, and no debug information is being logged.
>
> > >http://pastie.org/650182
>
> > > On Oct 10, 6:53 pm, JamesBrooks  wrote:
>
> > > > I've added you on Wave.
>
> > > > On Oct 11, 2:50 am, James Purser  wrote:
>
> > > > > On Sat, 2009-10-10 at 18:48 -0700, JamesBrooks wrote:
> > > > > > Nope, no debug added to the logs. I tried it with the
> > > > > > WAVELET_SELF_ADDED and it logged it, so it's something wrong with 
> > > > > > the
> > > > > > BLIP_SUBMITTED method?
>
> > > > > Could you post your main function? Or if you're on the beta, my 
> > > > > account
> > > > > is the same as my gmail.
>
> > > > > --
> > > > > James Purser
> > > > > Collaborynthhttp://collaborynth.com.au
> > > > > Mob: +61 406 576 553
> > > > > Skype: purserj1977
> > > > > Twitter:http://twitter.com/purserj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-11 Thread JamesBrooks

Thanks Pamela! I shall create a new id now.

On Oct 11, 8:59 am, "pamela fox (Google employee)"
 wrote:
> I was experiencing this issue, and by changing my app.yaml to point to
> a new application ID, I got the robot at the new address to respond. I
> will file a bug, but perhaps you can use that workaround in the
> meantime.
>
> Tip: I have a dummy App Engine ID that I use for temporary stuff like
> this, it's handy. (Mine is pamelafox-randomdemo).
>
> - pamela
>
> On Oct 11, 6:09 pm, Kyle  wrote:
>
>
>
> > I can confirm BLIP_SUBMITTED not working. The following is my main
> > file for my robot, and no debug information is being logged.
>
> >http://pastie.org/650182
>
> > On Oct 10, 6:53 pm, JamesBrooks  wrote:
>
> > > I've added you on Wave.
>
> > > On Oct 11, 2:50 am, James Purser  wrote:
>
> > > > On Sat, 2009-10-10 at 18:48 -0700, JamesBrooks wrote:
> > > > > Nope, no debug added to the logs. I tried it with the
> > > > > WAVELET_SELF_ADDED and it logged it, so it's something wrong with the
> > > > > BLIP_SUBMITTED method?
>
> > > > Could you post your main function? Or if you're on the beta, my account
> > > > is the same as my gmail.
>
> > > > --
> > > > James Purser
> > > > Collaborynthhttp://collaborynth.com.au
> > > > Mob: +61 406 576 553
> > > > Skype: purserj1977
> > > > Twitter:http://twitter.com/purserj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-10 Thread JamesBrooks

I've added you on Wave.

On Oct 11, 2:50 am, James Purser  wrote:
> On Sat, 2009-10-10 at 18:48 -0700, JamesBrooks wrote:
> > Nope, no debug added to the logs. I tried it with the
> > WAVELET_SELF_ADDED and it logged it, so it's something wrong with the
> > BLIP_SUBMITTED method?
>
> Could you post your main function? Or if you're on the beta, my account
> is the same as my gmail.
>
> --
> James Purser
> Collaborynthhttp://collaborynth.com.au
> Mob: +61 406 576 553
> Skype: purserj1977
> Twitter:http://twitter.com/purserj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-10 Thread JamesBrooks

Nope, no debug added to the logs. I tried it with the
WAVELET_SELF_ADDED and it logged it, so it's something wrong with the
BLIP_SUBMITTED method?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-10 Thread JamesBrooks

How does this work? I don't have a sandbox developer account yet, so
I'm not sure if this is a sandbox thing or not?

On Oct 11, 2:37 am, James Purser  wrote:
> On Sat, 2009-10-10 at 18:34 -0700, JamesBrooks wrote:
> > For some reason BlipSubmitted does not work, I've tried all sorts of
> > outputs when the method should be called.
>
> > tehgdbot.RegisterHandler(events.BLIP_SUBMITTED, OnBlipSubmitted)
>
> > def OnBlipSubmitted(properties, context):
> >     blip = context.GetBlipById(properties['blipId'])
> >     blip.CreateChild().GetDocument().SetText('I\'d now read the
> > text...')
>
> > But nothing...
>
> Have you tried putting some logging into the function?
>
> logging.debug("OnBlipSubmitted Called") or something similar?
> --
> James Purser
> Collaborynthhttp://collaborynth.com.au
> Mob: +61 406 576 553
> Skype: purserj1977
> Twitter:http://twitter.com/purserj
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] BlipSubmitted not working?

2009-10-10 Thread JamesBrooks

For some reason BlipSubmitted does not work, I've tried all sorts of
outputs when the method should be called.

tehgdbot.RegisterHandler(events.BLIP_SUBMITTED, OnBlipSubmitted)

def OnBlipSubmitted(properties, context):
blip = context.GetBlipById(properties['blipId'])
blip.CreateChild().GetDocument().SetText('I\'d now read the
text...')

But nothing...


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Uploading robot

2009-10-10 Thread JamesBrooks

Ahh nevermind, it seems to be working now. You should mention
somewhere that it can take a while to become available.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Uploading robot

2009-10-10 Thread JamesBrooks

(I'm using Python) I created an application through appspot.com -
tehgdbot, however tehgdbot.appspot.com does not load for me, thus my
robot is not doing anything.

Using the Google App Launcher Engine to Deploy my bot does not create
a capabilities.xml like stated on the tutorial page, nor is the /robot
folder with whatever information is stored in there.

I managed to get my tehgdbot.py to do image_url='http://teh.gd/appspot/
icon.png', however that's all that happens, I don't get any reply from
my robot when it joins the wave - nothing.

Any suggestions?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---