-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
_pickle.UnpicklingError: invalid load key, '9' #93
Comments
Can you reproduce this error without Google App Engine? |
Can't reproduce on my local machine. |
@sh4nks
here is code from
|
@dzpt are you on GAE, too? |
@gergelypolonkai no, i was running it on localhost |
@dzpt is there a chance you can share with us the pickled value that made the pickle library throw up? Like reading it directly from from the cache or something. Iʼm trying to devise a failing test to this bug. |
Hi, |
using blueprints, FileSystemCache on Google App Engine Standard Python3.7 and having the cache separate:
cache.py:
config:
app.py:
blueprint:
Then getting this error:
The text was updated successfully, but these errors were encountered: