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

Isar mission run sometimes is not yet created when receiving task status #1604

Open
andchiind opened this issue Jun 5, 2024 · 1 comment
Labels
backend Backend related functionality bug Something isn't working stale This issue or pull request already exists

Comments

@andchiind
Copy link
Contributor

Describe the bug
In the screenshot, the LogWarning line is sometimes reached. This is likely due to the mission run not being updated in the database at the point in time when the first task update is received from ISAR, causing it to not find the mission run. This causes it to send a value of null to signalR, in turn causing an error in the frontend. This should be handled better, and at the very least we should not send a null value for the mission run to the frontend.

To Reproduce
Running missions with isar_robot where the first task finishes quickly.

Expected behavior
The mission run value sent to signalR should never be null.

Screenshots
image

@aeshub
Copy link
Contributor

aeshub commented Aug 10, 2024

This issue has automatically been marked as stale as there has been no activity for 60 days.

@aeshub aeshub added the stale This issue or pull request already exists label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related functionality bug Something isn't working stale This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants