forked from MikeBrink/python-picnic-api
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I am receiving an error regarding two-factor authentication.
Is there already a way to work around this error, or are there plans to implement two-factor authentication
Steps to reproduce the issue
``
from python_picnic_api2 import PicnicAPI
p = PicnicAPI("XXXX","YYYYYYY",'de');
p.get_deliveries()
{'error': {'code': 'TWO_FACTOR_AUTHENTICATION_REQUIRED', 'message': 'User must verify their second factor', 'details': {}}}
``
What did you expect to happen instead?
x
Python Version
3.13
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working