Comment on To those using Tube Archivist, does it often freeze for you too?
scrubbles@poptalk.scrubbles.tech 4 months agoWeird 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.