snarfed / huffduff-video

📺 Extract the audio from videos on YouTube, Vimeo, and other sites and send it to Huffduffer.
https://huffduff-video.snarfed.org/
95 stars 6 forks source link

log full exception stack traces #2

Closed snarfed closed 9 years ago

snarfed commented 9 years ago

i was seeing TypeError: 'NoneType' object is not iterable errors without stack traces, which inspired this issue...but that actually came from the WSGI handler, outside of my code, when i didn't return anything (ie returned None) from my application() function. exceptions raised from inside my code do log stack traces. so, closing.