tracebacks are obfuscated

Bug #832136 reported by Aaron Bentley
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lazr.restful
Fix Released
Low
Benji York

Bug Description

Tracebacks, such as those in OOPS-2034AS60 are the site where the exception was re-raised, not the site where it was originally raised. Showing the original site would be clearer in most cases.

  BadStateTransition: Invalid state transition for merge proposal: Superseded -> Approved

    Traceback (most recent call last):
  Module zope.publisher.publish, line 134, in publish
    result = publication.callObject(request, obj)
  Module lazr.restful.publisher, line 211, in callObject
    WebServicePublicationMixin, self).callObject(request, object)
  Module canonical.launchpad.webapp.publication, line 498, in callObject
    return mapply(ob, request.getPositionalArguments(), request)
  Module zope.publisher.publish, line 109, in mapply
    return debug_call(obj, args)
   - __traceback_info__: <security proxied lazr.restful._resource.EntryResource instance at 0x1382d490>
  Module zope.publisher.publish, line 115, in debug_call
    return obj(*args)
  Module lazr.restful._resource, line 943, in __call__
    raise e
BadStateTransition: Invalid state transition for merge proposal: Superseded -> Approved

Benji York (benji)
Changed in lazr.restful:
status: New → Triaged
importance: Undecided → Low
Benji York (benji)
Changed in lazr.restful:
status: Triaged → In Progress
assignee: nobody → Benji York (benji)
Revision history for this message
Benji York (benji) wrote :

Fix release in lazr.restful 0.19.1

Changed in lazr.restful:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.