这是一个创建于 4673 天前的主题,其中的信息可能已经有所发展或是发生改变。
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
handler.get(*groups)
File "/base/data/home/apps/v2ex/1.356488655793766926/member.py", line 69, in get
response = urlfetch.fetch("https://api.github.com/users/" + one.github + "/repos")
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/urlfetch.py", line 263, in fetch
return rpc.get_result()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 592, in get_result
return self.__get_result_hook(self)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/urlfetch.py", line 371, in _get_fetch_result
raise DeadlineExceededError(str(err))
DeadlineExceededError: ApplicationError: 5
1 条回复 • 1970-01-01 08:00:00 +08:00
|
|
1
lepture 2012-02-09 22:30:21 +08:00
其实如果用 js 去取数据会更节约资源。
|