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
Here is a list of questions:
Which I filled in, but still not logging in: