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
version 1.11.1 doesn't lock cachelib dependency version, so the latest one can have some breaking changes as the following
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/webservices_portal/wsgi.py", line 4, in <module>
app = create_app()
File "/usr/local/lib/python3.8/site-packages/webservices_portal/core/app.py", line 51, in create_app
cache.init_app(app)
File "/usr/local/lib/python3.8/site-packages/flask_caching/__init__.py", line 141, in init_app
self._set_cache(app, config)
File "/usr/local/lib/python3.8/site-packages/flask_caching/__init__.py", line 172, in _set_cache
app.extensions["cache"][self] = cache_factory(
File "/usr/local/lib/python3.8/site-packages/flask_caching/backends/rediscache.py", line 90, in factory
new_class = cls(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/flask_caching/backends/rediscache.py", line 62, in __init__
self._write_client = self._read_clients = self._client
AttributeError: 'RedisCache' object has no attribute '_client'
unable to load app 0 (mountpoint='') (callable not found or import error)
The text was updated successfully, but these errors were encountered:
Hello,
version 1.11.1 doesn't lock cachelib dependency version, so the latest one can have some breaking changes as the following
The text was updated successfully, but these errors were encountered: