[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  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  wrote:
>
> >http://dl.getdropbox.com/u/1347058/src.rar
>
> > I am counting on this being due to a stupid mistake. Many thanks to
> > whoever can help!
>
> > On Nov 2, 9:07 am, "pamela (Google Employee)" 
> > wrote:
>
> > > Is your app.yaml setup correctly? Could you put your code online so that 
> > > we
> > > can take a look and see if it happens for us as well?
>
> > > - pamela
>
> > > On Sun, Nov 1, 2009 at 4:39 PM, Calum  wrote:
>
> > > > Still have this problem...
>
> > > > On Oct 31, 8:19 pm, Calum  wrote:
> > > > >http://thecalumscottbot.appspot.com/_wave/capabilities.xml
>
> > > > > The logs don't show anything unusual.
>
> > > > > On Oct 31, 4:18 pm, David Nesting  wrote:
>
> > > > > > Can you give us a link to it?  If you're running this in appengine, 
> > > > > > do
> > > > the
> > > > > > appengine logs give you any hints as to what might be happening?
>
> > > > > > David
>
> > > > > > On Fri, Oct 30, 2009 at 6:42 AM, Calum 
> > > > wrote:
>
> > > > > > > Does no one have any reason why this happens? It's still a blank 
> > > > > > > XML
> > > > > > > file.
>
> > > > > > > On Oct 19, 12:13 am, Calum  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 generate this file however it's blank.
>
> > > > > > > > Is this just a case of waiting for the file to be generated, or 
> > > > > > > > is
> > > > > > > > this an error?
--~--~-~--~~~---~--~~
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: capabilites.xml is blank

2009-11-02 Thread Calum

I knew it was a stupid error somewhere. Well, anyway. Thank you very
much for your help!

On Nov 2, 9:28 pm, David Nesting  wrote:
> On Mon, Nov 2, 2009 at 10:07 AM, Calum  wrote:
> >http://dl.getdropbox.com/u/1347058/src.rar
>
> > I am counting on this being due to a stupid mistake. Many thanks to
> > whoever can help!
>
> if __name__ == '__main__':
>   myRobot = robot.Robot('The Calum Scott Bot',
>       image_url='http://thecalumscottbot.appspot.com/assets/icon.png',
>       version='3',
>       profile_url='http://www.calumscott.com/')
>   myRobot.RegisterHandler(events.WAVELET_PARTICIPANTS_CHANGED,
> OnParticipantsChanged)
>   myRobot.RegisterHandler(events.WAVELET_SELF_ADDED, OnRobotAdded)
>
> You're missing a myRobot.Run()
>
> David
--~--~-~--~~~---~--~~
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: capabilites.xml is blank

2009-11-02 Thread Calum

http://dl.getdropbox.com/u/1347058/src.rar

I am counting on this being due to a stupid mistake. Many thanks to
whoever can help!

On Nov 2, 9:07 am, "pamela (Google Employee)" 
wrote:
> Is your app.yaml setup correctly? Could you put your code online so that we
> can take a look and see if it happens for us as well?
>
> - pamela
>
> On Sun, Nov 1, 2009 at 4:39 PM, Calum  wrote:
>
> > Still have this problem...
>
> > On Oct 31, 8:19 pm, Calum  wrote:
> > >http://thecalumscottbot.appspot.com/_wave/capabilities.xml
>
> > > The logs don't show anything unusual.
>
> > > On Oct 31, 4:18 pm, David Nesting  wrote:
>
> > > > Can you give us a link to it?  If you're running this in appengine, do
> > the
> > > > appengine logs give you any hints as to what might be happening?
>
> > > > David
>
> > > > On Fri, Oct 30, 2009 at 6:42 AM, Calum 
> > wrote:
>
> > > > > Does no one have any reason why this happens? It's still a blank XML
> > > > > file.
>
> > > > > On Oct 19, 12:13 am, Calum  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 generate this file however it's blank.
>
> > > > > > Is this just a case of waiting for the file to be generated, or is
> > > > > > this an error?
--~--~-~--~~~---~--~~
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: capabilites.xml is blank

2009-11-01 Thread Calum

Still have this problem...

On Oct 31, 8:19 pm, Calum  wrote:
> http://thecalumscottbot.appspot.com/_wave/capabilities.xml
>
> The logs don't show anything unusual.
>
> On Oct 31, 4:18 pm, David Nesting  wrote:
>
> > Can you give us a link to it?  If you're running this in appengine, do the
> > appengine logs give you any hints as to what might be happening?
>
> > David
>
> > On Fri, Oct 30, 2009 at 6:42 AM, Calum  wrote:
>
> > > Does no one have any reason why this happens? It's still a blank XML
> > > file.
>
> > > On Oct 19, 12:13 am, Calum  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 generate this file however it's blank.
>
> > > > Is this just a case of waiting for the file to be generated, or is
> > > > this an error?
--~--~-~--~~~---~--~~
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: capabilites.xml is blank

2009-10-31 Thread Calum

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

The logs don't show anything unusual.

On Oct 31, 4:18 pm, David Nesting  wrote:
> Can you give us a link to it?  If you're running this in appengine, do the
> appengine logs give you any hints as to what might be happening?
>
> David
>
> On Fri, Oct 30, 2009 at 6:42 AM, Calum  wrote:
>
> > Does no one have any reason why this happens? It's still a blank XML
> > file.
>
> > On Oct 19, 12:13 am, Calum  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 generate this file however it's blank.
>
> > > Is this just a case of waiting for the file to be generated, or is
> > > this an error?
--~--~-~--~~~---~--~~
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: 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  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 generate this file however it's blank.
>
> Is this just a case of waiting for the file to be generated, or is
> this an error?

--~--~-~--~~~---~--~~
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] capabilites.xml is blank

2009-10-18 Thread Calum

For some reason, no matter what I do. My capabilities.xml file always
seems to be blank. I am using the Python SDK and I am told it's
supposed to automatically generate this file however it's blank.

Is this just a case of waiting for the file to be generated, or is
this an error?

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---