Attachment 'traceback.html'

Download

--> -->

TypeError

argument of type 'NoneType' is not iterable

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/local/lib/python2.5/site-packages/MoinMoin/request/CGI.py in __init__ (self=<MoinMoin.request.CGI.Request object at 0x82b320c>, properties={})

    1. 24
    2. 25 self._setup_vars_from_std_env(os.environ)
    3. 26 RequestBase.__init__(self, properties)
    4. 27
    5. 28 except Exception, err:
    • global RequestBase = <class 'MoinMoin.request.RequestBase'>
    • RequestBase.__init__ = <unbound method RequestBase.__init__>
    • self = <MoinMoin.request.CGI.Request object at 0x82b320c>
    • properties = {}
  2. /usr/local/lib/python2.5/site-packages/MoinMoin/request/__init__.py in __init__ (self=<MoinMoin.request.CGI.Request object at 0x82b320c>, properties={})

    1. 213 i18n.i18n_init(self)
    2. 214
    3. 215 self.user = self.get_user_from_form()
    4. 216 # setuid handling
    5. 217 if self.session and 'setuid' in self.session:
    • self = <MoinMoin.request.CGI.Request object at 0x82b320c>
    • self.user undefined
    • self.get_user_from_form = <bound method Request.get_user_from_form of <MoinMoin.request.CGI.Request object at 0x82b320c>>
  3. /usr/local/lib/python2.5/site-packages/MoinMoin/request/__init__.py in get_user_from_form (self=<MoinMoin.request.CGI.Request object at 0x82b320c>)

    1. 587 u = self.get_user_default_unknown(name=name, password=password,
    2. 588 login=login, logout=logout,
    3. 589 user_obj=None)
    4. 590 return u
    5. 591
    • user_obj undefined
    • builtin None = None
  4. /usr/local/lib/python2.5/site-packages/MoinMoin/request/__init__.py in get_user_default_unknown (self=<MoinMoin.request.CGI.Request object at 0x82b320c>, **kw={'login': False, 'logout': False, 'name': None, 'password': None, 'user_obj': None})

    1. 598 def get_user_default_unknown(self, **kw):
    2. 599 """ call do_auth and if it doesnt return a user object, make some "Unknown User" """
    3. 600 user_obj = self.get_user_default_None(**kw)
    4. 601 if user_obj is None:
    5. 602 user_obj = user.User(self, auth_method="request:427")
    • user_obj undefined
    • self = <MoinMoin.request.CGI.Request object at 0x82b320c>
    • self.get_user_default_None = <bound method Request.get_user_default_None of <MoinMoin.request.CGI.Request object at 0x82b320c>>
    • kw = {'login': False, 'logout': False, 'name': None, 'password': None, 'user_obj': None}
  5. /usr/local/lib/python2.5/site-packages/MoinMoin/request/__init__.py in get_user_default_None (self=<MoinMoin.request.CGI.Request object at 0x82b320c>, **kw={'login': False, 'logout': False, 'name': None, 'password': None, 'user_obj': None})

    1. 614 user_obj, continue_flag = auth(self, name=name, password=password,
    2. 615 login=login, logout=logout, user_obj=user_obj,
    3. 616 cookie=cookie)
    4. 617 if not continue_flag:
    5. 618 break
    • cookie = <SimpleCookie: MOIN_SESSION='c97d2478f9a13a2ecef...IwMC40Mi4yMTUyNg==:expires=1495552073:secidx=24'>
  6. /usr/local/lib/python2.5/site-packages/MoinMoin/auth/__init__.py in moin_session (request=<MoinMoin.request.CGI.Request object at 0x82b320c>, **kw={'cookie': <SimpleCookie: MOIN_SESSION='c97d2478f9a13a2ecef...IwMC40Mi4yMTUyNg==:expires=1495552073:secidx=24'>, 'login': False, 'logout': False, 'name': None, 'password': None, 'user_obj': None})

    1. 472 auth_username=params['username'],
    2. 473 auth_method='moin_session',
    3. 474 auth_attribs=(),
    4. 475 )
    5. 476
    • auth_attribs undefined
  7. /usr/local/lib/python2.5/site-packages/MoinMoin/user.py in __init__ (self=<MoinMoin.user.User at 0x82b3eec name:u'ReimarBauer' valid:1>, request=<MoinMoin.request.CGI.Request object at 0x82b320c>, id='aaaa.bb.cccc', name='', password=None, auth_username='', **kw={'auth_attribs': (), 'auth_method': 'moin_session'})

    1. 329 self.may = Default(self)
    2. 330
    3. 331 if self.language and not self.language in i18n.wikiLanguages():
    4. 332 self.language = 'en'
    5. 333
    • self = <MoinMoin.user.User at 0x82b3eec name:u'ReimarBauer' valid:1>
    • self.language = u'en'
    • global i18n = <module 'MoinMoin.i18n' from '/usr/local/lib/python2.5/site-packages/MoinMoin/i18n/__init__.pyc'>
    • i18n.wikiLanguages = <function wikiLanguages at 0x8220a74>

TypeError

argument of type 'NoneType' is not iterable

  • args = ("argument of type 'NoneType' is not iterable",)
  • message = "argument of type 'NoneType' is not iterable"

System Details

  • Date: Sun, 27 May 2007 12:28:00 +0000
  • Platform: Linux icg1049 2.6.18.8-0.3-default #1 SMP Tue Apr 17 08:42:35 UTC 2007 i686
  • Python: Python 2.5 (/usr/bin/python)
  • MoinMoin: Release 1.6.0alpha (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] (2007-05-27 12:43:13, 11.0 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.