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
I'm using ibeam and ibind with the ibkr API. I keep getting this error when placing orders:
ibind.support.errors.ExternalBrokerError: IbkrClient: response error Result(data=None, request={'url': 'https://ibkr-gateway.agent.local:5000/v1/api/iserver/reply/7adec048-1dd9-42d6-bcf0-e52698293303', 'json': {'confirmed': True}}) :: 400 :: Bad Request ::
{
"error": "reply id not found: '7adec048-1dd9-42d6-bcf0-e52698293303'"
}
Any idea why this could be?
in
File "/usr/local/lib/python3.11/site-packages/ibind/base/rest_client.py", line 189, in _process_response
raise ExternalBrokerError(f'{self}: response error {result} :: {response.status_code} :: {response.reason} :: {response.text}', status_code=response.status_code) from e
Thanks in advance, and have a great day! :)
The text was updated successfully, but these errors were encountered:
Hey @outrageousinc-dev thanks for trying out IBeam and IBind and reporting your issue 👍
This error indicates that in the order placement question/answer exchange your client has encountered a situation in which giving an answer to a question was not recognised by IBKR's servers.
It is quite strange, as this answer ID (what you see after reply) is read directly from the question we've received.
Does this happen to you every time you submit an order? Was this only one instance?
Hi there!
I'm using ibeam and ibind with the ibkr API. I keep getting this error when placing orders:
Any idea why this could be?
in
Thanks in advance, and have a great day! :)
The text was updated successfully, but these errors were encountered: