Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 10 years ago

#255 closed defect (duplicate)

AttributeError: 'NoneType' object has no attribute 'changeset'

Reported by: thomas_mueller_ffb Owned by: cmlenz
Priority: trivial Milestone:
Component: Build master Version: dev
Keywords: Cc:
Operating System: Windows

Description

How to Reproduce

While doing a GET operation on /build, Trac issued an internal error.

(please provide additional details here)

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12

System Information

Trac 0.11dev-r6683
Python 2.4.3 (#2, Oct 6 2006, 07:49:22)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)]
setuptools 0.6c7
psycopg2 2.0.5.1
Genshi 0.5dev-r801
Pygments 0.9
Subversion 1.3.2 (r19776)
jQuery: 1.2.3

Python Traceback

Traceback (most recent call last):
  File "/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6683-py2.4.egg/trac/web/main.py", line 419, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6683-py2.4.egg/trac/web/main.py", line 196, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/Bitten-0.6dev_r497-py2.4.egg/bitten/web_ui.py", line 128, in process_request
    self._render_overview(req)
  File "/usr/lib/python2.4/site-packages/Bitten-0.6dev_r497-py2.4.egg/bitten/web_ui.py", line 166, in _render_overview
    req.hdf[prefix + '.youngest_rev'] = {
  File "/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6683-py2.4.egg/trac/wiki/formatter.py", line 1123, in wiki_to_oneliner
    OneLinerFormatter(env, context).format(wikitext, out, shorten)
  File "/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6683-py2.4.egg/trac/wiki/formatter.py", line 950, in format
    result = re.sub(self.wikiparser.rules, self.replace, result)
  File "/usr/lib/python2.4/sre.py", line 142, in sub
    return _compile(pattern, 0).sub(repl, string, count)
  File "/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6683-py2.4.egg/trac/wiki/formatter.py", line 804, in replace
    replacement = self.handle_match(fullmatch)
  File "/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6683-py2.4.egg/trac/wiki/formatter.py", line 797, in handle_match
    return external_handler(self, match, fullmatch)
  File "/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6683-py2.4.egg/trac/versioncontrol/web_ui/changeset.py", line 875, in <lambda>
    y, z))
  File "/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6683-py2.4.egg/trac/versioncontrol/web_ui/changeset.py", line 897, in _format_changeset_link
    href=(formatter.href.changeset(rev, path) +
AttributeError: 'NoneType' object has no attribute 'changeset'

Attachments (0)

Change History (4)

comment:1 Changed 16 years ago by thomas_mueller_ffb

i just got this on bitten.edgewall.org - clicking on Build Status. This is a duplicate of #191

I added this to get more information

comment:2 Changed 16 years ago by reedstrm@…

Thomas, as you noted this is a dup of #191: why didn't you just attach additional info to that ticket?

comment:3 Changed 16 years ago by anonymous

  • Component changed from General to Build master
  • Operating System changed from BSD to Windows
  • Priority changed from major to trivial
  • Version changed from 0.5.3 to dev

hi ross, in case u get an error with in trac u can click on a button to create a new ticket within this instance of trac. i simply clicked the button and created the ticket. after that i searched for a potential duplicate.

that's the way it happened .....

comment:4 Changed 16 years ago by cmlenz

  • Milestone 0.6 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #191.

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.