release: 0.16.1 - #106
Merged
Merged
Conversation
Three fixes, all cases where the CLI knew what had gone wrong and reported something else. - A failed single-file vod download reported the hint reserved for an empty stream — advice about battery cameras behind a hub — instead of the device's error, because the reader stopped at the skip marker that precedes it (reolink#105). - "Recording not found" now names the channel it searched, and the channel the recording name points at. - Aliases carrying both a host and a uid could not use snapshot, preview or vod download at all: login routed by uid, the media URL named the IP, and the gateway rejected its own token. - Preview no longer dies ~11s in on battery devices; the heartbeat answer lived in only one of the two receive loops. Artifacts built external (LAN-only, no P2P) for all 8 platforms; the P2P fingerprint gate reports clean on every one, and checksums/v0.16.1.sha256 comes from the build machine.
reolink-net
approved these changes
Sep 4, 2026
reolink-net
left a comment
Collaborator
There was a problem hiding this comment.
Release sync verified: 8 external artifacts, P2P gate clean on all, checksums from the build machine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three fixes, all cases where the CLI knew what had gone wrong and reported something else.
vod downloadreported the hint reserved for an empty stream — advice about battery cameras behind a hub — instead of the device's error, because the reader stopped at the skip marker that precedes it (How do actually download file? Responses are vague at best. #105). Reproduced on a Home Hub with a name that does not exist: one name gave the battery text, two names (the batch path) gavedevice rejected command 14 (400).hostand auidcould not usesnapshot,previeworvod downloadat all: login routed by uid, the media URL named the IP, and the gateway rejected its own token withtoken does not match host. Not a regression.Artifacts built external (LAN-only, no P2P) for all 8 platforms; the P2P fingerprint gate reports clean on every one, and
checksums/v0.16.1.sha256comes from the build machine.