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
Traceback (most recent call last):
File "file.py", line 12, in <module>
@cached(
^^^^^^^
File "/path/to/venv/lib/python3.12/site-packages/aiocache/decorators.py", line 99, in __call__
self.cache = _get_cache(
^^^^^^^^^^^
File "/path/to/venv/lib/python3.12/site-packages/aiocache/decorators.py", line 238, in _get_cache
return Cache(cache, serializer=serializer, plugins=plugins, **cache_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/path/to/venv/lib/python3.12/site-packages/aiocache/factory.py", line 63, in __new__
if not (cache_class and issubclass(cache_class, BaseCache)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: issubclass() arg 1 must be a class
The text was updated successfully, but these errors were encountered: