I have a very simple html page http://cbc007.cn/test.html .

When I fetch it using http://shell.appspot.com/, an error occurs.
When I fetch it in my app, it has the same error.

>>> r=urlfetch.fetch('http://cbc007.cn/test.html')
Traceback (most recent call last):
  File "/base/data/home/apps/shell/1.334417654335420704/shell.py", line 278,
in get
    exec compiled in statement_module.__dict__
  File "<string>", line 1, in <module>
  File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py", line
241, in fetch
    return rpc.get_result()
  File
"/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 442, in get_result
    return self.__get_result_hook(self)
  File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py", line
331, in _get_fetch_result
    raise DownloadError(str(err))
DownloadError: ApplicationError: 5

Sometimes, it throws "DownloadError: ApplicationError: 2" error. Very
curious.

But it occurs on GAE production server only. On local sdk, it works fine.
Is it a bug?



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

Reply via email to