Modify ↓
#6976 closed defect (duplicate)
At http://www.videolan.org/, click on any of the "here" links.
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
I achieved this with a January 1998 PII PC running Win98SE (sigh). And Firefox 2.0.0.12
Python Traceback
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 (0)
Change History (4)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 18 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:3 by , 18 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | reopened → closed |
Wrong resolution the first time around.
comment:4 by , 18 years ago
Someone really needs to go yell at VLC's site admin about this. This is like the 6th ticket about this.
Note:
See TracTickets
for help on using tickets.



Hi John, thanks for the report. This is actually a a bug in the git plugin.