abrt / gnome-abrt

ABRT oopses list designed according to https://live.gnome.org/Design/Apps/Oops
GNU General Public License v3.0
18 stars 21 forks source link

problems: Handle errors when fetching titles #276

Closed ernestask closed 4 years ago

ernestask commented 4 years ago

Fallout from 837cb787caa4667a928673353e4ea8205ef9419a.

If any of the URIs in reported_to are inaccessible, the resulting HTTP error will become an exception, which is totally unnecessary, because the user will most likely have no idea what to do. Handling the exception gracefully will just keep the dummy title.

This commit also narrows down the handled exceptions to GLib.Error, since BeautifulSoup will eat whatever we feed it and not complain and any other error should probably get some attention.

https://bugzilla.redhat.com/show_bug.cgi?id=1836614

packit-as-a-service[bot] commented 4 years ago

Congratulations! One of the builds has completed. :champagne:

You can install the built RPMs by following these steps:

Please note that the RPMs should be used only in a testing environment.