Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a script using monarchmoney to split transactions on a shared credit card. This was working great for months, but I recently ran into an issue with the following error:
in _login_user raise RequireMFAException("Multi-Factor Auth Required") monarchmoney.monarchmoney.RequireMFAException: Multi-Factor Auth RequiredI did not have MFA enabled, but I set it up on my account and edited the login based on the documentation in README
from monarchmoney import MonarchMoney, RequireMFAException mm = MonarchMoney() await mm.login(email=email, password=password, save_session=False, use_saved_session=False, mfa_secret_key=mfa_secret_key)I get the same error after this change. Can someone advise me if this is a problem with my code?
Beta Was this translation helpful? Give feedback.
All reactions