-
Hi ejtraderCT Team,
This package is great and running well for us. However, we wanted to make it work with Flask Application. So, we can host it on the Linux server and then send a request to it to…
-
I'm trying to call ib_insync.Client.connect(...) in a loop with a delay in wrapper.apiEnd and got an exception
`RuntimeWarning:` coroutine 'Client.connectAsync' was never awaited`
Is this the c…
-
Hi, when I try to create an order I'm getting this message (not always). It's something to do with how it's handling the response during the "reply all" flow (if the response has no position 0). Any t…
-
**Describe the bug**
After logging in and authenticating through 2FA via the IBKR mobile app, the login succeeds, but the session immediately appears as non-authenticated:
```
2020-12-12 05:22:11,7…
-
Running in docker. Used to work fine but now basically infinite looping time outs while logging in.
> 2023-03-23 01:46:05,325|I| No active sessions, logging in...
> 2023-03-23 01:46:22,658|E| Time…
-
**Describe the bug**
I'm unable to authenticate with IB
**To Reproduce**
```
version: "2.1"
services:
ibeam:
image: voyz/ibeam
container_name: ibeam
env_file:
- env.l…
-
**Describe the bug**
Had a problem where I didn't get the url to link devices using Google Messages for 2FA authentication. So I switched to `voyz/ibeam:0.4.4-rc4`. This solved the 2FA problem, but n…
-
**Describe the bug**
I am suspicious that IB has changed their login page again, breaking compatibility with what IBeam is expecting.
The system was working OK on 2023-06-16, and failing on 2023-0…
-
I have the following code:
```
const ibkr = require('@stoqey/ibkr').default
const {
AccountSummary,
IBKREVENTS,
IbkrEvents,
HistoricalData,
PriceUpdates,
Portfolios,
MosaicSc…
-
Hi @erdewit
`reqHistoricalData` with `keepUpToDate` being True will stop sending updates at mid-night. Noticed this for consequtive few days. Would be great to have fix.