-
Notifications
You must be signed in to change notification settings - Fork 197
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
Redis UTF-8 cause hard to debug issue on group_send #222
Comments
The root cause of this is As of now |
@carltongibson I think thank Also IMO it should be documented that In |
OK, let's reopen at least for documentation. Thanks @sevdog |
All code is reproducible in multichat example app with last django and channels_redis.
It is possible to make
settings.py
configuration like this:Let's take code that will create fake group and send message there.
Code example for pycharm django console.
You will get this traceback:
And it is very hard to guess that problem in connection string. Because item in redis will be created.
If replace connection code with same, but without encoding mention all will work without any issues.
Here run with this string, without any issue.
The text was updated successfully, but these errors were encountered: