Edgewall Software

Ticket #5027 (closed defect: wontfix)

Opened 22 months ago

Last modified 11 months ago

parted view tickets broke

Reported by: anonymous Owned by: jonas
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:

Description (last modified by eblot) (diff)

Traceback (most recent call last):
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/ticket/report.py", line 88, in process_request
    resp = self._render_view(req, db, id)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/ticket/report.py", line 332, in _render_view
    absurls=(format == 'rss'))
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/wiki/formatter.py", line 999, in wiki_to_html
    Formatter(env, req, absurls, db).format(wikitext, out, escape_newlines)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/wiki/formatter.py", line 822, in format
    result = re.sub(self.wiki.rules, self.replace, line)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/re.py", line 142, in sub
    return _compile(pattern, 0).sub(repl, string, count)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/wiki/formatter.py", line 768, in replace
    replacement = self.handle_match(fullmatch)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/wiki/formatter.py", line 761, in handle_match
    return external_handler(self, match, fullmatch)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/versioncontrol/web_ui/changeset.py", line 697, in <lambda>
    y, z))
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/versioncontrol/web_ui/changeset.py", line 715, in _format_changeset_link
    changeset = self.env.get_repository().get_changeset(rev)
  File "/srv/alioth.debian.org/chroot/home/groups/parted/srv/trac/plugins/TracGit-0.0.1-py2.5.egg/gitplugin/git_fs.py", line 63, in get_changeset
    return GitChangeset(self.git, rev)
  File "/srv/alioth.debian.org/chroot/home/groups/parted/srv/trac/plugins/TracGit-0.0.1-py2.5.egg/gitplugin/git_fs.py", line 189, in __init__
    (msg,props) = git.read_commit(sha)
  File "/srv/alioth.debian.org/chroot/home/groups/parted/srv/trac/plugins/TracGit-0.0.1-py2.5.egg/gitplugin/PyGIT.py", line 77, in read_commit
    line = lines.pop(0)
IndexError: pop from empty list

Attachments

Change History

  Changed 22 months ago by eblot

  • description modified (diff)

follow-up: ↓ 3   Changed 22 months ago by eblot

  • status changed from new to closed
  • resolution set to wontfix

This is an issue with the GitPlugin. Please report the issue to the plugin maintainer.

BTW, do not forget to specify which release of Trac if you know it when reporting an error.

in reply to: ↑ 2   Changed 11 months ago by anonymous

Replying to eblot:

This is an issue with the GitPlugin. Please report the issue to the plugin maintainer. BTW, do not forget to specify which release of Trac if you know it when reporting an error.

this was rather an issue with th:GitPlugin (not th:TracGitPlugin)

Add/Change #5027 (parted view tickets broke)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.