Advertisement
Guest User

error

a guest
Sep 1st, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "p.py", line 13, in ?
  3. urllib2.urlopen(phone,data) # make call
  4. File "/usr/lib64/python2.4/urllib2.py", line 130, in urlopen
  5. return _opener.open(url, data)
  6. File "/usr/lib64/python2.4/urllib2.py", line 358, in open
  7. response = self._open(req, data)
  8. File "/usr/lib64/python2.4/urllib2.py", line 376, in _open
  9. '_open', req)
  10. File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
  11. result = func(*args)
  12. File "/usr/lib64/python2.4/urllib2.py", line 1126, in https_open
  13. return self.do_open(httplib.HTTPSConnection, req)
  14. File "/usr/lib64/python2.4/urllib2.py", line 1090, in do_open
  15. r = h.getresponse()
  16. File "/usr/lib64/python2.4/httplib.py", line 872, in getresponse
  17. response.begin()
  18. File "/usr/lib64/python2.4/httplib.py", line 336, in begin
  19. version, status, reason = self._read_status()
  20. File "/usr/lib64/python2.4/httplib.py", line 300, in _read_status
  21. raise BadStatusLine(line)
  22. httplib.BadStatusLine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement