We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I just pushed new changes to the master branch that has a fix for this. Could you please try it?
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: