Ticket #6981 (closed task: wontfix)
Opened 4 years ago
Last modified 4 years ago
I tried to install a patch and I had an error message followed by this.What do I do?
| Reported by: | lord_of_dwarfs_2006@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/var/lib/python-support/python2.4/trac/versioncontrol/web_ui/browser.py", line 145, in process_request
self._render_file(req, repos, node, rev)
File "/var/lib/python-support/python2.4/trac/versioncontrol/web_ui/browser.py", line 246, in _render_file
changeset = repos.get_changeset(node.rev)
File "build/bdist.linux-x86_64/egg/gitplugin/git_fs.py", line 97, in get_changeset
File "build/bdist.linux-x86_64/egg/gitplugin/git_fs.py", line 237, in init
File "build/bdist.linux-x86_64/egg/gitplugin/PyGIT.py", line 76, in read_commit
TypeError?: cannot concatenate 'str' and 'NoneType?' objects
Attachments
Change History
comment:1 Changed 4 years ago by jruigrok
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by jruigrok
- Resolution fixed deleted
- Status changed from closed to reopened
comment:3 Changed 4 years ago by jruigrok
- Resolution set to wontfix
- Status changed from reopened to closed



I think you need to take this up with the git plugin developer since it looks like it fails there. We cannot provide support for patches not provided by the Trac project itself. Furthermore you do not list which patch it is you are applying.
So, my best advice right now is to take it up with the git plugin developers.
For now I resolve this as an invalid ticket for the Trac project.