Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download link for checkboxes is broken #556

Closed
ruibjr opened this issue Jun 27, 2014 · 2 comments
Closed

Download link for checkboxes is broken #556

ruibjr opened this issue Jun 27, 2014 · 2 comments

Comments

@ruibjr
Copy link

ruibjr commented Jun 27, 2014

We do not want to use bower right now to get the components.
We have tried to download the paper-checkbox element zip file, but it keep giving us this error:

Internal Server Error

The server has either erred or is incapable of performing the requested operation.

Traceback (most recent call last):
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1535, in call
rv = self.handle_exception(request, response, e)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in call
rv = self.router.dispatch(request, response)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher
return route.handler_adapter(request, response)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in call
return handler.dispatch()
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 572, in dispatch
return self.handle_exception(e, self.app.debug)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 570, in dispatch
return method(_args, *_kwargs)
File "/base/data/home/apps/sbowerarchiver/1.376805164704474958/main.py", line 30, in get
return self.response.out.write(self.archive())
File "/base/data/home/apps/s
bowerarchiver/1.376805164704474958/main.py", line 25, in archive
result = urlfetch.fetch(url, deadline=60)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/urlfetch.py", line 270, in fetch
return rpc.get_result()
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 612, in get_result
return self.__get_result_hook(self)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/urlfetch.py", line 413, in _get_fetch_result
raise DownloadError("Unable to fetch URL: " + url + error_detail)
DownloadError: Unable to fetch URL: http://23.236.53.27/archive?paper-checkbox=Polymer/paper-checkbox

@ebidel
Copy link
Contributor

ebidel commented Jun 27, 2014

Investigating.
On Jun 27, 2014 9:29 AM, "Rui Barbosa Jr." notifications@github.com wrote:

We do not want to use bower right now to get the components.
We have tried to download the paper-checkbox element zip file, but it keep
giving us this error:

Internal Server Error

The server has either erred or is incapable of performing the requested
operation.

Traceback (most recent call last):
File
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py",
line 1535, in call
rv = self.handle_exception(request, response, e)
File
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py",
line 1529, in call
rv = self.router.dispatch(request, response)
File
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py",
line 1278, in default_dispatcher
return route.handler_adapter(request, response)
File
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py",
line 1102, in call
return handler.dispatch()
File
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py",
line 572, in dispatch
return self.handle_exception(e, self.app.debug)
File
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py",
line 570, in dispatch
return method(_args, *_kwargs)
File "/base/data/home/apps/sbowerarchiver/1.376805164704474958/main.py",
line 30, in get
return self.response.out.write(self.archive())
File "/base/data/home/apps/s
bowerarchiver/1.376805164704474958/main.py",
line 25, in archive
result = urlfetch.fetch(url, deadline=60)
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/urlfetch.py",
line 270, in fetch
return rpc.get_result()
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 612, in get_result
return self.__get_result_hook(self)
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/urlfetch.py",
line 413, in _get_fetch_result
raise DownloadError("Unable to fetch URL: " + url + error_detail)
DownloadError: Unable to fetch URL:
http://23.236.53.27/archive?paper-checkbox=Polymer/paper-checkbox


Reply to this email directly or view it on GitHub
#556.

@ebidel
Copy link
Contributor

ebidel commented Jun 27, 2014

Should be back up. We'll work on making the downloader more fault tolerant.

@ebidel ebidel closed this as completed Jun 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants