Linking EA App broken

I am able to install, launch, and play games via the EA App, but linking my account in Lutris provides the following error. I’ve checked github and the issues there seem to state the issue was fixed.
I have used the default wine runner that I had originally used which was 8.x after reading another post I upgraded the default runner to 10.8-staging and reinstalled EA App. Still able to launch and play games from the EA App, but no dice with the account linking.

Anyone have any ideas? Would be nice if I could just make an issue ticket on the github, but alas

Log:

'NoneType' object has no attribute 'find'

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/lutris/util/jobs.py", line 30, in target
    result = self.function(*a, **kw)

  File "/usr/lib/python3/dist-packages/lutris/services/base.py", line 144, in do_reload
    self.load()

  File "/usr/lib/python3/dist-packages/lutris/services/ea_app.py", line 258, in load
    user_id, _persona_id, _user_name = self.get_identity()

  File "/usr/lib/python3/dist-packages/lutris/services/ea_app.py", line 253, in get_identity
    persona_id = ea_account_info.find("user").find("personaId").text

AttributeError: 'NoneType' object has no attribute 'find'

Lutris log:
[INFO:2025-08-13 18:42:17,917:application]: Starting Lutris 0.5.18
[INFO:2025-08-13 18:42:17,943:startup]: "card1" is AMD Radeon RX 7800 XT (1002:747e 1458:2413 amdgpu) Driver 25.0.5
[INFO:2025-08-13 18:42:25,386:shortcut]: Removing Steam shortcut for EA App (wine)
[INFO:2025-08-13 18:43:29,958:file_box]: Download completed
[INFO:2025-08-13 18:43:29,958:files_box]: All files available
[INFO:2025-08-13 18:43:29,958:installerwindow]: All files are available, continuing install
[INFO:2025-08-13 18:43:29,958:installerwindow]: Launching installer commands
[INFO:2025-08-13 18:43:30,024:wine]: Creating a win64 prefix in /home/USER/Games/ea-app
[INFO:2025-08-13 18:43:30,024:wine]: Winepath: /home/USER/.local/share/lutris/runners/wine/wine-10.8-staging-x86_64/bin/wine
[INFO:2025-08-13 18:43:40,927:wine]: win64 Prefix created in /home/USER/Games/ea-app
[ERROR:2025-08-13 18:46:06,419:jobs]: Error while completing task <function BaseService.start_reload.<locals>.do_reload at 0x79d272b08700>: <class 'AttributeError'> 'NoneType' object has no attribute 'find'
[ERROR:2025-08-13 18:50:01,323:jobs]: Error while completing task <function BaseService.start_reload.<locals>.do_reload at 0x79d2789be3b0>: <class 'AttributeError'> 'NoneType' object has no attribute 'find'
[ERROR:2025-08-13 18:51:24,598:jobs]: Error while completing task <function BaseService.start_reload.<locals>.do_reload at 0x79d288758280>: <class 'AttributeError'> 'NoneType' object has no attribute 'find'
[ERROR:2025-08-13 18:53:07,972:jobs]: Error while completing task <function BaseService.start_reload.<locals>.do_reload at 0x79d272b08d30>: <class 'AttributeError'> 'NoneType' object has no attribute 'find'
[ERROR:2025-08-13 18:53:15,988:jobs]: Error while completing task <function BaseService.start_reload.<locals>.do_reload at 0x79d2789bf130>: <class 'AttributeError'> 'NoneType' object has no attribute 'find'