| CARVIEW |
finiteloop / blog
- Source
- Commits
- Network (8)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
To view the error go to https://bret.appspot.com/feed. How did you get feedburner to work with this error?
The fix is in templates/feed.xml. if you are a vim user, the fix is :%s/entry.html/entry.body/. Otherwise just replace entry.html with entry.body.
Here is the stack trace produced when I go to https://david-krisch.appspot.com:
Uncaught exception GET /feed (74.125.44.136)
<tornado.wsgi.HTTPRequest object at 0xe43edccaf092ef70>
Traceback (most recent call last):
File "/base/data/home/apps/david-krisch/1.336443108460349776/tornado/web.py", line 688, in _executegetattr(self, self.request.method.lower())(*args, **kwargs)File "/base/data/home/apps/david-krisch/1.336443108460349776/blog.py", line 109, in get
self.render("feed.xml", entries=entries)File "/base/data/home/apps/david-krisch/1.336443108460349776/tornado/web.py", line 301, in render
html = self.render_string(template_name, **kwargs)File "/base/data/home/apps/david-krisch/1.336443108460349776/blog.py", line 74, in render_string
self, template_name, users=users, **kwargs)File "/base/data/home/apps/david-krisch/1.336443108460349776/tornado/web.py", line 399, in render_string
return t.generate(**args)File "/base/data/home/apps/david-krisch/1.336443108460349776/tornado/template.py", line 127, in generate
return execute()File "feed.xml", line 98, in _execute AttributeError: 'Entry' object has no attribute 'html'
Comments




oops...the url to my feed should be https://david-krisch.appspot.com/feed. I have fixed the issue on my site, I thought you might want to do the same.
Bump. Just fixed this myself and came here to open a ticket on it. Mine's running at https://www.geekceo.com/.
Fixed