Closed drusakov778 closed 4 years ago
related discussion with some more info: https://groups.io/g/insync/topic/71373406
More folks are having the issue, but I can't reproduce it.
Not sure what other loop could be running.
There's a typo in the Python 3.7 source code: self._check_runnung() which was not handled in nest_asyncio. Version 1.3.3 of nest_asyncio addresses this.
Ewald, impressive, thank you. Will check tomorrow and confirm from my side.
confirmed. fix works for me for python 3.7.7. Thank you
Great, thanks for confirming
Hi Ewald,
seems to be very nice library which I am starting to use now. Running the examples with single modification of my local host, port, and client_id in the IB.connect() line.
examples/qt_ticker_table.py runs fine
examples/tk.py fails:
MacOS: 10.14.6 Python 3.7.7 ib_insync: latest, installed from git, hash f4e0525 nest-asyncio: 1.3.2 eventkit: 0.8.6