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

Removing the encoding seems to have resolved issues on py 2.7 #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

megalithic
Copy link
Contributor

I was wrong with my last one, it doesn't seem to need any encoding, this is on python 2.7. I'm not sure if my situation is different from the "norm", but for me, removing the re-assignment of message to encode it does in fact completely fix the issues I was having. My last fix I was still getting intermittent failures.

Sorry about that.

@samuliedvin
Copy link

I'm facing similar behaviour - it's somewhat weird that using python 2.7 I would need to decode the message containing unicode characters, but the title and subtitle doesn't need any decoding. This change would fix the problem at least for me too.

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

Successfully merging this pull request may close these issues.

2 participants