Sat, 14 Oct 2017 20:08:47 +0200
Merged with fix done by Tobias.
--- a/Utilities/BackgroundService.py Sat Oct 14 20:07:08 2017 +0200 +++ b/Utilities/BackgroundService.py Sat Oct 14 20:08:47 2017 +0200 @@ -211,7 +211,7 @@ 'An error in Erics background client stopped the' ' service.') ) - except KeyError: + except (KeyError, TypeError): # ignore silently pass if res != E5MessageBox.No: