-
-
Notifications
You must be signed in to change notification settings - Fork 847
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
Fix markers ui bug #5671
Fix markers ui bug #5671
Conversation
@skier233 I moved |
Looks good. Originally the async was needed when it was using the other hashing lib and the hashing call in that lib was async but I guess that's no longer needed after that lib got swapped out. |
I just had a chance to test the new dev build and although it seems better (there is less phantom markers) clicking it fast still seems to induce the bug. Figure since your mind space is still here, I'd let you know. Here is a theory though possibly specific to my use case: is it possible the signal being listened to clear markers isn't being received if the file isn't accessible ("No such file or directory" due to being on an external drive not plugged in?) I didn't have time to fully test this theory but it's possible. Note I appreciate any work at all on this really, so thanks really. It's overall a really cool marker/video feature (for reasons past the main utility of this software. Well done On that note, related here: @WithoutPants : when an external hard drive is not present (and the file is not playable), the way the software works currently is that it repeatedly dumps out errors (The "No such file or directory" found one, until the page or video is left.) It just doesn't seem to like the correct implementation (nor intended) here and wanted to let you know of it as well as it might be linked to the above issue. I just confirmed the CPU usage of the browser is going through the roof when it happens so it's not ideal for that reason alone. Let me know if you'd like me to open up a dedicated issue or if its known already (I didn't know what to search) |
Please raise a separate issue for this. I'm not aware any existing issue that covers this. |
Thanks for opening those issues. I just posted the one about the looping file reads 👍 |
Fixes the bug found here: #5633 (comment)