Timothy Pansino

Results 35 comments of Timothy Pansino

@sloria From looking at your screenshots it looks like you're using uwsgi and Flask. I spun up a test app with the following route. ```python @app.route('/coffee') def coffee(): raise werkzeug.exceptions.ImATeapot()...

For reference this is the code that's used to extract status code information from exceptions in Flask applications. https://github.com/newrelic/newrelic-python-agent/blob/ad65494033a6aef95fa2cd10b49ae73cb4c612ed/newrelic/hooks/framework_flask.py#L37-L45

Hello! This is an issue in a new feature we've just added in this version. If you're seeing that log message, your application should be safely recovering from the issue...

Hello, So to be clear you're intentionally calling python scripts in a different virtual environment, and not intending for them to be wrapped by `newrelic-admin`, correct? In that case your...

That's really odd, I looked at the repo and definitely see a version attribute on v2.0.1. I'll see if I can track down why it's acting up, it could be...

It was in fact import ordering and will be fixed in the next release.

We were able to reproduce this on our end with some interesting results. It looks like we're able to install just fine inside of a virtual environment, but not to...

@mkrdip @ygbr If you could use a workaround for installing the agent, you can install `setuptools-scm

@patrick91 If you're open to a PR adding tox I can write one and lay the foundation.