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.

  1. /usr/lib/python2.3/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestModPy object>)

    1. 1112 from MoinMoin.wikiaction import getHandler
    2. 1113 handler = getHandler(self, action)
    3. 1114 handler(self.page.page_name, self)
    4. 1115
    5. 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'
  2. /usr/lib/python2.3/site-packages/MoinMoin/action/rss_rc.py in execute (pagename=u'RecentChanges', request=<MoinMoin.request.RequestModPy object>)

    1. 79 # for 304, we look at if-modified-since and if-none-match headers,
    2. 80 # one of them must match and the other is either not there or must match.
    3. 81 if request.if_modified_since == timestamp:
    4. 82 if request.if_none_match:
    5. 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.
  • [get | view] (2006-09-27 15:42:28, 14.1 KB) [[attachment:install-diff-log.txt]]
  • [get | view] (2006-09-26 22:31:47, 6.3 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.