Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable version lookup fix #37

Merged
merged 6 commits into from
Aug 16, 2023

Conversation

iLLiCiTiT
Copy link
Member

Changelog Description

Fixed issues with lookup for version of AYON launcher.

Additional info

Stored launcher versions are validated once in 2 days. The validation happens automatically on launch. When existing version of AYON launcher is found out, the launcher must contain version.py with correct version -> in other word version in metadata has no value for automated lookup of AYON launcher versions. Cleanup function was fixed to work as expected.

The issue was that if anyone would start ayon from the same location and the launched version would not be demanded version by server, and the demanded version would point to the same executable, it would cause infinite start of ayon processes.

Testing notes:

Hard to tell how to test. %\Ynput\AYON\executables.json should contain less informarmation if there was before more of them.

Copy link
Member

@kalisp kalisp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be working, couldn't break it as before.

@kalisp kalisp assigned iLLiCiTiT and unassigned kalisp Aug 16, 2023
@iLLiCiTiT iLLiCiTiT merged commit 6d06dd9 into develop Aug 16, 2023
@iLLiCiTiT iLLiCiTiT deleted the bugfix/executable-version-lookup-fix branch August 16, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants