smurfy / fahrplan

QT Application for Public transportation
GNU General Public License v2.0
58 stars 33 forks source link

HTTP error handling #251

Open leppa opened 7 years ago

leppa commented 7 years ago

We don't seem to have any HTTP error handling in Fahrplan. E.g., if request fails, it just silently fails, and user only gets empty results page. I think we should handle and display these errors. This would also help with initial analysis when we get a bug report about some backend not working.

smurfy commented 7 years ago

There are some ways to display errors, but most of the time we silently fail, regardless of error, http or otherwise.