-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2FA without google messages #37
Comments
Hi @matandi1 welcome to IBeam 👋 Thanks for outlining your problem with 2FA using Google Messages. Another way to approach 2FA was outlined in this comment: #8 (comment) You could set this up using the HTTP handler, calling your intermediate server that would access twillio and return the 2FA code. Hope this helps? |
Hey @Voyz ! Thanks so much for providing the community with this package, but I had a quick question. After I've been having the same error as above (please also see below) I went through the threads you linked above, and it appears that you've updated the Ibeam repo voyz/ibeam:0.3.0-rc2 to take care of the 2FA handler? Is this the latest version? Because on my machine it shows that I have the latest version of voyz/ibeam, but yet I'm still getting the error. Here is the error: ` version: ed4af2592e9dd4a784d5403843bd18292fd441ea Fri, 9 Nov 2018 13:23:18 -0500 This is a Beta release of the Client Portal Gateway https://www.interactivebrokers.com/api/doc.html Open https://localhost:5000 to login The above exception was the direct cause of the following exception: Traceback (most recent call last): Update: I saw your comment from 7 days ago to "docker pull voyz/ibeam:0.4.0-rc2" but I still got the same error above |
Sorry @MaanasPeri23 could you rephrase your question? I'm not sure what you'd like me to address in your recent post, as you seemed to have keyboard-interrupted the process and as such errors seemed to have followed. Please use Using Twillio would be one way to overcome 2FA. Make sure you check our documentation on 2FA where we outline how IBeam handles it: https://github.com/Voyz/ibeam/wiki/Two-Factor-Authentication Keep in mind that at the time we don't provide any official solution or guide on how to solve Gateway's 2FA, but only means to achieve it - hence reading the post on Twillio in #8 would be a good place to start. |
Closing this issue due to lack of activity. Please feel free to reopen and continue the discussion if needed 👍 |
Hi all,
first of all thanks for the great package that ibeam provides! I have been working with my paper trading account without 2FA so far and now like to connect the live trading account with 2FA.
As I have no Android device the "Messages by Google" App is not available to me and I was wondering how to practically and simply do this in another way, setting it up via my mac / ios device?
I have seen the 2nd handler (HTTP) but not sure how I could practically use it.
Thank you in advance
Matandi
The text was updated successfully, but these errors were encountered: