Hi guys!
I am no expert at this stuff but have followed the guides and managed to get Ayon server running, built Launcher successfully using git and the guides, and uploaded the installler (and .json file) to the server.
Have uploaded the integration zips to the server as well and created a bundle as recommended.
But when I try and run Launcher, I get an error saying “Dependancy package is missing or incompatible with available addons”
Have tried running ayon_console.exe - but get no other info regarding the error.
Any assistance with getting this resolved would be greatly appreciated.
I built both launcher 1.0.0-beta.5 and beta 6, but still get the error message.
I guess the issue here is - how do I create/find that dependency package?
I looked through the docs and readme files on github, but could not seem to find info on where that would be generated…
I’m experiencing the same error, but dependency package is assigned to bundle.
I ran ayon-dependencies-tool in Windows Sandbox successfully, and it uploaded a dependency package, which I assigned to a new Bundle.
When I ran Ayon Launcher, it then correctly gave me an “updating” prompt, and I can confirm it downloaded the dependency package to the appdata, next to the previous (default) dependency package.
Then I get the same error as described above.
Its hard to diagnose what is going wrong here…
Can you guys confirm that ayon-dependencies-tool is still working on your end?
We’re moving dependencies from ayon-launcher to OpenPype addon. There is a chance that you’ve hit incompatible versions of them, or you’ve used older version of dependencies tool.
I have the same issue, I pull the repo down, and it needs me create an .env file, which encompass AYON_API_KEY=
AYON_SERVER_URL=
But I can’t find the api key, where to find it? Do I need to create an service user ?
Just to be complete - if you’ve used Ayon docker and didn’t customize anything then the default ‘template settings’ it applies are defined in ayon-docker/settings/template.json which shows a default service user getting created:
I have recently cloned the docker repo here and brought it online no problem. I connected fine and setup my admin user through the web ui.
I cloned the ayon-launcher repo and built my launcher. I cloned the ayon-dependencies-tool repo and set the env as you said here but Im getting a “Missing or Invalid authentication token” error when running .\start.ps1 create -b NewBuild. I’m not changing or moving the template.json file you linked, Im worried this file does… nothing? I am prompted to create my own admin user, as I said, so is this template admin and service are just being ignored?