)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":9311,"name":"Tristan Cacqueray","email":"tdecacqu@redhat.com","username":"tristanC"},"change_message_id":"ffd3311bdeb37d19fd128659f6185487a26bc74b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"64e5d224_c0bc2da9","updated":"2021-11-11 22:01:51.000000000","message":"The actual problem is that the bot disconnects when the message handler throw an exception. This patch should make the bot log the full traceback through logging.exceptions instead of crashing. I\u0027m not sure to understand what you are suggesting it should do.","commit_id":"52bf62acc65cfc349298ddee347ac1c75cd6d237"}],"statusbot/bot.py":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"4d17b25ce1a8c748a6d4a529ed20b7a32b628f2c","unresolved":true,"context_lines":[{"line_number":368,"context_line":"            if msg.startswith(\u0027#thanks\u0027):"},{"line_number":369,"context_line":"                self.handle_thanks_command(e.target, nick, msg)"},{"line_number":370,"context_line":"                return"},{"line_number":371,"context_line":"        except Exception:"},{"line_number":372,"context_line":"            self.log.exception(\"Exception handling command %s\" % msg)"},{"line_number":373,"context_line":"            return"},{"line_number":374,"context_line":"        # Privileged commands"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f3d8dd2_d28128a9","line":371,"updated":"2021-11-10 22:08:04.000000000","message":"what actual problem is this solving?  this hides pretty much everything, i\u0027d feel better about handling more specific exceptions closer to where they happen.","commit_id":"52bf62acc65cfc349298ddee347ac1c75cd6d237"}]}
