We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This message or similar appears in most logs although cache appears to function properly.
127.0.0.1 - - [02/Jul/2019 19:32:15] "GET /assets/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.0" 200 - Exception possibly due to cache backend. Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/flask_caching/init.py", line 421, in decorated_function timeout=decorated_function.cache_timeout, File "/home/ubuntu/.local/lib/python3.6/site-packages/flask_caching/backends/simple.py", line 65, in set pickle.dumps(value, pickle.HIGHEST_PROTOCOL), TypeError: cannot serialize '_io.BufferedReader' object
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This message or similar appears in most logs although cache appears to function properly.
127.0.0.1 - - [02/Jul/2019 19:32:15] "GET /assets/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.0" 200 -
Exception possibly due to cache backend.
Traceback (most recent call last):
File "/home/ubuntu/.local/lib/python3.6/site-packages/flask_caching/init.py", line 421, in decorated_function
timeout=decorated_function.cache_timeout,
File "/home/ubuntu/.local/lib/python3.6/site-packages/flask_caching/backends/simple.py", line 65, in set
pickle.dumps(value, pickle.HIGHEST_PROTOCOL),
TypeError: cannot serialize '_io.BufferedReader' object
The text was updated successfully, but these errors were encountered: