I have the same issue. I am accessing app through appspot. I am trying
the youtube upload code given in
http://code.google.com/apis/gdata/articles/youtube_api_appengine.html#hello-app-engine

I tried changing app.yaml as below:
- url: /.*
  script: main.py
  login: admin

and got the following error:
Error: Server Error

The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.

Can any one please help me out..thanks


On Apr 18, 4:12 pm, Wooble <[email protected]> wrote:
> Are you accessing your app through appspot?
>
> On Apr 17, 11:39 pm, codingJoe <[email protected]> wrote:
>
>
>
> > I'll tell the newbie story on how I got into this mess.
>
> > I developed a small app and tested on my laptop using the AppEngine
> > SDK.  I got my app to point that it was working the way I wanted.
> > Now, I'm ready to test it online.   I'm a perfectionist about some
> > things, so I don't want to public to see my app until I've
> > thoroughally tested it online.
>
> > In order to build my little staging area, I restricted the app to my
> > group's domain-name.  I uploaded it and the first couple screens
> > seemed to work.  Then I clicked on some of the user functions and
> > things started to break.  Here's my errors.   Can someone help me
> > understand what's going on here?  I'm beginning to get confused.
>
> >  'login_url' : users.CreateLoginURL(self.request.uri),
> >   File "/base/python_lib/versions/1/google/appengine/api/users.py",
> > line 176, in create_login_url
> >     raise NotAllowedError
> > NotAllowedError
>
> > I start commenting things out to try my app without logins.  And Now
> > every time I access usernames I get errors with None type.
>
> > Advice?   how do I fix this?  What steps to troubleshoot?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to