☰
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
14K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
384
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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