AYON Desktop 1.1.1 on Rocky Linux: KeyError 'token' and no Access Token option in UI

Hi everyone,

I’m running the AYON Desktop App (v1.1.1) on Rocky Linux 9, connecting to an AYON Server (v1.10.1).

Everything had been working perfectly for a long time — both the Desktop App and the Server — until I updated to the latest versions. After the update, the desktop app now fails to start and throws the following error:

Traceback (most recent call last):
  File "__startup__.py", line 120, in run
  File "console.py", line 16, in run
  File "start.py", line 1050, in <module>
  File "start.py", line 1032, in main
  File "start.py", line 744, in process_uri
KeyError: 'token'

I tried setting the AYON_TOKEN environment variable manually, but it didn’t work.

The server appears to be running normally, and nothing else seems obviously broken.

So again, this used to work fine — the issue only started after the last update.

I’d really appreciate any help.

Thanks so much in advance!

Daniel

The start.py comes from the AYON launcher - in this case, I’d recommend updating the Launcher to the latest, e.g. 1.3.2. You can download them here if they are not yet in a pipeline release bundle.

Note: the pipeline release from +/- 20 days ago should contain launcher 1.3.2 as well.

Oh, I somehow missed the fact that there’s a new launcher :see_no_evil: I’ll try it when I’m back at the studio. Thank you very much for the fast reply!

It worked, thanks again :heart_hands: