Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
weboob
weboob
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 180
    • Issues 180
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 53
    • Merge Requests 53
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • weboob
  • weboobweboob
  • Issues
  • #414

Closed
Open
Opened Jul 15, 2020 by loneept@loneept
  • Report abuse
  • New issue
Report abuse New issue

[bp] Bug(bp): 2FA method not found

Hello,

I have been getting the following bug, for a few days. I already tried removing / reinstalling de backend bp.

Bug(bp): 2FA method not found (If --auto-update is passed on the command-line, new versions of the module will be checked automatically) Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/weboob/core/bcall.py", line 96, in backend_process result = getattr(backend, function)(*args, **kwargs) File "/root/.local/share/weboob/modules/2.0/bp/module.py", line 172, in iter_resources return self.iter_accounts() File "/root/.local/share/weboob/modules/2.0/bp/module.py", line 75, in iter_accounts return self.browser.get_accounts_list() File "/usr/local/lib/python3.7/dist-packages/weboob/browser/browsers.py", line 821, in inner browser.do_login() File "/root/.local/share/weboob/modules/2.0/bp/browser.py", line 318, in do_login auth_method = self.page.get_auth_method() File "/root/.local/share/weboob/modules/2.0/bp/pages/login.py", line 159, in get_auth_method assert False, '2FA method not found' AssertionError: 2FA method not found

Output of weboob-config --version command:

weboob-config v2.0 Copyright(C) 2010-2020 Christophe Benz, Romain Bignon

What module version are you using?

`loneept@loneept:~# weboob-config info bp .------------------------------------------------------------------------------. | Module bp | +-----------------.------------------------------------------------------------'

| Version | 202006090901

| Maintainer | Nicolas Duhamel nicolas@jombi.fr

| License | LGPLv3+

| Description | La Banque Postale

| Capabilities | CapContact, CapDocument, CapProfile, CapBank, CapBankWealth, CapBankTransfer, CapBankTransferAddRecipient, CapCollection

| Installed | yes

| Location | https://updates.weboob.org/2.0/main/bp.tar.gz

| | | Configuration | login: Identifiant (default: )

| | password: Mot de passe (default: )

| | website: Type de compte (default: par)

| | request_information: None

| | code: None

| | resume: None`

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: weboob/weboob#414