Guest User

Untitled

a guest
Dec 9th, 2011
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.90 KB | None | 0 0
  1. swift -A http://10.10.10.2:5000/v2.0 -U admin -K 1337h4x post container
  2. Traceback (most recent call last):
  3.   File "/usr/bin/swift", line 1853, in <module>
  4.     error_queue)
  5.   File "/usr/bin/swift", line 1533, in st_post
  6.     conn.post_container(args[0], headers=headers)
  7.   File "/usr/bin/swift", line 853, in post_container
  8.     return self._retry(None, post_container, container, headers)
  9.   File "/usr/bin/swift", line 790, in _retry
  10.     self.http_conn = self.http_connection()
  11.   File "/usr/bin/swift", line 778, in http_connection
  12.     return http_connection(self.url)
  13.   File "/usr/bin/swift", line 163, in http_connection
  14.     parsed = urlparse(url)
  15.   File "/usr/lib/python2.7/urlparse.py", line 135, in urlparse
  16.     tuple = urlsplit(url, scheme, allow_fragments)
  17.   File "/usr/lib/python2.7/urlparse.py", line 174, in urlsplit
  18.     i = url.find(':')
  19. AttributeError: 'NoneType' object has no attribute 'find'
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment