Hint: set your pages language with #language en processing instruction. See also HelpOnLanguages.

--> -->
2008-05-29
[DIFF] 08:08 Info Higepon
2007-12-17
[DIFF] 16:23 Info Higepon
[DIFF] 16:23 Info Higepon
[DIFF] 16:23 Info Higepon
[DIFF] 16:22 Info Higepon
[DIFF] 16:22 Info Higepon
[DIFF] 16:21 Info Higepon [1]
 [2-6]
[DIFF] 16:21 Info Higepon
[DIFF] 16:20 Info Higepon
[DELETED] 10:35 Info  [1-5] #01 Modified by PageComment macro
#02 Modified by PageComment macro
#03 Modified by PageComment macro
#04 Modified by PageComment macro
#05 Modified by PageComment macro
2007-12-14
[DELETED] 02:48 Info  [1-2] #01 Modified by PageComment macro
#02 Modified by PageComment macro

ValueError

invalid literal for long(): <a href=" http://affiliatehomebasedbusiness.com/cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"

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. /home/monaos/www/higepon.monaos.org/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1103 # Visit pagename
    2. 1104 self.page = Page(self, pagename)
    3. 1105 self.page.send_page(self, count_hit=1)
    4. 1106
    5. 1107 # generate page footer (actions that do not want this footer
    • self = <MoinMoin.request.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
    • count_hit undefined
  2. /home/monaos/www/higepon.monaos.org/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1})

    1. 1225 format_args=pi_formatargs,
    2. 1226 do_cache=do_cache,
    3. 1227 start_line=pi_lines)
    4. 1228
    5. 1229 # check for pending footnotes
    • start_line undefined
    • pi_lines = 7
  3. /home/monaos/www/higepon.monaos.org/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'\n||<tablestyle="width: 100%; background: #E6EAF0...other wikis, see OpenWiki:WikiSites/Aggregation.\n', format_args=u'', do_cache=1, **kw={'start_line': 7})

    1. 1308 try:
    2. 1309 code = self.loadCache(request)
    3. 1310 self.execute(request, parser, code)
    4. 1311 except 'CacheNeedsUpdate':
    5. 1312 try:
    • self = <MoinMoin.Page.Page instance>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance>>
    • request = <MoinMoin.request.RequestCGI object>
    • parser = <MoinMoin.parser.wiki.Parser instance>
    • code = <code object ? at 0x8488c20, file "RecentChanges", line 2>
  4. /home/monaos/www/higepon.monaos.org/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, parser=<MoinMoin.parser.wiki.Parser instance>, code=<code object ? at 0x8488c20, file "RecentChanges", line 2>)

    1. 1332 if hasattr(MoinMoin, '__loader__'):
    2. 1333 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    3. 1334 exec code
    4. 1335
    5. 1336 def loadCache(self, request):
    • code = <code object ? at 0x8488c20, file "RecentChanges", line 2>
  5. /home/monaos/www/higepon.monaos.org/RecentChanges in ?

  6. /home/monaos/www/higepon.monaos.org/MoinMoin/formatter/base.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.wikimacro.Macro instance>, name=u'RecentChanges', args=None)

    1. 285 def macro(self, macro_obj, name, args):
    2. 286 # call the macro
    3. 287 return macro_obj.execute(name, args)
    4. 288
    5. 289 def _get_bang_args(self, line):
    • macro_obj = <MoinMoin.wikimacro.Macro instance>
    • macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance>>
    • name = u'RecentChanges'
    • args = None
  7. /home/monaos/www/higepon.monaos.org/MoinMoin/wikimacro.py in execute (self=<MoinMoin.wikimacro.Macro instance>, macro_name=u'RecentChanges', args=None)

    1. 118 else:
    2. 119 raise ImportError("Cannot load macro %s" % macro_name)
    3. 120 return execute(self, args)
    4. 121
    5. 122 def _m_lang(self, text):
    • execute = <function execute>
    • self = <MoinMoin.wikimacro.Macro instance>
    • args = None
  8. /home/monaos/www/higepon.monaos.org/MoinMoin/macro/RecentChanges.py in execute (macro=<MoinMoin.wikimacro.Macro instance>, args=None, **kw={})

    1. 284 day_count = 0
    2. 285
    3. 286 for line in log.reverse():
    4. 287
    5. 288 if not request.user.may.read(line.pagename):
    • line = <MoinMoin.logfile.editlog.EditLogLine instance>
    • log = <MoinMoin.logfile.editlog.EditLog instance>
    • log.reverse = <bound method EditLog.reverse of <MoinMoin.logfile.editlog.EditLog instance>>
  9. /home/monaos/www/higepon.monaos.org/MoinMoin/logfile/logfile.py in reverse (self=<MoinMoin.logfile.editlog.EditLog instance>)

    1. 97 while 1:
    2. 98 try:
    3. 99 result = self.previous()
    4. 100 except StopIteration:
    5. 101 return
    • result = <MoinMoin.logfile.editlog.EditLogLine instance>
    • self = <MoinMoin.logfile.editlog.EditLog instance>
    • self.previous = <bound method EditLog.previous of <MoinMoin.logfile.editlog.EditLog instance>>
  10. /home/monaos/www/higepon.monaos.org/MoinMoin/logfile/logfile.py in previous (self=<MoinMoin.logfile.editlog.EditLog instance>)

    1. 292 while result == None:
    2. 293 while result == None:
    3. 294 result = self.__previous()
    4. 295 if self.filter and not self.filter(result):
    5. 296 result = None
    • result = None
    • self = <MoinMoin.logfile.editlog.EditLog instance>
    • self.__previous undefined
  11. /home/monaos/www/higepon.monaos.org/MoinMoin/logfile/logfile.py in __previous (self=<MoinMoin.logfile.editlog.EditLog instance>)

    1. 282 def __previous(self):
    2. 283 if self.peek(-1): raise StopIteration
    3. 284 return self.parser(self.__buffer.lines[self.__rel_index])
    4. 285
    5. 286 def previous(self):
    • self = <MoinMoin.logfile.editlog.EditLog instance>
    • self.parser = <bound method EditLog.parser of <MoinMoin.logfile.editlog.EditLog instance>>
    • self.__buffer undefined
    • self.__rel_index undefined
  12. /home/monaos/www/higepon.monaos.org/MoinMoin/logfile/editlog.py in parser (self=<MoinMoin.logfile.editlog.EditLog instance>, line=u'<a href=" http://affiliatehomebasedbusiness.com/cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"\t\n')

    1. 189 result.hostname = result.addr
    2. 190 result.pagename = wikiutil.unquoteWikiname(result.pagename.encode('ascii'))
    3. 191 result.ed_time_usecs = long(result.ed_time_usecs or '0') # has to be long for py 2.2.x
    4. 192 return result
    5. 193
    • result = <MoinMoin.logfile.editlog.EditLogLine instance>
    • result.ed_time_usecs = u'<a href=" http://affiliatehomebasedbusiness.com/cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"'
    • builtin long = <type 'long'>

ValueError

invalid literal for long(): <a href=" http://affiliatehomebasedbusiness.com/cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"

  • args = ('invalid literal for long(): <a href=" http://aff.../cp/d/lambdas-lesbian.html ">lambdas lesbian</a>"',)

System Details

  • Date: Thu, 28 Aug 2008 12:07:54 +0000
  • Platform: FreeBSD www1307.sakura.ne.jp 6.1-RELEASE-p23 FreeBSD 6.1-RELEASE-p23 #0: Thu Feb 28 18:48:26 JST 2008 root@www1450.sakura.ne.jp:/usr/src/sys/i386/compile/SAKURA9S i386
  • Python: Python 2.4.5 (/usr/local/bin/python)
  • MoinMoin: Release 1.5.2 (release)