You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a multi-container docker app with an Ibeam container and a trading container?
I tried, but the trading container is struggling to connect to IBKR API via Ibeam. To test this out, I created some code and a public repo in my Github account. Clone from [email protected]:hughandersen/trading_app.git
The text was updated successfully, but these errors were encountered:
I actually just experinced this problem in a docker network. Do you have any ideas on how to fix this?
I have no problem connecting from my development computer directly to the IP adress of that computer. But everything from localhost or the docker network seems to be blocked. I can ping the ibeam docker without problems.
2024-10-03 08:45:43,566|E| Tickle request failed: IbkrClient: response error Result(data=None, request={'url': 'https://ibeam:5000/v1/api/tickle'}) :: 404 :: Not Found :: Access Denied
Is it possible to create a multi-container docker app with an Ibeam container and a trading container?
I tried, but the trading container is struggling to connect to IBKR API via Ibeam. To test this out, I created some code and a public repo in my Github account. Clone from [email protected]:hughandersen/trading_app.git
The text was updated successfully, but these errors were encountered: