tba
tba
+1 on 7.8.3
What TWS version are you using? (Help -> About Trader Workstation, something like "Build 10.26.1i, Dec 5, 2023 4:14:06 PM")
Could it be a conflict between Spyder IDE and async run loops? What happens if you create a python file with this example code: https://github.com/erdewit/ib_insync#example , and run it from...
Try https://pypi.org/project/nest-asyncio/ `pip3 install nest_asyncio` Then, before any async code, put: ``` import nest_asyncio nest_asyncio.apply() ```
Same problem (despite SIP disabled). Some logs: ``` (trad) z % csrutil status System Integrity Protection status: disabled. (trad) z % ps aux | grep 6027 tba 6027 100.1 9.5...