sohini2689 / gaewiki

Automatically exported from code.google.com/p/gaewiki
0 stars 0 forks source link

index.rss run error #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.click rss http://musictoysystem.appspot.com/w/index.rss
2.
3.

What is the expected output? What do you see instead?
should output some xml text or other thing
I see nothing for the error on the server

What version of the product are you using? On what operating system?
20101109

Please provide any additional information below.
#

1.
      12-30 09:05AM 50.297 /w/index.rss 500 50ms 182cpu_ms 159api_cpu_ms 0kb Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7,gzip(gfe)
      See details

      222.29.39.5 - wangxing.pku [30/Dec/2010:09:05:50 -0800] "GET /w/index.rss HTTP/1.1" 500 124 "http://musictoysystem.appspot.com/w/index" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7,gzip(gfe)" "musictoysystem.appspot.com" ms=50 cpu_ms=182 api_cpu_ms=159 cpm_usd=0.005194

2.
      D 12-30 09:05AM 50.300

      Reading allowed: user is admin.

3.
      E 12-30 09:05AM 50.319

      'NoneType' object has no attribute 'title'
      Traceback (most recent call last):
        File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 515, in __call__
          handler.get(*groups)
        File "/base/data/home/apps/musictoysystem/1.347282622475823589/handlers.py", line 690, in get
          page = revision.wiki_page.title
      AttributeError: 'NoneType' object has no attribute 'title'

Original issue reported on code.google.com by wangxing...@gmail.com on 30 Dec 2010 at 5:32

GoogleCodeExporter commented 8 years ago
I fixed this in issue 30.  I've tried with "%E6%83%B3%E6%B3%95" and it seems to 
work.  Thank you for reporting this and let me know if there's anything else.

Original comment by justin.forest on 20 Feb 2011 at 1:57

GoogleCodeExporter commented 8 years ago
Oops, wrong issue.

Original comment by justin.forest on 20 Feb 2011 at 1:58

GoogleCodeExporter commented 8 years ago
This issue was updated by revision c995477992.

The error was fixed, however the logic was also changed.  The page used to
display revisions ordered by creation date, which is exactly what /w/changes.rss
does.  I changed /w/index.rss to display pages ordered by update time.

Please send your feedback if you have suggestions on how to make this more
usable.

Original comment by justin.forest on 20 Feb 2011 at 2:16