I also got this error sometime if I mixed ascii char and Chinese char (in UTF-8 encode).
On Mon, May 14, 2012 at 4:58 PM, Amy Unruh <[email protected]> wrote: > Steve, > > Can you provide more info (e.g. example code) showing how you built the > query object that you used for the search? > > -Amy > > On 12 May 2012 20:05, Steve Qian <[email protected]> wrote: > >> >> I keep getting the following TransientError when doing a search query. >> >> Anyone experience the same error? Is there a problem with the service? >> >> >>> >>> results = search.Index(name=cls._INDEX_NAME).search(query=query_obj) >>> File >>> "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/search/search.py", >>> line 2487, in search >>> _CheckStatus(response.status()) >>> >>> >>> File >>> "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/search/search.py", >>> line 443, in _CheckStatus >>> raise _ERROR_MAP[status.code()](status.error_detail()) >>> TransientError >> >> >> >> Steve >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-appengine/-/7Yt0VM1sBdAJ. >> 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. >> > > -- > 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. > -- 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.
