Closed jtalier closed 2 years ago
Bug was fixed in f387d536a89b1913d53d51d7c5b75d719696679b. Issue arose while attempting to send avionics mappings to the server for logging when starting a campaign. This issue would only arise in the specific case that an object had no avionics_board attached but did have a channel. In that case a check for channel would pass but would then crash when trying to get the board prefix of 'Undefined'. Added in an extra check to make sure the board was defined to solve the issue. Commit f102c310c8e09c5ae0f91e5f48ea185e91d3a142 should now prevent an object having a channel with no board. Since this issue only exists on JackDoingSomeWork, it will be closed.
In GitLab by @nkalan on Feb 20, 2022, 15:20
Bug with starting campaign: Cannot start a campaign under certain conditions.
Recreating the bug:
Using the following configuration file, which was made earlier in the day on the same GUI version