diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index a7295f48..7d796042 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -147,7 +147,8 @@ class LibrarySync(threading.Thread): 'remove': result['ItemsRemoved'] } - except (KeyError, TypeError): + except Exception as error: # To be reviewed to only catch specific errors. + log.error(error) log.error("Failed to retrieve latest updates using fast sync.") xbmcgui.Dialog().ok(lang(29999), lang(33095)) return False