WebUI slow loading after fast scrolling the videos
Hello. I've been scrolling the videos in video section by clicking (or holding) the right arrow key. after a while video thumbnail won't load so i decided to refresh (F5) it and after that loading too long, i decided to go to base domain to just load the main page of Immich. Even that took a long time so i checked logs and found this spammed in console
15 Replies
Which video section is this?
Explore tab -> Video Category at the bottom
Is this just one time occurence? Can you reproduce it multiple times?
i'm going to try
turns out it's making the same error even if i'm randomly playing with immich web ui
the error in the log you see can be ignore
but when i did a refresh on a video from that Video category i got this error this time
it is just notify the video stream hasn't finished
like this right?

yup
yeah we don't have a hard route to handle direct navigation to that path
so the route is randomly generated for the same video each time?
not really, it is a client side component that we overlay on top of the search result page
right
we might circle back to these scenarios to handle hard routing for all views
but it is more complex since to enable navigation you will have to know which context the assets are view from (i.e from search result, from album, from timeline) to load the previous and next assets
yup. It's clearly not a priority right now. And it shouldn't be. There are bigger issues / features that would need to get done first.
Closing this for now.