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

error on get friend list #48

Open
segator opened this issue Sep 5, 2016 · 2 comments
Open

error on get friend list #48

segator opened this issue Sep 5, 2016 · 2 comments

Comments

@segator
Copy link

segator commented Sep 5, 2016

Checking the app logs I see the next error:

2016-09-05 19:38:05,116 - INFO:getSharedUserEmails: url = https://plex.tv/pms/friends/all
2016-09-05 19:38:05,122 - INFO:Starting new HTTPS connection (1): plex.tv
2016-09-05 19:38:06,374 - INFO:getSharedUserEmails: response = <Response [200]>
2016-09-05 19:38:06,375 - ERROR:Logging an uncaught exception
Traceback (most recent call last):
File "/app/plexemail/scripts/plexEmail.py", line 1659, in
sharedEmails = getSharedUserEmails()
File "/app/plexemail/scripts/plexEmail.py", line 332, in getSharedUserEmails
logging.info('getSharedUserEmails: response = ' + str(response.text))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 12682: ordinal not in range(128)

@jakewaldron
Copy link
Owner

jakewaldron commented Sep 6, 2016

For now, you should be able to remove line 332 in plexEmail.py and it should work. I will put in a fix during the next release.

@jakewaldron
Copy link
Owner

I just pushed new changes to the master branch that has a fix for this. Could you please try it?

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

2 participants