django-exceptional icon indicating copy to clipboard operation
django-exceptional copied to clipboard

Unable to debug

Open stormlifter opened this issue 13 years ago • 1 comments

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 avatar Sep 20 '11 03:09 stormlifter

@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.

jkeyes avatar Apr 17 '13 23:04 jkeyes