Hide Forgot
Integration of python-meh would allow users to report internal errors directly to bugzilla as it's now integrated with libreport. It also provides mechanism for collecting additional data required for debugging.
Clarification: error handling of internal errors (python trackebacks) should be integrated with ABRT (not with python-meh)
"Integrating with ABRT" means "just call the original exception handler, after you're done with processing the exception"
Many caught and reported exceptions aren't unexpected: the complexity of libvirt configuration options means there are many times that an operation has legitimate reason not to work, but virt-manager doesn't want to be in the game of 100% duplicating libvirt validation logic. Some of these reported errors will be libvirt/virt-manager bugs, but it's not feasible to determine the difference I don't want to start getting flooded with abrt false positives. For uncaught exceptions the default exception handler is raised, so those are already covered. Thanks for the report, but closing as WONTFIX