Comment on To those using Tube Archivist, does it often freeze for you too?
Showroom7561@lemmy.ca 4 months agoSynology DS920+ as a docker container.
The freezing doesn’t happen all the time, but often enough that I needed to ask! LOL
Just to reiterate, the video will continue to play, but the actual interface is frozen, so I can’t pause or change the volume. A page refresh fixes the problem, sometimes for the remainder of the video, or for less than a minute. It’s totally random.
scrubbles@poptalk.scrubbles.tech 4 months ago
Weird for the UI to be crashing, it’s all javascript, once it’s loaded in your browser it’s loaded. Are there any extensions that are causing issues? Anything in the browser console? Network calls hanging?
Showroom7561@lemmy.ca 4 months ago
Very doubtful, as I’ve tried this on vanilla installations of various browsers.
Now that I check, I do see some DOM exception errors in the console, which seems to happen when the UI freezes.
The errors come up after I’m able to interact with the UI (video remains playing throughout):
Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user’s request.
This might be the first place I should look to find a solution.