Open
Description
In several places, we are catching all possible exceptions without writing down any tracebacks or reporting more details on the exception. This makes debugging such code very difficult (because unexpected exceptions are handled silently). Reported by @dclark87.