-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels