-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
LibrePhotos window goes blank while scrolling through photos #636
Comments
I had the same problem in my collection and did a little digging: I first observed that it was happening consistently at the same position so I hypothesized that it was a particular image that trying to display that caused the problem. I narrowed it down to a particular month using the search feature. It would reliable occur searching for that month unless I used a really small screen that fit fewer images, where I would need to scroll down first. That seemed to confirm it was a problem image. I then took to developer tools and pulled the item object that was causing the error in Video Overlay (see below). The item has video type but video_length is
Investigating the actual images from that month I found that I had a single .wmv video - the only one in my library (the rest being mp4s). I suspected this may have been the cause so moved it out of the librephotos folder and rescanned to remove the one missing image. This resolved the problem. I then converted that video to mp4 with ffmpeg and re-added it and I can now scroll my entire library without a whitescreen. Would be interested to know if @millercentral also has a WMV file in their library or if there is a different culprit in their case. Looking at the github copy of VideoOverlay.tsx it looks like this might have already been addressed in 5a6a399? The added check on |
Yes, I pushed an update. I think you are using an older docker image, which doesn't include the fix. Thanks for the thorough explanation and the debugging :) |
I can confirm this no longer repros, thank you! Is there a better tag to use for my docker config? I don't mind being bleeding edge. |
If you use the docker-compose setup, then you can switch to the dev tag. The dev tag is always on the latest commit, which means it updates frequently :) |
π Bug Report
log
filesπ Description of issue:
I'm a new user of LibrePhotos having freshly installed via docker and indexed my photo collection this weekend. Everything appears to have worked correctly, just over 42,000 images total.
On any browser on either mac or pc (haven't tried mobile), when scrolling through the main collection of photos, approximately 10 "pages" down the entire window immediately goes white. When this happens the browser developer console reports the following errors (see attached screenshot):
If I use the browser scroll bar to scroll far down the page before hitting the issue, it appears I can then browse the rest of the collection, so it seems tied to a specific part of the collection near the top.
π How can we reproduce it:
I can provide you access to my install/collection, just dm me if needed.
Please provide additional information:
logs.zip
Screen.Recording.of.bug.mp4
The text was updated successfully, but these errors were encountered: