You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Expected behavior
Installer disregards non-selection of track or automatically selects 1st choice if correct track cannot be determined
Steps to reproduce
have source in install.json which does not match any track url in installer-data config
try to install/update simBridge dependent addon (fails)
restart Installer
select simBridge and select track
install/update simBridge dependent addon
References (optional)
No response
Additional info (optional)
No response
Discord Username (optional)
foxtrotsierra
The text was updated successfully, but these errors were encountered:
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.
Expected behavior
Installer disregards non-selection of track or automatically selects 1st choice if correct track cannot be determined
Steps to reproduce
References (optional)
No response
Additional info (optional)
No response
Discord Username (optional)
foxtrotsierra
The text was updated successfully, but these errors were encountered: