django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.08k stars 801 forks source link

"group_add" is not a known member of "None" #2049

Closed Emmaotiki5 closed 1 year ago

Emmaotiki5 commented 1 year ago

CHANNEL_LAYERS = { "default": { "BACKEND": "channels_redis.core.RedisChannelLayer", "CONFIG": { "hosts": [("127.0.0.1", 6379)], }, }, }

carltongibson commented 1 year ago

This is not an actionable error report. At the least you need to provide more detail.

Almost certainly you have a local configuration error. Check you can connect to Redis, and so on.