ubank icon indicating copy to clipboard operation
ubank copied to clipboard

Passkey authentication seems to be failing again

Open thede3jay opened this issue 2 months ago • 1 comments

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&#58;&#47;&#47;api&#46;ubank&#46;com&#46;au&#47;app&#47;v1&#47;welcome" on this server.<P>
Reference&#32;&#35;18&#46;c9b42e17&#46;1762601340&#46;eae9ae46
<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;c9b42e17&#46;1762601340&#46;eae9ae46</P>
</BODY>
</HTML>

thede3jay avatar Nov 08 '25 11:11 thede3jay