-
Notifications
You must be signed in to change notification settings - Fork 104
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
Connection refused after it has been working after many reboots #23
Comments
I have the same thing, with the following error log:
|
In my case it helped to have more RAM |
Hello, I tried to do call API to IBKR using IB Gateway in Docker. Maybe I have the same error : App.pyfrom ib_insync import * util.startLoop() # uncomment this line when in a notebookib = IB() contract = Forex('EURUSD') convert to pandas dataframe (pandas needs to be installed):df = util.df(bars) Thanks for your help. |
got the same connection refused error. Have no idea what the reason is. Anyone can help? |
Me too. I solved this at least locally: gnzsnz/ib-gateway-docker#34 (comment). Unfortunately, it does still not work when deploying the container to the cloud. |
After having worked for some time, now it seems I cannot shake this off:
I think that I have logged in to TWS once and then afterwards it started working again, but at other times it did not have an effect. It actually seems quite random? Did anyone experience something like this?
The text was updated successfully, but these errors were encountered: