Attachment 'UserAgents.html'

Download

  • Up
  • View
  • Diffs
  • Info
  • Subscribe
  • Raw
  • Print

--> -->

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.

  1. /srv/moin_tw/moin-productive/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>)

    1. 1205 self.page.send_page(self, msg=msg)
    2. 1206 else:
    3. 1207 handler(self.page.page_name, self)
    4. 1208
    5. 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'
  2. /srv/moin_tw/moin-productive/MoinMoin/wikiaction.py in do_show (pagename=u'EventStats/UserAgents', request=<MoinMoin.request.RequestFastCGI object at 0xf6ad7a6c>)

    1. 466 else:
    2. 467 request.cacheable = 1
    3. 468 Page(request, pagename).send_page(request, count_hit=1)
    4. 469
    5. 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
  3. /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})

    1. 1254 format_args=pi_formatargs,
    2. 1255 do_cache=do_cache,
    3. 1256 start_line=pi_lines)
    4. 1257
    5. 1258 # check for pending footnotes
    • start_line undefined
    • pi_lines = 7
  4. /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})

    1. 1345 try:
    2. 1346 code = self.loadCache(request)
    3. 1347 self.execute(request, parser, code)
    4. 1348 except Exception, e:
    5. 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>
  5. /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>)

    1. 1374 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1375 try:
    3. 1376 exec code
    4. 1377 except 'CacheNeedsUpdate':
    5. 1378 raise Exception('CacheNeedsUpdate')
    • code = <code object <module> at 0xf70d5068, file "EventStats/UserAgents", line 2>
  6. /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.
    • [get | view] (2007-06-04 23:15:20, 26.0 KB) [[attachment:UserAgents.html]]
     All files | Selected Files: delete move to page copy to page

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