This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Set UTF-8 decoding to "ignore"; resolve UnicodeDecodeError exceptions #180
Comments
Should note, this actually isn't something we can fix directly, as its buried in autobahn code, so autobahn should fix it. |
Blocked on crossbario/autobahn-python#533. |
Closed by #364. |
This has not actually been fixed in autobahn 0.12.1. Still waiting on a new release with it. |
0.13 finally fixed this. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://sentry.prod.mozaws.net/operations/autopush-prod/group/101610/
Enforcing strict UTF-8 decoding forces the connection to close. This may penalize users who are on buggy browsers. Instead we should set UTF-8 parsing to "ignore" and drop bad characters silently.
(If it's possible to log these types of events without impacting delivery to users, that would be useful.)
The text was updated successfully, but these errors were encountered: