You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at FastAPI rate limiter v0.1.4 , we got an error after restarting Redis:
File "/usr/local/lib/python3.8/site-packages/starlette/routing.py", line 52, in app
response = await func(request)
File "/usr/local/lib/python3.8/site-packages/fastapi/routing.py", line 204, in app
solved_result = await solve_dependencies(
File "/usr/local/lib/python3.8/site-packages/fastapi/dependencies/utils.py", line 548, in solve_dependencies
solved = await call(**sub_values)
File "/usr/local/lib/python3.8/site-packages/fastapi_limiter/depends.py", line 42, in __call__
pexpire = await redis.evalsha(
aioredis.errors.ReplyError: NOSCRIPT No matching script. Please use EVAL.
Looking at FastAPI rate limiter v0.1.4 , we got an error after restarting Redis:
fastapi-limiter==0.1.4
aioredis==1.3.1
fastapi==0.65.2
We've never seen this error before, but think it is should be similar to:
OptimalBits/bull#1445
The text was updated successfully, but these errors were encountered: