Skip to content

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

@fi7z

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions