Google App Engine users.get_current_user()始终返回None

时间:2011-09-19 06:09:27

标签: python google-app-engine

我正在尝试Google App Engine Getting Started指南中的示例。我只在本地使用SDK模拟器 - 我尚未上传到Google。

除了users服务外,事情通常都有效。

Using the Users Service中的示例首先按预期显示虚假登录屏幕。但是,程序永远不会超过这一点,因为users.get_current_user()始终返回None,无论我在假登录屏幕上按哪个按钮。

我的系统:

  • Fedora 14 Linux
  • 用openssl-devel和sqlite-devel编译的Python 2.5.6

当我按下“登录”按钮时,以下是dev_appserver.py helloworld/写入stdout的内容:

INFO     2011-09-19 05:59:53,643 dev_appserver.py:4247] "GET /_ah/login?email=test%40example.com&action=Login&continue=http%3A%2F%2Flocalhost%3A8080%2F HTTP/1.1" 302 -
INFO     2011-09-19 05:59:53,675 dev_appserver.py:4247] "GET / HTTP/1.1" 302 -
INFO     2011-09-19 05:59:53,703 dev_appserver.py:4247] "GET /_ah/login?continue=http%3A//localhost%3A8080/ HTTP/1.1" 200 -

0 个答案:

没有答案