-
Notifications
You must be signed in to change notification settings - Fork 196
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
AttributeError: 'tuple' object has no attribute 'decode' when configuring using tuples #334
Comments
Fixes django#334 A more thorough (and backward compatible) fix would be to actually make tuples work again.
Oh, I likely missed the pubsub layer when I reverted the connection bits, the tuple style works for the non-pubsub versions as it just gets unpacked and sent through to Something to the effect of:
At https://github.com/django/channels_redis/blob/main/channels_redis/pubsub.py#L349 would bring back the tuple functionality |
which is a bit weird in itself (to me), e.g. because |
Config
Error:
Offending commit (presumably): 65a0528
The text was updated successfully, but these errors were encountered: