django-exceptional
django-exceptional copied to clipboard
Unable to debug
I'm trying to find out what's going wrong with this middleware but I can't really find out.
I put a print statement in the "conn.read()" to try and see if anything is coming back, but it's reporting empty.
I know the middleware is running as I have print statements in "def process_exception". The only issue is I have nothing showing up on my getexceptional.com account and no errors on my side to indicate what's up. I removed the lines that require me to be in debug so I know I'm getting errors and I know what they are, but for some reason nothing is showing up in getexceptional.
@stormlifter I recently ran into this issue and noticed it was because the EXCEPTIONAL_API_KEY
was None
. I've submitted a Pull Request to raise an Exception of this is the case.