IBM / ibm-cos-sdk-python

ibm-cos-sdk-python
Apache License 2.0
44 stars 26 forks source link

IndexError: tuple index out of range #26

Closed gilv closed 4 years ago

gilv commented 4 years ago

Any ideas what might be causing this and how to resolve this?

 File "/.pyenv/versions/3.6.7/lib/python3.6/site-packages/ibm_botocore/httpsession.py", line 258, in send
    decode_content=False,
  File "/.pyenv/versions/3.6.7/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
    chunked=chunked)
  File "/.pyenv/versions/3.6.7/lib/python3.6/site-packages/urllib3/connectionpool.py", line 384, in _make_request
    six.raise_from(e, None)
  File "<string>", line 2, in raise_from
  File "/.pyenv/versions/3.6.7/lib/python3.6/site-packages/urllib3/connectionpool.py", line 380, in _make_request
    httplib_response = conn.getresponse()
  File "/.pyenv/versions/3.6.7/lib/python3.6/http/client.py", line 1331, in getresponse
    response.begin()
  File "/.pyenv/versions/3.6.7/lib/python3.6/http/client.py", line 297, in begin
    version, status, reason = self._read_status()
  File "/.pyenv/versions/3.6.7/lib/python3.6/http/client.py", line 258, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/.pyenv/versions/3.6.7/lib/python3.6/socket.py", line 591, in readinto
    if e.args[0] in _blocking_errnos:
IndexError: tuple index out of range
cpcunningham commented 4 years ago

Hi @gilv what is the command you are running.. can you paste a snippet of code... to see what packages are installed
pip freeze

mathieu-holl-ibm commented 4 years ago

@gilv any update on this ?

cpcunningham commented 4 years ago

user is unable to reproduce issue - so will close