Results 348 comments of voyz

@hazelement > In terms of unrecoverable exception, I think TimeoutError example above is a good one, assuming the existing session is no longer valid after IBKR restarted their server. I...

@hazelement > From user perspective, once I initialized a client, I would expect the framework will maintain the session to continue to work so that I don't have to worry...

hey @hazelement I've updated the WiKi to clarify this pattern: https://github.com/Voyz/ibind/wiki/Advanced-REST#-check_health Also, I ended up adding a method that can be called repeatedly to handle the health status: https://github.com/Voyz/ibind/blob/ed7a95779d4235da996216c47bfcc1bbf45ac459/ibind/client/ibkr_client.py#L266-L298 It...

hey @andrenr2 thanks for your questions 👍 > Is this simply because my OAuth setup has not yet been approved by IB? I don't know, possibly that's the cause. IBKR...

Hey @jakobovski-arb there is a section on Pre-flight requests in the documentation right here: https://github.com/Voyz/ibind/wiki/Advanced-REST#-pre-flight-requests Where it states: > A number of endpoints indicate that some type of pre-flight is...

@kirelagin please let's try to keep the conversation polite 🙏 > Realistically, I think, this library could hide this detail by just repeating the request on behalf of the user....

hey @craigp318 please provide more details using the bug template provided, as well as the full output log from the IBind instance. As for these endpoints: > curl -k https://localhost:5050/...

Hey @rayli09 thanks for the kind words and for bringing up the OpenAPI. The short answer is: before building IBind I tried using the spec for OpenAPI and it lead...