From 14c36160a46379ac5429079e37381b7143c8349f Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 15 Jan 2017 18:32:40 +0100 Subject: [PATCH] Add logging to find Plex Cloud info from plex.tv --- resources/lib/PlexAPI.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/lib/PlexAPI.py b/resources/lib/PlexAPI.py index 4797a138..915eb2ec 100644 --- a/resources/lib/PlexAPI.py +++ b/resources/lib/PlexAPI.py @@ -576,6 +576,12 @@ class PlexAPI(): threadQueue = [] maxAgeSeconds = 2*60*60*24 + # Temporary increase logging to find Plex cloud info + log.debug('Listing all entries of plex.tv reply to hopefully find Plex' + ' Cloud info. TREAT WITH CARE AND DONT SHARE!') + for item in xml: + log.debug('Plex.tv entry name: %s, data: %s' + % (item.tag, item.attrib)) for Dir in xml.findall('Device'): if 'server' not in Dir.get('provides'): # No PMS - skip