Skip to content

Not all script exceptions are caught and displayed in stderr #58

Description

@fi7z

Makes troubleshooting difficult.

Need to collect examples of cases where this happens.

Example code from an issue that is hard to troubleshoot without proper exception logging:

# sample http response handler
def handleHttpResponseReceived(montoyaApi, httpResponseReceived):
    initialRequest = httpResponseRecieved.initiatingRequest()

With exception handling the root cause is shown to be:

name 'httpResponseRecieved' is not defined

But this makes no sense. Need to investigate.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions