smartsheet-platform/smartsheet-python-sdk

Live stream view botter

DakaIFLDDd opened this issue · 1 comments

ID?
gfvBI33LrMs
Exception in thread Thread-1:
Traceback (most recent call last):
File "requests\packages\urllib3\connectionpool.py", line 544, in urlopen
File "requests\packages\urllib3\connectionpool.py", line 341, in _make_request
File "requests\packages\urllib3\connectionpool.py", line 761, in validate_conn
File "requests\packages\urllib3\connection.py", line 238, in connect
File "requests\packages\urllib3\util\ssl
.py", line 279, in ssl_wrap_socket
File "ssl.py", line 423, in wrap_socket
File "ssl.py", line 870, in _create
File "ssl.py", line 1139, in do_handshake
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1076)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "requests\adapters.py", line 370, in send
File "requests\packages\urllib3\connectionpool.py", line 574, in urlopen
requests.packages.urllib3.exceptions.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1076)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "threading.py", line 926, in _bootstrap_inner
File "threading.py", line 870, in run
File "main1.py", line 60, in update
File "requests\api.py", line 69, in get
File "requests\api.py", line 50, in request
File "requests\sessions.py", line 465, in request
File "requests\sessions.py", line 573, in send
File "requests\adapters.py", line 431, in send
requests.exceptions.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1076) how do i fix this??

Hi. What version of the smartsheet-python-sdk are you using? Can you also tell me the versions for the requests and urllib3 packages?