--> -->

AttributeError

'RequestStandAlone' 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. C:\Python\Lib\site-packages\MoinMoin\request.py in __init__ (self=<MoinMoin.request.RequestStandAlone object>, sa=<MoinMoin.server.standalone.MoinRequestHandler instance>, properties={})

    1. 1683 co = filter(None, sa.headers.getheaders('cookie'))
    2. 1684 self.saved_cookie = ', '.join(co) or ''
    3. 1685 self.if_modified_since = (sa.headers.getheader('if-modified-since')
    4. 1686 or self.if_modified_since)
    5. 1687 self.if_none_match = (sa.headers.getheader('if-none-match')
    • self = <MoinMoin.request.RequestStandAlone object>
    • self.if_modified_since undefined
    • sa = <MoinMoin.server.standalone.MoinRequestHandler instance>
    • sa.headers = <mimetools.Message instance>
    • sa.headers.getheader = <bound method Message.getheader of <mimetools.Message instance>>

AttributeError

'RequestStandAlone' object has no attribute 'if_modified_since'

  • args = ("'RequestStandAlone' object has no attribute 'if_modified_since'",)

System Details