Replies: 2 comments
-
Hi Moritz, Unfortunately, there is no way for the code to know when the TAN is activated. That is why you need to run
It is a bit laborious, but as far as I am aware of the comdirect API doesn't support something like 'wait for TAN activation, then continue' (at least the documentation doesn't say so). Would be a nice feature tho, I agree. Hope I could be of some help :) |
Beta Was this translation helpful? Give feedback.
-
I just make my script wait for a keypress:
Regards, Georg |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am very new to Python and try to write my first scripts accessing my bank accounts. Unfortunately, after I run client.fetch_tan(user, password) the code runs further to client.activate_session() and creates an error. This is because in between I have to activate my photo tan.
Is there any option to let the code "wait" until the tan is activated and then run the statement client.activate_session()?
Thanks for you help,
Moritz
Beta Was this translation helpful? Give feedback.
All reactions