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

Player stops opening after a while #64

Closed
chimlm opened this issue Apr 30, 2020 · 3 comments
Closed

Player stops opening after a while #64

chimlm opened this issue Apr 30, 2020 · 3 comments
Labels
is: bug Something isn't working

Comments

@chimlm
Copy link

chimlm commented Apr 30, 2020

The link on the thumb tiles representing downloaded videos supposed to open the player page for it. That works for a few times. At some point clicking on them the browser is doing nothing. When this happen it happens to all videos no matter played before or not. Used latest version of Firefox and Edge on Windows 10. I try the Firefox inspector and it seems the browser is sending a getMP4 request, gets a 304, then sit still. When this work normally the browser will sent a POST to /api/getMP4 with an uuid parameter; when things get stuck only GET /api/getMP4 is sent with same apiKey no uuid.

@Tzahi12345
Copy link
Owner

I think I may be replicating this. Is multi-download mode on when it fails? Whenever I enable it, I'm unable to navigate to videos.

@chimlm
Copy link
Author

chimlm commented Apr 30, 2020

yes, it seems selecting the multi-download checkbox with also disable the video player. Hope this is a easy fix.

@Tzahi12345 Tzahi12345 added the is: bug Something isn't working label Apr 30, 2020
@Tzahi12345
Copy link
Owner

It was quite easy to fix actually, you can view the relevant commit here.

You can test out the fix in the latest nightly Docker builds or wait until the next update, Anyways, thanks for bringing up this bug! I'll go ahead and close this issue.

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

No branches or pull requests

2 participants