--> -->
UnicodeEncodeError
'decimal' codec can't encode character u'\x00' in position 0: invalid decimal Unicode string
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.
/var/lib/python-support/python2.5/MoinMoin/request.py in run (self=<MoinMoin.request.RequestModPy object at 0x93ed8ac>)
- 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 0x8e3a3e4>
- self = <MoinMoin.request.RequestModPy object at 0x93ed8ac>
- self.page = <MoinMoin.Page.Page instance at 0x93ca5cc>
- self.page.page_name = u'EventStats/HitCounts'
/var/lib/python-support/python2.5/MoinMoin/wikiaction.py in do_show (pagename=u'EventStats/HitCounts', request=<MoinMoin.request.RequestModPy object at 0x93ed8ac>)
- 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 0x8e25cbc>
- request = <MoinMoin.request.RequestModPy object at 0x93ed8ac>
- pagename = u'EventStats/HitCounts'
- ).send_page undefined
- count_hit undefined
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance at 0x93ca0cc>, request=<MoinMoin.request.RequestModPy object at 0x93ed8ac>, 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
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance at 0x93ca0cc>, request=<MoinMoin.request.RequestModPy object at 0x93ed8ac>, Parser=<class MoinMoin.parser.wiki.Parser at 0x91515fc>, body=u'[[StatsChart(hitcounts)]]\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 0x93ca0cc>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance at 0x93ca0cc>>
- request = <MoinMoin.request.RequestModPy object at 0x93ed8ac>
- parser = <MoinMoin.parser.wiki.Parser instance at 0x93ca60c>
- code = <code object <module> at 0x9634608, file "EventStats/HitCounts", line 2>
/var/lib/python-support/python2.5/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance at 0x93ca0cc>, request=<MoinMoin.request.RequestModPy object at 0x93ed8ac>, parser=<MoinMoin.parser.wiki.Parser instance at 0x93ca60c>, code=<code object <module> at 0x9634608, file "EventStats/HitCounts", 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 0x9634608, file "EventStats/HitCounts", line 2>
/EventStats/HitCounts in
() /var/lib/python-support/python2.5/MoinMoin/formatter/base.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance at 0x93c0a4c>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0x93c0e8c>, name=u'StatsChart', args=u'hitcounts')
- 288 def macro(self, macro_obj, name, args):
- 289 # call the macro
- 290 return macro_obj.execute(name, args)
- 291
- 292 def _get_bang_args(self, line):
- macro_obj = <MoinMoin.wikimacro.Macro instance at 0x93c0e8c>
- macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0x93c0e8c>>
- name = u'StatsChart'
- args = u'hitcounts'
/var/lib/python-support/python2.5/MoinMoin/wikimacro.py in execute (self=<MoinMoin.wikimacro.Macro instance at 0x93c0e8c>, macro_name=u'StatsChart', args=u'hitcounts')
- 118 else:
- 119 raise ImportError("Cannot load macro %s" % macro_name)
- 120 return execute(self, args)
- 121
- 122 def _m_lang(self, text):
- execute = <function execute at 0x917517c>
- self = <MoinMoin.wikimacro.Macro instance at 0x93c0e8c>
- args = u'hitcounts'
/var/lib/python-support/python2.5/MoinMoin/macro/StatsChart.py in execute (macro=<MoinMoin.wikimacro.Macro instance at 0x93c0e8c>, args=u'hitcounts', **kw={})
- 29 formatter.text(_('Bad chart type "%s"!') % args) +
- 30 formatter.sysmsg(0))
- 31
- 32 return func(macro.formatter.page.page_name, macro.request)
- 33
- func = <function linkto at 0x92d4a74>
- macro = <MoinMoin.wikimacro.Macro instance at 0x93c0e8c>
- macro.formatter = <MoinMoin.formatter.text_html.Formatter instance at 0x93c0a4c>
- macro.formatter.page = <MoinMoin.Page.Page instance at 0x93ca0cc>
- macro.formatter.page.page_name = u'EventStats/HitCounts'
- macro.request = <MoinMoin.request.RequestModPy object at 0x93ed8ac>
/var/lib/python-support/python2.5/MoinMoin/stats/hitcounts.py in linkto (pagename=u'EventStats/HitCounts', request=<MoinMoin.request.RequestModPy object at 0x93ed8ac>, params='')
- 27 if not request.cfg.chart_options:
- 28 request.formatter = Formatter(request)
- 29 return text(pagename, request, params)
- 30
- 31 if _debug:
- global text = <function text at 0x92de0d4>
- pagename = u'EventStats/HitCounts'
- request = <MoinMoin.request.RequestModPy object at 0x93ed8ac>
- params = ''
/var/lib/python-support/python2.5/MoinMoin/stats/hitcounts.py in text (pagename=u'EventStats/HitCounts', request=<MoinMoin.request.RequestModPy object at 0x93ed8ac>, params='')
- 147 filterpage = request.form['page'][0]
- 148
- 149 days, views, edits = get_data(pagename, request, filterpage)
- 150
- 151 hits = TupleDataset()
- days undefined
- views undefined
- edits undefined
- global get_data = <function get_data at 0x92d4534>
- pagename = u'EventStats/HitCounts'
- request = <MoinMoin.request.RequestModPy object at 0x93ed8ac>
- filterpage = None
/var/lib/python-support/python2.5/MoinMoin/stats/hitcounts.py in get_data (pagename=u'EventStats/HitCounts', request=<MoinMoin.request.RequestModPy object at 0x93ed8ac>, filterpage=None)
- 82 if new_date is not None:
- 83 log.set_filter(['VIEWPAGE', 'SAVEPAGE'])
- 84 for event in log.reverse():
- 85 #print ">>>", wikiutil.escape(repr(event)), "<br>"
- 86
- event = (1641781990395630L, u'VIEWPAGE', {'HTTP_REFERER': u'https://bjdean.id.au/', 'HTTP_USER_AGENT': u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.....181 Chrome/65.0.3325.181 Safari/537.36,gzip(gfe)', 'REMOTE_ADDR': u'107.189.171.42', 'pagename': u'frontpage'})
- log = <MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>
- log.reverse = <bound method EventLog.reverse of <MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>>
/var/lib/python-support/python2.5/MoinMoin/logfile/logfile.py in reverse (self=<MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>)
- 97 while 1:
- 98 try:
- 99 result = self.previous()
- 100 except StopIteration:
- 101 return
- result = (1641781990395630L, u'VIEWPAGE', {'HTTP_REFERER': u'https://bjdean.id.au/', 'HTTP_USER_AGENT': u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.....181 Chrome/65.0.3325.181 Safari/537.36,gzip(gfe)', 'REMOTE_ADDR': u'107.189.171.42', 'pagename': u'frontpage'})
- self = <MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>
- self.previous = <bound method EventLog.previous of <MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>>
/var/lib/python-support/python2.5/MoinMoin/logfile/logfile.py in previous (self=<MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>)
- 287 while result == None:
- 288 while result == None:
- 289 result = self.__previous()
- 290 if self.filter and not self.filter(result):
- 291 result = None
- result = None
- self = <MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>
- self.__previous undefined
/var/lib/python-support/python2.5/MoinMoin/logfile/logfile.py in __previous (self=<MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>)
- 277 def __previous(self):
- 278 if self.peek(-1): raise StopIteration
- 279 return self.parser(self.__buffer.lines[self.__rel_index])
- 280
- 281 def previous(self):
- self = <MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>
- self.parser = <bound method EventLog.parser of <MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>>
- self.__buffer undefined
- self.__rel_index undefined
/var/lib/python-support/python2.5/MoinMoin/logfile/eventlog.py in parser (self=<MoinMoin.logfile.eventlog.EventLog instance at 0x8c8584c>, line=u'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...ttp%3A//bjdean.id.au/&REMOTE_ADDR=209.127.28.220\n')
- 52 # badly formatted line in file, skip it
- 53 return None
- 54 return long(time_usecs), eventtype, wikiutil.parseQueryString(kvpairs)
- 55
- 56 def set_filter(self, event_types = None):
- builtin long = <type 'long'>
- time_usecs = u'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x001641781669848531'
- eventtype = u'VIEWPAGE'
- global wikiutil = <module 'MoinMoin.wikiutil' from '/var/lib/python-support/python2.5/MoinMoin/wikiutil.py'>
- wikiutil.parseQueryString = <function parseQueryString at 0x8c33224>
- kvpairs = u'pagename=FrontPage&HTTP_USER_AGENT=Mozilla/5.0+%...http%3A//bjdean.id.au/&REMOTE_ADDR=209.127.28.220'
UnicodeEncodeError
'decimal' codec can't encode character u'\x00' in position 0: invalid decimal Unicode string
- args = ('decimal', u'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x001641781669848531', 0, 1, 'invalid decimal Unicode string')
- encoding = 'decimal'
- end = 1
- message = ''
- object = u'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x001641781669848531'
- reason = 'invalid decimal Unicode string'
- start = 0
System Details
- Date: Mon, 01 May 2023 14:18:32 +0000
- Platform: Linux bradtest.info 3.10.0-1160.21.1.vz7.174.13 #1 SMP Thu Apr 22 16:18:59 MSK 2021 i686
- Python: Python 2.5.2 (/usr/bin/python)
- MoinMoin: Release 1.5.8 (release)