Attachment 'UserAgents.html'
Download--> -->
IndexError
list index out of range
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.
/srv/moin_tw/moin-productive/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>)
- 1205 self.page.send_page(self, msg=msg)
- 1206 else:
- 1207 handler(self.page.page_name, self)
- 1208
- 1209 # generate page footer (actions that do not want this footer use
- handler = <function do_show at 0xf79ed304>
- self = <MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>
- self.page = <MoinMoin.Page.Page instance at 0xf6ad828c>
- self.page.page_name = u'EventStats/UserAgents'
/srv/moin_tw/moin-productive/MoinMoin/wikiaction.py in do_show (pagename=u'EventStats/UserAgents', request=<MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>)
- 466 else:
- 467 request.cacheable = 1
- 468 Page(request, pagename).send_page(request, count_hit=1)
- 469
- 470
- global Page = <class MoinMoin.Page.Page at 0xf7019f5c>
- request = <MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>
- pagename = u'EventStats/UserAgents'
- ).send_page undefined
- count_hit undefined
/srv/moin_tw/moin-productive/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance at 0xf6ad830c>, request=<MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>, msg='', **keywords={'count_hit': 1})
- 1254 format_args=pi_formatargs,
- 1255 do_cache=do_cache,
- 1256 start_line=pi_lines)
- 1257
- 1258 # check for pending footnotes
- start_line undefined
- pi_lines = 7
/srv/moin_tw/moin-productive/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance at 0xf6ad830c>, request=<MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>, Parser=<class MoinMoin.parser.wiki.Parser at 0xf6fc6d4c>, body=u'[[StatsChart(useragents)]]\n', format_args=u'', do_cache=1, **kw={'start_line': 7})
- 1345 try:
- 1346 code = self.loadCache(request)
- 1347 self.execute(request, parser, code)
- 1348 except Exception, e:
- 1349 if not is_cache_exception(e):
- self = <MoinMoin.Page.Page instance at 0xf6ad830c>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance at 0xf6ad830c>>
- request = <MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>
- parser = <MoinMoin.parser.wiki.Parser instance at 0xf6ad872c>
- code = <code object <module> at 0xf70d5068, file "EventStats/UserAgents", line 2>
/srv/moin_tw/moin-productive/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance at 0xf6ad830c>, request=<MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>, parser=<MoinMoin.parser.wiki.Parser instance at 0xf6ad872c>, code=<code object <module> at 0xf70d5068, file "EventStats/UserAgents", line 2>)
- 1374 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1375 try:
- 1376 exec code
- 1377 except 'CacheNeedsUpdate':
- 1378 raise Exception('CacheNeedsUpdate')
- code = <code object <module> at 0xf70d5068, file "EventStats/UserAgents", line 2>
/srv/de.wikiwikiweb.moinmaster/bin15/EventStats/UserAgents in
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.