You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In myplex.py #58
authtoken is not in the tokens array so tokens.remove(authtoken) creates and exception.
Failed to login to myPlex: list.remove(x): x not in list
Something went wrong: coercing to Unicode: need string or buffer, NoneType found
Traceback (most recent call last):
File "plexdl.py", line 1059, in
x.search()
File "plexdl.py", line 356, in search
xmldoc = minidom.parse(urllib.urlopen(constructPlexUrl("/library/sections/"+self.plexid+"/all")))
File "plexdl.py", line 895, in constructPlexUrl
http +="?X-Plex-Token="+plextoken
TypeError: coercing to Unicode: need string or buffer, NoneType found
The text was updated successfully, but these errors were encountered:
In myplex.py #58
authtoken is not in the tokens array so tokens.remove(authtoken) creates and exception.
Failed to login to myPlex: list.remove(x): x not in list
Something went wrong: coercing to Unicode: need string or buffer, NoneType found
Traceback (most recent call last):
File "plexdl.py", line 1059, in
x.search()
File "plexdl.py", line 356, in search
xmldoc = minidom.parse(urllib.urlopen(constructPlexUrl("/library/sections/"+self.plexid+"/all")))
File "plexdl.py", line 895, in constructPlexUrl
http +="?X-Plex-Token="+plextoken
TypeError: coercing to Unicode: need string or buffer, NoneType found
The text was updated successfully, but these errors were encountered: