Edgewall Software

Opened 16 years ago

Last modified 16 years ago

#6994 closed defect

Trac Error raised from VLC HomePage — at Initial Version

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

On the VLC Home Page (see below), when I try and use (in Firefox) the link to the list of 'changes and improvements' (http://trac.videolan.org/vlc/browser/tags/0.8.6e/NEWS), it generates:

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


VLC media player 0.8.6e, VideoLAN Security 0801 and 0802

2008-02-27

This is a bugfix release. VLC media player 0.8.6d and earlier versions suffer from security vulnerabilities in the Web interface, Subtitle demuxer, Real RTSP demuxer, SDL_image library and MP4 demuxer. Technical details are available in our advisories: SA-0801 and SA-0802. The usual collection of assorted changes and improvements can be found HERE This release fully supports Mac OS X 10.3.9 once again. We strongly recommend all users to update to this new version.

Change History (0)

Note: See TracTickets for help on using tickets.