☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2021
Imran
December 2021
bhavyanarang2015
connection error
bhavyanarang2015
December 2021
in
Python client
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
can you tell what is this error about, the code was running fine and suddenly this error came
Tagged:
Python Client
kiteconnect
connection error
bhavyanarang2015
December 2021
File "C:\Users\HP\Anaconda32\envs\algo\lib\ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
Imran
December 2021
edited December 2021
Hello
@bhavyanarang2015
You can refer
this thread
Sign In
or
Register
to comment.
self._sslobj.do_handshake()
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
You can refer this thread