You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b620d0a39c
self.redis isn't None, it's actually unset, so accessing it results in an exception: ``` ERROR: Traceback (most recent call last): File "./.venv/lib/python3.9/site-packages/starlette/routing.py", line 624, in lifespan await receive() File "./.venv/lib/python3.9/site-packages/starlette/routing.py", line 521, in __aexit__ await self._router.shutdown() File "./.venv/lib/python3.9/site-packages/starlette/routing.py", line 608, in shutdown await handler() File "./etebase_fastapi/main.py", line 72, in on_shutdown await redisw.close() File "./etebase_fastapi/redis.py", line 18, in close if self.redis is not None: AttributeError: 'RedisWrapper' object has no attribute 'redis' ``` |
3 years ago | |
---|---|---|
.. | ||
routers | 3 years ago | |
sendfile | 4 years ago | |
__init__.py | 4 years ago | |
db_hack.py | 4 years ago | |
dependencies.py | 4 years ago | |
exceptions.py | 4 years ago | |
main.py | 3 years ago | |
msgpack.py | 3 years ago | |
redis.py | 3 years ago | |
stoken_handler.py | 4 years ago | |
utils.py | 4 years ago |