Skip to content

Anyone working on this? #4

@dbolser

Description

@dbolser

Here is a list of questions:

  • What is your place of birth?
  • What is the name of your first school?
  • What is the name of your secondary school?
  • What is your fathers's middle name?
  • What is your maternal grandfather's first name?
  • What is your maternal grandmother's first name?
  • What is your mother's middle name?

Which I filled in, but still not logging in:

Traceback (most recent call last):
  File "sample.py", line 19, in <module>
    for tx in account.getTransactions():
  File "/home/dbolser/Downloads/santander-api/src/Santander.py", line 148, in getTransactions
    soup = self._getViewTransactionsSoup()
  File "/home/dbolser/Downloads/santander-api/src/Santander.py", line 123, in _getViewTransactionsSoup
    self.cachedTransactionSoup = self._uncachedGetViewTransactionsSoup()
  File "/home/dbolser/Downloads/santander-api/src/Santander.py", line 115, in _uncachedGetViewTransactionsSoup
    self._loginAndOpen('https://retail.santander.co.uk/EBAN_Accounts_ENS/BtoChannelDriver.ssobto?dse_operationName=ViewTransactions')
  File "/home/dbolser/Downloads/santander-api/src/Santander.py", line 106, in _loginAndOpen
    assert 'formCustomerID_1' not in [x.name for x in list(br.forms())], "Login probably failed"
AssertionError: Login probably failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions