From 722dce78d23ae036917dacb6035d6363f1f3c435 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Wed, 13 Apr 2016 16:26:09 +0200 Subject: [PATCH] More logging --- resources/lib/librarysync.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 37d649b0..a75bcff6 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -975,6 +975,9 @@ class LibrarySync(Thread): try: xml[0].attrib except (TypeError, AttributeError, IndexError): + self.logMsg('Error updating watch status. Could not get viewId: ' + '%s of itemType %s with lastViewedAt: %s, updatedAt: ' + '%s' % (viewId, itemType, lastViewedAt, updatedAt), -1) return if itemType in ('Movies', 'TVShows'):