Changes between Initial Version and Version 1 of Ticket #13179, comment 6


Ignore:
Timestamp:
May 24, 2017, 2:35:05 PM (7 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13179, comment 6

    initial v1  
    55{{{#!logtalk
    662017-05-24 15:20:24,905 Trac[formatter] ERROR: Macro SiblingPage(None) failed:
    7 Traceback (most recent call last):
    8   File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 765, in _macro_formatter
    9     return macro.ensure_inline(macro.process(args))
    10   File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 356, in process
    11     text = self.processor(text)
    12   File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 340, in _macro_processor
    13     text, self.args)
    14   File "build/bdist.linux-x86_64/egg/neighborpage/nav.py", line 76, in expand_macro
    15     prefix = '/' in page and page[:page.rindex('/') + 1] or ''
    16 TypeError: argument of type 'NoneType' is not iterable
    17 2017-05-24 15:20:24,906 Trac[formatter] ERROR: Macro SiblingPage(Prev, Next) failed:
    187Traceback (most recent call last):
    198  File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 765, in _macro_formatter
     
    3726    prefix = '/' in page and page[:page.rindex('/') + 1] or ''
    3827TypeError: argument of type 'NoneType' is not iterable
    39 2017-05-24 15:20:24,909 Trac[formatter] ERROR: Macro SiblingPage($PageName) failed:
    40 Traceback (most recent call last):
    41   File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 765, in _macro_formatter
    42     return macro.ensure_inline(macro.process(args))
    43   File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 356, in process
    44     text = self.processor(text)
    45   File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 340, in _macro_processor
    46     text, self.args)
    47   File "build/bdist.linux-x86_64/egg/neighborpage/nav.py", line 76, in expand_macro
    48     prefix = '/' in page and page[:page.rindex('/') + 1] or ''
    49 TypeError: argument of type 'NoneType' is not iterable
    50 2017-05-24 15:20:24,910 Trac[formatter] ERROR: Macro SiblingPage(Minutes($PageName)) failed:
    51 Traceback (most recent call last):
    52   File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 765, in _macro_formatter
    53     return macro.ensure_inline(macro.process(args))
    54   File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 356, in process
    55     text = self.processor(text)
    56   File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line 340, in _macro_processor
    57     text, self.args)
    58   File "build/bdist.linux-x86_64/egg/neighborpage/nav.py", line 76, in expand_macro
    59     prefix = '/' in page and page[:page.rindex('/') + 1] or ''
    60 TypeError: argument of type 'NoneType' is not iterable
    6128}}}