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
Hi, The server gets the following error after updating to the latest code in the master branch. Any ideas on how to fix it? Thanks
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/datastore.py", line 1766, in __setitem__
datastore_types.ValidateProperty(' ', value)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/datastore_types.py", line 1547, in ValidateProperty
'Unsupported type for property %s: %s' % (name, v.__class__))
DatabaseError: Unsupported type for property : <class 'django.utils.safestring.SafeText'>