django-webpush
django-webpush copied to clipboard
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019'
Hi,
When I call the below lines in my applications, I got the ASCII encode error. send_user_notification(user=user, payload=payload, ttl=1000) Below I have attached the Screenshot for the issue and payload parameters. Can you help with this?
Payload Parameters:
Ascii encode error:
Is it happening still?