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

Charset encoding bug in getspace_osx.py's notify() #1

Open
jnshnz opened this issue Mar 14, 2017 · 1 comment
Open

Charset encoding bug in getspace_osx.py's notify() #1

jnshnz opened this issue Mar 14, 2017 · 1 comment

Comments

@jnshnz
Copy link
Member

jnshnz commented Mar 14, 2017

unicode letters resulting in error

  File "getspace.py", line 210, in <module>
    getspace.notify("Boldly go where only aliens have gone before", title.replace("'", ""), "Background image has been set.", "success")
  File "/path/to/getspace_osx.py", line 15, in notify
    """.format(text, title, subtitle, sound))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 30: ordinal not in range(128)
@jnshnz jnshnz added this to To do in general issues Mar 29, 2018
@jnshnz
Copy link
Member Author

jnshnz commented Mar 30, 2018

reference is now the corresponding outsourced notify files

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

No branches or pull requests

1 participant