I'm getting a failure on my deployed server and I can't figure out what
might cause it.
I've gotten it a few times.

something to do with markdown

going to the URL myself (its fetching the RSS feed) doesn't trigger the
error !

from the stack trace I have no way of knowing what went in

can anybody think of what might cause it ?


postz/models.py", line 252, in make_body
   body = markdown.markdown(force_unicode(smart_str(body)))

 File "build/bdist.linux-x86_64/egg/markdown.py", line 1822, in markdown
   return md.convert(text)

 File "build/bdist.linux-x86_64/egg/markdown.py", line 1745, in convert
   xml = pp.run(xml)

 File "build/bdist.linux-x86_64/egg/markdown.py", line 966, in run
   html, safe  = self.stash.rawHtmlBlocks[i]

IndexError: list index out of range




<http://crucial-systems.com>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to