Thread exception when switching video file #59
-
Hi Paul, I have seen other people with the same problem, but cannot seem to solve it. I am curretly coding a videoplayer GUI that is able to switch to previous and next videos through buttons. When the Next or Previous buttons are pushed once the video is finished, no error comes up. But when the Next or Previous button interrupt the video playing, I get this error:
I have tried adding after(), and it helps (in the sense that the video player no longer freezes), but I still get the error message. Thanks in advance for your precious help, Mathilde :) PS: here is a reproducible example:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey thanks @matou1604 , it's actually a bug, it might take some time to fix, since I'll be busy for next couple of months. Once I find time, I'll fix it up along with some features. Until then use a workaround mentioned here:#54 Thanks! |
Beta Was this translation helpful? Give feedback.
Hey thanks @matou1604 , it's actually a bug, it might take some time to fix, since I'll be busy for next couple of months. Once I find time, I'll fix it up along with some features. Until then use a workaround mentioned here:#54
Thanks!