randall05 / gtap

A twitter API proxy based on Google App Engine.
0 stars 0 forks source link

AttributeError #146

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.浏览器输入api网址后,出现如下信息,http方式
raceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 634, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/XXX/1.347462778728074513/main.py", line 136, in get
    self.do_proxy('GET')
  File "/base/data/home/apps/XXX/1.347462778728074513/main.py", line 96, in do_proxy
    return success_output(self, gtap_message )
  File "/base/data/home/apps/XXX/1.347462778728074513/main.py", line 35, in success_output
    handler.response.status = '200 OK'
AttributeError: can't set attribute

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
gtap首页最新版

Original issue reported on code.google.com by genius.v...@gmail.com on 27 Apr 2011 at 8:46