id summary reporter owner description type status priority component severity resolution keywords cc release 11281 Possible issue with ListTagged macro and pagination Ryan J Ollos Steffen Hoffmann "I found this in the logs (running r13304 of TagsPlugin), {{{ 2013-08-15 08:23:15,582 Trac[formatter] ERROR: Macro ListTagged(theme) failed: Traceback (most recent call last): File ""/srv/trac-hacks.org/pve/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/wiki/formatter.py"", line 765, in _macro_formatter return macro.ensure_inline(macro.process(args)) File ""/srv/trac-hacks.org/pve/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/wiki/formatter.py"", line 356, in process text = self.processor(text) File ""/srv/trac-hacks.org/pve/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/wiki/formatter.py"", line 343, in _macro_processor text) File ""/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracTags-0.7dev_r13278-py2.6.egg/tractags/macros.py"", line 233, in expand_macro results = self._paginate(req, results) File ""/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracTags-0.7dev_r13278-py2.6.egg/tractags/macros.py"", line 365, in _paginate result = Paginator(results, current_page - 1, items_per_page) File ""/srv/trac-hacks.org/pve/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/util/presentation.py"", line 205, in __init__ items, num_items, num_pages = paginate(items, page, max_per_page) File ""/srv/trac-hacks.org/pve/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/util/presentation.py"", line 176, in paginate assert start < count, 'Page %d out of range' % page AssertionError: Page 1 out of range }}} I'm not sure what to make of it. Searching for `ListTagged(theme)` yields one hit: wiki:dreamkxd. The content on the page looks okay. Just wanted to raise the issue early in case it could point to a potential issue we haven't observed yet." defect closed normal TagsPlugin normal worksforme