-
Notifications
You must be signed in to change notification settings - Fork 46
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
models.device.reboot errors with DeviceNotFound when the device is offline #649
Labels
Comments
thgreasi
added
breaking-change
bug
possibly-breaking-change
and removed
breaking-change
labels
Mar 19, 2019
Same for |
myarmolinsky
added a commit
that referenced
this issue
Nov 27, 2024
…`reboot` and `restartApplication` methods Resolves: #649 Change-type: major
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/supervisor/v1/reboot
is (atm) the only supervisor endpoint that we are doing.catch(notFoundResponse, treatAsMissingDevice(uuidOrId))
.We should not silence
Request error: No online device(s) found
what that's what is returned and still be able to properly detect DeviceNotFound errors both when calling it with an ID or UUID.The text was updated successfully, but these errors were encountered: