-
Notifications
You must be signed in to change notification settings - Fork 30
[Bug] I can't play video #146
Comments
Can you post a clip of that happening? And also which device/os are you using? |
km_20211022-1_720p.mp4Here's the clip sir. And im running on custom rom (Corvus OS) |
Weird issue, don't know what causes this honestly. |
I can reproduce it as well, will try to investigate later. |
Do you have any steps to reproduce? I tried but cannot seem to reproduce. |
It seems to be related to Force Landscape option in settings, it happens only when it is enable. |
Huh? I've already have it enabled and seems to work. I'll try to repro it somehow. |
The only part I can think of that may be causing this is inside if (value is extensions.EpisodeSource) {
final int index = sources!.indexOf(value);
if (index >= 0) {
setPlayer(index);
}
} else if (currentIndex == null) {
pop();
} |
Are you able to reproduce it consistently? |
I could easily mock it, if that's the case, will try tomorrow. |
Yes, it happens every time. |
Are you in debug mode? I still don't know if that causes it. The dialog should appear even if there is no sources and it's cannot be dismissed until something is selected. Also it doesn't seem to even switch to watch page completely. |
Nope, I just checked in release apk. And yes, it seems that the sources dialog is shown and then the page is popped, before switching to watch page completely. |
Happens on windows too if start fullscreen is enabled as well. |
Do you have any specific repro steps? I've tried enough but wasn't able to reproduce. |
I just downloaded and installed fresh. Tried to play a video, and it would autoclose the video in a similar fashion to the android video. Disabled the Auto Anime Fullscreen option and it works fine. I can manually enter fullscreen perfectly fine. |
Can you send the logs from |
Re-enabling causes it to work perfectly. Perhaps its something to do with how its initialized on first install? |
On windows only, right? Here on Android this keeps happening... Edit: now it's working on android here too, what? Lmao |
Seems weird, the log says there was error when |
So re-enabling fixed it? That's so weird. |
Maybe we can solve this wrapping the setState with Widgets.instance!.addPostFrameCallback() |
Yes and no, it did work on the emulator but on the latest release apk it keeps happening |
|
Also, why does it only occur only the first time but doesn't happen after re-enabling? 🤔 So it shouldn't be relevant to it imo. |
Agreed, I couldn't find any clues so far... |
Are you still facing this issue? |
still facing the issue when force auto-landscape is enabled |
Video player automatically exits when watching anime.
Current workaround: disabling auto fullscreen and auto vertical.
The text was updated successfully, but these errors were encountered: