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

Bug: Password protected videos don't play #670

Closed
mja00 opened this issue Jan 20, 2025 · 2 comments · Fixed by #683
Closed

Bug: Password protected videos don't play #670

mja00 opened this issue Jan 20, 2025 · 2 comments · Fixed by #683
Labels
bug Something isn't working

Comments

@mja00
Copy link

mja00 commented Jan 20, 2025

What happened?

When uploading a video if you protect it with a password, it will not play once you enter the password.

I've tested this with .mov files, which'll play automatically if I don't password protect it but once I do the video gets stuck with an empty video player.

Image

Version

latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)

What browser(s) are you seeing the problem on?

Chromium-based (Chrome, Edge, Brave, Opera, mobile chrome/chromium based, etc)

Zipline Logs

2025-01-20 01:32:00,859 PM info  [login] User mja00 (1) logged in
2025-01-20 01:32:29,177 PM info  [folders] Created folder "Sussy" for user mja00 (1)
2025-01-20 01:33:52,496 PM info  [upload] User mja00 (1) uploaded IMG_0190.mov (11748)
2025-01-20 01:33:58,668 PM info  [url] view
2025-01-20 01:34:04,507 PM info  [folders] Added file "IMG_0190.mov" to folder "Sussy" for user mja00 (1)
2025-01-20 01:34:21,418 PM info  [url] view
2025-01-20 01:34:36,517 PM info  [url] view
2025-01-20 01:34:43,983 PM info  [url] view
2025-01-20 01:36:34,265 PM info  [url] view
2025-01-20 01:36:48,928 PM info  [exif] mja00 (1) requested to read exif metadata for image IMG_0190.mov (11748)
2025-01-20 01:36:59,482 PM info  [files] User mja00 (1) deleted an image IMG_0190.mov (11748) owned by mja00 (1)
2025-01-20 01:37:05,803 PM info  [upload] User mja00 (1) uploaded IMG_0190.mov (11749)
2025-01-20 01:37:17,451 PM info  [url] view
2025-01-20 01:37:42,737 PM info  [files] User mja00 (1) deleted an image IMG_0190.mov (11749) owned by mja00 (1)
2025-01-20 01:38:13,464 PM info  [upload] User mja00 (1) uploaded IMG_0190.mov (11750)
2025-01-20 01:38:19,723 PM info  [url] view
2025-01-20 01:38:42,840 PM info  [url] view
2025-01-20 01:39:40,508 PM info  [upload] User mja00 (1) uploaded ef790041-03f1-4743-a32a-2e6f3e16bef4.png (11751)
2025-01-20 01:40:24,413 PM info  [url] view

Browser Logs

GET http://192.168.50.30:8092/r/IMG_0190.mov?compress=false 403 (Forbidden)

Additional Info

I'm assuming the native video player in browsers tries to play the video, gets 403, and then doesn't attempt to retry after entering the password.

@mja00 mja00 added the bug Something isn't working label Jan 20, 2025
@diced diced closed this as completed in #683 Feb 3, 2025
@diced
Copy link
Owner

diced commented Feb 3, 2025

should be fixed 1febd5a

@mja00
Copy link
Author

mja00 commented Feb 3, 2025

Awesome, I use Unraid for this, should I just point to the trunk docker image or wait for a new release on latest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants