occasional exception from trac darcs plugin #19

Closed
opened 2007-04-30 16:12:02 +00:00 by zooko · 2 comments
zooko commented 2007-04-30 16:12:02 +00:00
Owner

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: ''
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: '' ```
tahoe-lafs added the
dev-infrastructure
major
defect
labels 2007-04-30 16:12:02 +00:00
zooko commented 2007-06-29 23:15:10 +00:00
Author
Owner

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

I haven't seen this. Maybe it somehow fixed itself.
zooko commented 2007-08-20 17:48:37 +00:00
Author
Owner

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

I still haven't seen this bug. Closing as irreproducible. Please re-open if you see this happen.
tahoe-lafs added the
worksforme
label 2007-08-20 17:48:37 +00:00
zooko closed this issue 2007-08-20 17:48:37 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#19
No description provided.