ubank
ubank copied to clipboard
Passkey authentication seems to be failing again
Python script no longer works
Had setup for balances.py previously that is no longer working, with 403 error.
Running ubank.py, here is the console output:
Enter ubank password:
Traceback (most recent call last):
File "*****************/ubank.py", line 884, in <module>
cli()
File "***********/ubank.py", line 875, in cli
passkey = add_passkey(
^^^^^^^^^^^^
File "*****************/ubank.py", line 671, in add_passkey
).raise_for_status()
^^^^^^^^^^^^^^^^^^
File "**************************python3.12/site-packages/httpx/_models.py", line 829, in raise_for_status
raise HTTPStatusError(message, request=request, response=self)
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.ubank.com.au/app/v1/welcome'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access "http://api.ubank.com.au/app/v1/welcome" on this server.<P>
Reference #18.c9b42e17.1762601340.eae9ae46
<P>https://errors.edgesuite.net/18.c9b42e17.1762601340.eae9ae46</P>
</BODY>
</HTML>