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

SimBridge dependant addons cannot install/update when SimBridge is installed, but track is unknown. #475

Open
FoxtrotSierra6829 opened this issue Sep 8, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@FoxtrotSierra6829
Copy link
Member

Installer Version

v3.4.0

Describe the bug

Edge case discovered while experimenting, SimBridge was downloaded using a URL which is not in the presently used installer-data config. The installer couldn't automatically determine the correct track for SimBridge, which made the update of the A32NX stuck due to an uncaught promise.
renderer.js:14 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'url')
Selecting a track for SimBridge manually before starting the download fixes the issue.

grafik

Expected behavior

Installer disregards non-selection of track or automatically selects 1st choice if correct track cannot be determined

Steps to reproduce

  1. have source in install.json which does not match any track url in installer-data config
  2. try to install/update simBridge dependent addon (fails)
  3. restart Installer
  4. select simBridge and select track
  5. install/update simBridge dependent addon

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

foxtrotsierra

@FoxtrotSierra6829 FoxtrotSierra6829 added the Bug Something isn't working label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant