extrange/ibkr-docker

Paper works fine but live (with push auth) crashes after login

Closed this issue · 1 comments

When trying to use it with a live account, after signing in and confirming the sign in via mobile 2fa it starts to show the tws window and then the tws crashes without any error message and starts a new auth cycle.

The same container with a paper account and no 2fa works just fine.

i tried latest and stable. All have the same issue.

i found the issue. ibc waited too short until the 2fa was finished, so it killed the process.

you can control the waiting period via the IBC_SecondFactorAuthenticationExitInterval env param.