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
set NDB_USE_CROSS_COMPATIBLE_PICKLE_PROTOCOL:True in app.yaml
Have a ndb.PickleProperty in python27
Access the ndb.PickleProperty in python312
File "/layers/google.python.pip/pip/lib/python3.12/site-packages/google/appengine/ext/ndb/model.py", line 1913, in _from_base_type UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 1: ordinal not in range(128)