☰
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
12.1K
All Categories
91
Node JS client
32
Go client
706
.Net API client
338
Kite Publisher
526
.Net / VBA / Excel (3rd party)
402
Algorithms and Strategies
901
Java client
918
API clients
386
PHP client
3.4K
Python client
314
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
General
In this Discussion
March 2021
sujith
ReactorNotRestartable
nkodela
March 2021
in
Python client
When I run the program for the first time, the programs run fine. But when I interrupt it and run it for the second time I get the error as below
2021-03-07 13:57:44+0530 [-] Tokens length 1
2021-03-07 13:57:44+0530 [-] Starting factory
2021-03-07 13:57:44,030 - kiteconnect.ticker - DEBUG - Start WebSocket connection.
Traceback (most recent call last):
File "D:\KiteTicker Example.py", line 69, in
kws.connect()
File "C:\Users\anaconda3\lib\site-packages\kiteconnect\ticker.py", line 532, in connect
reactor.run(**opts)
File "C:\Users\anaconda3\lib\site-packages\twisted\internet\base.py", line 1422, in run
self.startRunning(installSignalHandlers=installSignalHandlers)
File "C:\Users\anaconda3\lib\site-packages\twisted\internet\base.py", line 1404, in startRunning
ReactorBase.startRunning(cast(ReactorBase, self))
File "C:\Users\anaconda3\lib\site-packages\twisted\internet\base.py", line 843, in startRunning
raise error.ReactorNotRestartable()
ReactorNotRestartable
Tagged:
Python Client
python
kiteapi
kiteticker
KiteTicker_V3
sujith
March 2021
You can refer to FAQs
here
.
Sign In
or
Register
to comment.