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
Frequent "OSError" triggered by exception_hook using Honeybadger for Python 0.12.0
#121
Comments
|
@Kelvin4664 can you look at this one? Could it be a case where the stack trace is being generated internally when calling honeybadger.notify(error_class='ValueError', error_message='Something bad happened!', fingerprint='custom_fingerprint') |
|
Hello there, Thanks for checking it out! Just to add a bit more context, I'm attaching the frequency chart in order to illustrate that it's happening randomly: I've reviewed the source code of my project, and the two places where I invoke Have a nice day 👋 |
|
Hi @agdiaz @joshuap can we consider a dedicated wsgi/uwsgi intergration to help with cases like this? |
Yep, could you write up an issue for that feature and give it the "enhancement" label? Thanks! |
|
@Kelvin4664 @joshuap: thank you for your help finding the root cause of these |
|
Will be addressed with #125 |

Hello Honeybadger devs,
I hope this message finds you doing well!
I've implemented the error tracking service on a Django website deployed on "Ubuntu 18.04.3 LTS". This application runs by using a
uwsgiengine and behind an NGINX server.Several times a day I received notifications related to an error coming from inside the HoneyBadger library but with an empty stack trace:
There are no further details that could help me to identify the issue inside my project's code:

Would you mind helping me to identify the root cause of this issue?
Thank you in advance for your feedback and time.
Best from Brussels!
Adrián,
The text was updated successfully, but these errors were encountered: