Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticker Connection Fixed #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

luckyIITR
Copy link

No description provided.

@sevakram
Copy link
Contributor

hi @luckyIITR
Thanks for the contribution, can you please ensure the tests are passing with the new change, here is a guide-

https://github.com/jugaad-py/jugaad-trader/blob/master/contributing.md

and also please write a test for Ticker if possible.. i understand test for Websockets are challenging, but if you can nothing like it

@thakur-raj
Copy link

thakur-raj commented Oct 4, 2021

Hello @luckyIITR, Do we have any updates coming on this ?

@bpkapkar
Copy link

I am also facing the same issue unable to use Kite ticker are not able to get the data with kite ticker. Is this issue is fixed .
Requesting you kindly help on this.

@priyalorha
Copy link

priyalorha commented Oct 22, 2021 via email

@bpkapkar
Copy link

bpkapkar commented Oct 27, 2021

I am getting this error while connecting with ticker and not able to get the data as well. If its working for some one kindly help us or fix this issue if possible. I have tried to connect in market hours as well off market hours.


ReactorNotRestartable Traceback (most recent call last)
/tmp/ipykernel_37/4281426390.py in
31 # Infinite loop on the main thread. Nothing after this will run.
32 # You have to use the pre-defined callbacks to manage subscriptions.
---> 33 kws.connect()

/opt/conda/lib/python3.7/site-packages/kiteconnect/ticker.py in connect(self, threaded, disable_ssl_verification, proxy)
530 self.websocket_thread.start()
531 else:
--> 532 reactor.run(**opts)
533
534 def is_connected(self):

/opt/conda/lib/python3.7/site-packages/twisted/internet/base.py in run(self, installSignalHandlers)
1315
1316 def run(self, installSignalHandlers: bool = True) -> None:
-> 1317 self.startRunning(installSignalHandlers=installSignalHandlers)
1318 self.mainLoop()
1319

/opt/conda/lib/python3.7/site-packages/twisted/internet/base.py in startRunning(self, installSignalHandlers)
1297 """
1298 self._installSignalHandlers = installSignalHandlers
-> 1299 ReactorBase.startRunning(cast(ReactorBase, self))
1300
1301 def _reallyStartRunning(self) -> None:

/opt/conda/lib/python3.7/site-packages/twisted/internet/base.py in startRunning(self)
841 raise error.ReactorAlreadyRunning()
842 if self._startedBefore:
--> 843 raise error.ReactorNotRestartable()
844 self._started = True
845 self._stopped = False

ReactorNotRestartable:

@hemangjoshi37a
Copy link

Is this project still alive? Why is this not getting merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants