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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm trying to log into my IBKR paper trading account using the example script (https://github.com/nautechsystems/nautilus_trader/blob/develop/examples/live/interactive_brokers/historical_download.py), and I believe I've correctly configured IB Gateway. However, I keep encountering this error message:
2025-03-20T00:46:20.015348000Z [INFO] TRADER-000.InteractiveBrokersClient-000: Connecting to 127.0.0.1:4002 with client id: 0
2025-03-20T00:46:20.023877000Z [WARN] TRADER-000.InteractiveBrokersClient-000: Failed to receive server version information. Retries remaining: 4.
2025-03-20T00:46:21.025897000Z [WARN] TRADER-000.InteractiveBrokersClient-000: Failed to receive server version information. Retries remaining: 3.
2025-03-20T00:46:21.475074000Z [INFO] TRADER-000.InteractiveBrokersClient-000: Connection cancelled.
2025-03-20T00:46:21.475166000Z [INFO] TRADER-000.InteractiveBrokersClient-000: Disconnected from Interactive Brokers API.
2025-03-20T00:46:21.477567000Z [ERROR] TRADER-000.InteractiveBrokersClient-000: Not connected (code: 504, req_id=-1).
Does anyone know how to fix this? I'd really appreciate any insight anyone might be able to share. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions