>From 2 two days my applications fall in error in every pages. I don't
have modified nothing from 1 week and three days ago my application
works correctly.. this is the error log:
#
02-08 07:24AM 44.966 / 500 194ms 139ms-cpu 0kb
See details
79.50.168.248 - - [08/Feb/2009:07:24:45 -0800] "GET / HTTP/1.1"
500 104 - -
E 02-08 07:24AM 45.081
'Query' object has no attribute '_Query__query_sets'
Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 498, in __call__
handler.get(*groups)
File "/base/data/home/apps/sbook/1.331254528912766865/
main.py", line 89, in get
tags=Cloud.tagCloud()
File "/base/data/home/apps/sbook/1.331254528912766865/
main.py", line 173, in tagCloud
for q in q1:
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1336, in __iter__
return self.run()
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1328, in run
return _QueryIterator(self._model_class, iter(self._get_query
().Run()))
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1547, in _get_query
for query_set in self.__query_sets:
AttributeError: 'Query' object has no attribute
'_Query__query_sets'
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---