Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Igniter version resolution doesn't consider it's own version #1505

Closed
mkolar opened this issue May 13, 2021 · 0 comments · Fixed by #1513
Closed

Igniter version resolution doesn't consider it's own version #1505

mkolar opened this issue May 13, 2021 · 0 comments · Fixed by #1513
Labels
type: bug Something isn't working

Comments

@mkolar
Copy link
Member

mkolar commented May 13, 2021

Describe the bug
We can technically update OpenPype in two ways. Supply only the updated repositories in a .zip, or supply full new binary of the igniter as well.

The problem is that when igniter decides which version of repos to actually run it doesn't consider itself as one of those versions, which can result in very confusing version resolution.

To Reproduce

  1. clear out all cached openpype versions from ~\AppData\Local\pypeclub\openpype (if running windows)

  2. Install OpenPype (let's say version 3.0.0-rc.1)

  3. Put newer zips into our appdata folder mentioned above (3.0.0-rc.2 and 3.0.0-rc.3)
    At this moment if you run OpenPype from program files, it will pick up 3.0.0-rc.3 because it's the latest in the appdata

  4. Reinstall OpenPype in program files with newer version 3.0.0-rc.4

Now when you run OpenPype it will still pick up 3.0.0-rc.3 even though logic dictates, that 3.0.0-rc.4 should be chosen instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant