TypeError
'dict' object is not callable
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.
/opt/bombono.com/backend/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_wsgi.Request object>)
- 1372 self.page.send_page()
- 1373 else:
- 1374 handler(self.page.page_name, self)
- 1375
- 1376 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function do_show>
- self = <MoinMoin.request.request_wsgi.Request object>
- self.page = <MoinMoin.Page.Page object>
- self.page.page_name = u'TitleIndex'
/opt/bombono.com/backend/MoinMoin/action/__init__.py in do_show (pagename=u'TitleIndex', request=<MoinMoin.request.request_wsgi.Request object>, content_only=0, count_hit=1, cacheable=1, print_mode=0)
- 250 count_hit=count_hit,
- 251 print_mode=print_mode,
- 252 content_only=content_only,
- 253 )
- 254
- content_only = 0
/opt/bombono.com/backend/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})
- 1204 format_args=pi['formatargs'],
- 1205 do_cache=do_cache,
- 1206 start_line=pi['lines'])
- 1207
- 1208 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': u'wiki', 'formatargs': u'', 'language': u'en', 'lines': 7}
/opt/bombono.com/backend/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_wsgi.Request object>, body=u'This is an index of all pages in this Wiki. \n\nS... -- other indexing schemes\n\n----\n\n<<TitleIndex>>\n', format=u'wiki', format_args=u'', do_cache=1, **kw={'start_line': 7})
- 1292 try:
- 1293 code = self.loadCache(request)
- 1294 self.execute(request, parser, code)
- 1295 except Exception, e:
- 1296 if not is_cache_exception(e):
- self = <MoinMoin.Page.Page object>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page object>>
- request = <MoinMoin.request.request_wsgi.Request object>
- parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
- code = <code object <module> at 0x7fd4f8bba430, file "TitleIndex", line 2>
/opt/bombono.com/backend/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_wsgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object <module> at 0x7fd4f8bba430, file "TitleIndex", line 2>)
- 1323 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1324 try:
- 1325 exec code
- 1326 except "CacheNeedsUpdate": # convert the exception
- 1327 raise Exception("CacheNeedsUpdate")
- code = <code object <module> at 0x7fd4f8bba430, file "TitleIndex", line 2>
/opt/bombono.com/backend/TitleIndex in
()
TypeError
'dict' object is not callable
- args = ("'dict' object is not callable",)
- message = "'dict' object is not callable"
System Details
- Date: Thu, 21 Nov 2024 07:21:43 +0000
- Platform: Linux catbo.net 5.4.0-190-generic #210-Ubuntu SMP Fri Jul 5 17:03:38 UTC 2024 x86_64
- Python: Python 2.7.18 (/opt/bombono.com/env/bin/uwsgi)
- MoinMoin: Release 1.8.3 (release)