﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
13195,"TypeError: startswith first arg must be str, unicode, or tuple, not bool",Ryan J Ollos,Mikael Relbe,"Found in the logs:

{{{#!logtalk
2017-05-26 21:49:07,053 Trac[formatter] ERROR: Processor box failed:
Traceback (most recent call last):
  File ""/srv/trac-hacks.org/pve/local/lib/python2.7/site-packages/trac/wiki/formatter.py"", line 1197, in _exec_processor
    return processor.process(text)
  File ""/srv/trac-hacks.org/pve/local/lib/python2.7/site-packages/trac/wiki/formatter.py"", line 379, in process
    text = self.processor(text)
  File ""/srv/trac-hacks.org/pve/local/lib/python2.7/site-packages/trac/wiki/formatter.py"", line 348, in _macro_processor
    text, self.args)
  File ""/srv/trac-hacks.org/pve/local/lib/python2.7/site-packages/tracwikiextras/boxes.py"", line 385, in expand_macro
    type = self._get_type(type)
  File ""/srv/trac-hacks.org/pve/local/lib/python2.7/site-packages/tracwikiextras/boxes.py"", line 340, in _get_type
    if w.startswith(word):
TypeError: startswith first arg must be str, unicode, or tuple, not bool
}}}",defect,new,normal,WikiExtrasPlugin,normal,,,,
