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

Fix arguments to setTimeout for reattempting moving temp task files #215

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

Ooglely
Copy link
Contributor

@Ooglely Ooglely commented Apr 3, 2024

The arguments to setTimeout in createTask are flipped, the callback should go first, then the delay. This was causing tasks to fail on my VM, as it would only attempt to move the files once before setTimeout would call an exception. It also would not display an error on WebODM, causing the progress bar to hang at Sending images to processing node..., now the error should successfully show after 20 retries.

#200 was also having this issue

@pierotofy
Copy link
Member

Nice catch @Ooglely , thanks for the patch!

@pierotofy pierotofy merged commit 726e02c into OpenDroneMap:master Apr 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants