django / channels_redis

Redis channel layer backend for Django Channels
BSD 3-Clause "New" or "Revised" License
593 stars 196 forks source link

redis.exceptions.ResponseError: unknown command 'BZPOPMIN' #397

Closed antoinebou12 closed 2 months ago

antoinebou12 commented 2 months ago
ERROR 2024-08-19 12:58:28,253 server Exception inside application: unknown command 'BZPOPMIN'
Traceback (most recent call last):
  File "C:\Users\antoi\OneDrive\Bureau\Code\ETS\CLUB\ALGOETS\Simulateur\venv\Lib\site-packages\channels\routing.py", line 62, in __call__
    return await application(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\antoi\OneDrive\Bureau\Code\ETS\CLUB\ALGOETS\Simulateur\venv\Lib\site-packages\channels\sessions.py", line 47, in __call__
    return await self.inner(dict(scope, cookies=cookies), receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\antoi\OneDrive\Bureau\Code\ETS\CLUB\ALGOETS\Simulateur\venv\Lib\site-packages\channels\sessions.py", line 263, in __call__
    return await self.inner(wrapper.scope, receive, wrapper.send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\antoi\OneDrive\Bureau\Code\ETS\CLUB\ALGOETS\Simulateur\venv\Lib\site-packages\channels\auth.py", line 185, in __call__
    return await super().__call__(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\antoi\OneDrive\Bureau\Code\ETS\CLUB\ALGOETS\Simulateur\venv\Lib\site-packages\channels\middleware.py", line 24, in __call__
    return await self.inner(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\antoi\OneDrive\Bureau\Code\ETS\CLUB\ALGOETS\Simulateur\venv\Lib\site-packages\channels\routing.py", line 132, in __call__
    return await application(
           ^^^^^^^^^^^^^^^^^^
  File "C:\Users\antoi\OneDrive\Bureau\Code\ETS\CLUB\ALGOETS\Simulateur\venv\Lib\site-packages\channels\consumer.py", line 94, in app
    return await consumer(scope, receive, send)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\antoi\OneDrive\Bureau\Code\ETS\CLUB\ALGOETS\Simulateur\venv\Lib\site-packages\channels\consumer.py", line 58, in __call__
    await await_many_dispatch(
  File "C:\Users\antoi\OneDrive\Bureau\Code\ETS\CLUB\ALGOETS\Simulateur\venv\Lib\site-packages\channels\utils.py", line 57, in await_many_dispatch
    await task
redis.exceptions.ResponseError: unknown command 'BZPOPMIN'

channels-redis=-=4.2.0 redis=7.4

carltongibson commented 2 months ago

Duplicate of #203. Please search before opening issues. Upgrade Redis.