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