Open
Description
openedon Nov 4, 2024
Expected behavior:
An error should be displayed if an invalid session id is placed into the URL.
Current behavior:
A "valid" but empty screen is shown.
If you remove any of the other query params, you get an error saying they are invalid.
Bug details:
- Teleport version - 17
- Recreation steps - Copy a valid session recording URL and update the sid to something invalid (123).
- Debug logs
The logs do display a session wasn't found
Original Error: *interceptors.RemoteError a recording for session 40c-ad27-446d-b121-ef338c340 was not found
Stack Trace:
github.com/gravitational/teleport/api@v0.0.0/client/client.go:2448 github.com/gravitational/teleport/api/client.(*Client).StreamSessionEvents.func1
runtime/asm_arm64.s:1223 runtime.goexit
User Message: a recording for session 40c-ad27-446d-b121-ef338c340 was not found] player/player.go:200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment