Skip to content

TWO_FACTOR_AUTHENTICATION_REQUIRED #28

@littleyoda

Description

@littleyoda

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions