☰
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.7K
All Categories
0
Incidents
147
Node JS client
38
Go client
790
.Net API client
375
Kite Publisher
537
.Net / VBA / Excel (3rd party)
455
Algorithms and Strategies
988
Java client
1.1K
API clients
402
PHP client
3.9K
Python client
344
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.