Throwing error frequently during executing -> quote_details=kite.quote('NSE:NIFTY 50')

anuran
Throwing error frequently during executing -> quote_details=kite.quote('NSE:NIFTY 50')

It is executing for 5-10 mins but after that the below exception is coming. There is no internet issue as I checked using different connection as well.

Traceback (most recent call last):

File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\connectionpool.py", line 386, in _make_request
self._validate_conn(conn)

File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\connectionpool.py", line 1042, in _validate_conn
conn.connect()

File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\connection.py", line 414, in connect
self.sock = ssl_wrap_socket(

File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(

File "C:\ProgramData\Anaconda3\lib\site-packages\urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
Sign In or Register to comment.