Replies: 1 comment 1 reply
-
I am facing the same error. Did you manage to fix it?? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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