Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashing during login #19

Open
buchanan opened this issue Aug 7, 2015 · 0 comments
Open

App crashing during login #19

buchanan opened this issue Aug 7, 2015 · 0 comments

Comments

@buchanan
Copy link

buchanan commented Aug 7, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant