Created
May 26, 2009 05:09
-
-
Save speedmax/117905 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 501, in __call__ | |
handler.get(*groups) | |
File "/base/data/home/apps/vlaahversus/1.333522180435916813/vv/template.py", line 29, in decorated | |
vars = original_method(self, *args, **kwargs) | |
File "/base/data/home/apps/vlaahversus/1.333522180435916813/vv/page.py", line 71, in get | |
colors = kuler.generate(len(set.families)) | |
File "/base/data/home/apps/vlaahversus/1.333522180435916813/vv/kuler.py", line 24, in generate | |
_append_queue(number - len(_queue)) | |
File "/base/data/home/apps/vlaahversus/1.333522180435916813/vv/kuler.py", line 14, in _append_queue | |
response = urlfetch.fetch(API_URL % (offset, number, API_KEY), deadline=10) | |
File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py", line 240, in fetch | |
return rpc.get_result(allow_truncated) | |
File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py", line 387, in get_result | |
self.check_success(allow_truncated) | |
File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py", line 361, in check_success | |
raise DownloadError(str(e)) | |
DownloadError: ApplicationError: 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment