Attachment 'traceback.html'
Download--> -->
AttributeError
'RequestModPy' object has no attribute 'if_modified_since'
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.3/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestModPy object>)
- 1112 from MoinMoin.wikiaction import getHandler
- 1113 handler = getHandler(self, action)
- 1114 handler(self.page.page_name, self)
- 1115
- 1116 # generate page footer (actions that do not want this footer use
- handler = <function execute>
- self = <MoinMoin.request.RequestModPy object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.page_name = u'RecentChanges'
/usr/lib/python2.3/site-packages/MoinMoin/action/rss_rc.py in execute (pagename=u'RecentChanges', request=<MoinMoin.request.RequestModPy object>)
- 79 # for 304, we look at if-modified-since and if-none-match headers,
- 80 # one of them must match and the other is either not there or must match.
- 81 if request.if_modified_since == timestamp:
- 82 if request.if_none_match:
- 83 if request.if_none_match == etag:
- request = <MoinMoin.request.RequestModPy object>
- request.if_modified_since undefined
- timestamp = 'Tue, 26 Sep 2006 18:53:21 GMT'
AttributeError
'RequestModPy' object has no attribute 'if_modified_since'
- args = ("'RequestModPy' object has no attribute 'if_modified_since'",)
System Details
- Date: Tue, 26 Sep 2006 22:23:48 +0000
- Platform: Linux dss2.almaden.ibm.com 2.6.9-34.EL #1 Fri Feb 24 16:44:51 EST 2006 i686
- Python: Python 2.3.4 (/usr/bin/python)
- MoinMoin: Release 1.5.5a (release)
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.