#19 closed defect (worksforme)

occasional exception from trac darcs plugin

Reported by: zooko Owned by: somebody
Priority: major Milestone:
Component: dev-infrastructure Version:
Keywords: Cc:
Launchpad Bug:

Description

Reported by John Colton:

Also, while browsing the source, about every 5 clicks got me a Python
traceback with a message like:
Traceback (most recent call last):
  File
"/usr/local/stow/trac-0.10.5dev/lib/python2.5/site-packages/trac/web/mai
n.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File
"/usr/local/stow/trac-0.10.5dev/lib/python2.5/site-packages/trac/web/mai
n.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File
"/usr/local/stow/trac-0.10.5dev/lib/python2.5/site-packages/trac/version
control/web_ui/changeset.py", line 791, in process_request
    new_rev = repos.normalize_rev(new_rev)
  File "build/bdist.linux-i686/egg/tracdarcs/repository.py", line 148,
in normalize_rev
    rev = int( rev )
ValueError: invalid literal for int() with base 10: ''

Change History (2)

comment:1 Changed at 2007-06-29T23:15:10Z by zooko

I haven't seen this. Maybe it somehow fixed itself.

comment:2 Changed at 2007-08-20T17:48:37Z by zooko

  • Resolution set to worksforme
  • Status changed from new to closed

I still haven't seen this bug. Closing as irreproducible. Please re-open if you see this happen.

Note: See TracTickets for help on using tickets.