-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with the scout add-on in Heroku #522
Comments
adamchainz
added a commit
that referenced
this issue
May 22, 2020
adamchainz
added a commit
that referenced
this issue
May 22, 2020
Fixed in #523, released in version 2.14.2. Please upgrade and let me know if it still doesn't work. The issue was with an installed package not having a name or version. We now gracefully handle such packages. If this started happening because you upgraded a package, it could be useful to know which package it is, at least to try fix it there. |
It works @adamchainz 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With version 2.14.1 of this package, I encounter the following error:
` File "/code/nluproxy/init.py", line 3, in
File "/code/nluproxy/celery.py", line 12, in
File "/usr/local/lib/python3.7/site-packages/scout_apm/celery.py", line 58, in install
File "/usr/local/lib/python3.7/site-packages/scout_apm/compat.py", line 132, in wrapper
File "/usr/local/lib/python3.7/site-packages/scout_apm/core/init.py", line 46, in install
File "/usr/local/lib/python3.7/site-packages/scout_apm/core/metadata.py", line 17, in report_app_metadata
File "/usr/local/lib/python3.7/site-packages/scout_apm/core/metadata.py", line 37, in get_metadata
File "/usr/local/lib/python3.7/site-packages/scout_apm/core/metadata.py", line 60, in get_python_packages_versions
TypeError: '<' not supported between instances of 'NoneType' and 'str'
`
The text was updated successfully, but these errors were encountered: