Guest User

Untitled

a guest
Sep 18th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/opt/loci/scripts/fetch_wheels.py", line 127, in <module>
  3. main()
  4. File "/opt/loci/scripts/fetch_wheels.py", line 114, in main
  5. data = get_blob(image, tag, protocol, **kwargs)
  6. File "/opt/loci/scripts/fetch_wheels.py", line 52, in get_blob
  7. resp = urllib2.urlopen(r)
  8. File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
  9. return opener.open(url, data, timeout)
  10. File "/usr/lib/python2.7/urllib2.py", line 435, in open
  11. response = meth(req, response)
  12. File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
  13. 'http', request, response, code, msg, hdrs)
  14. File "/usr/lib/python2.7/urllib2.py", line 467, in error
  15. result = self._call_chain(*args)
  16. File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
  17. result = func(*args)
  18. File "/usr/lib/python2.7/urllib2.py", line 654, in http_error_302
  19. return self.parent.open(new, timeout=req.timeout)
  20. File "/usr/lib/python2.7/urllib2.py", line 435, in open
  21. response = meth(req, response)
  22. File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
  23. 'http', request, response, code, msg, hdrs)
  24. File "/usr/lib/python2.7/urllib2.py", line 467, in error
  25. result = self._call_chain(*args)
  26. File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
  27. result = func(*args)
  28. File "/usr/lib/python2.7/urllib2.py", line 654, in http_error_302
  29. return self.parent.open(new, timeout=req.timeout)
  30. File "/usr/lib/python2.7/urllib2.py", line 435, in open
  31. response = meth(req, response)
  32. File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
  33. 'http', request, response, code, msg, hdrs)
  34. File "/usr/lib/python2.7/urllib2.py", line 473, in error
  35. return self._call_chain(*args)
  36. File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
  37. result = func(*args)
  38. File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
  39. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  40. urllib2.HTTPError: HTTP Error 400: Bad Request
  41. Removing intermediate container 9d525c3ec394
  42. The command '/bin/sh -c /opt/loci/scripts/install.sh' returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment