I have set up a proxy app (https://github.com/symkat/SymPullCDN)
and receiving a strange exception "Error converting pb" (full
exception below)
This issue is apparent only on production environment and I did not
manage to reproduce it on dev_appsever (neither mac or windows)
Anyone could please advise?

Thanks,
Alon


02-07 02:24AM 09.684
Error converting pb: meaning: 7
name: "expires"
value <
  int64Value: 0x4b7948782272b
>
multiple: false

Exception was: 'datetime.timedelta' object is not callable
Traceback (most recent call last):
  File "/base/data/home/apps/proxy/2.346442574485624803/main.py", line
61, in get
    entity = Entity.all().filter("uri =", path).get()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 1778, in get
    results = self.fetch(1, config=config)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/db/__init__.py", line 1831, in fetch
    raw = raw_query.Get(limit, offset, config=config)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore.py", line 1356, in Get
    batch = batcher.next_batch(limit)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
datastore/datastore_query.py", line 1099, in next_batch
    batch = self.__next_batch.get_result()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/apiproxy_stub_map.py", line 530, in get_result
    return self.__get_result_hook(self)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
datastore/datastore_query.py", line 1022, in __query_result_hook
    for result in query_result.result_list()]
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
datastore/datastore_rpc.py", line 110, in pb_to_query_result
    return self.pb_to_entity(pb)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore.py", line 205, in pb_to_entity
    return Entity._FromPb(pb)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore.py", line 844, in _FromPb
    value = datastore_types.FromPropertyPb(prop)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/datastore_types.py", line 1638, in FromPropertyPb
    'Error converting pb: %s\nException was: %s' % (pb, msg))
BadValueError: Error converting pb: meaning: 7
name: "expires"
value <
  int64Value: 0x4b7948782272b
>
multiple: false

Exception was: 'datetime.timedelta' object is not callable

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to