Skip to content
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

The photo preview stops working when scrolling #888

Open
Apodeze opened this issue Sep 18, 2021 · 4 comments
Open

The photo preview stops working when scrolling #888

Apodeze opened this issue Sep 18, 2021 · 4 comments
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working performances Performances issues and optimisations

Comments

@Apodeze
Copy link

Apodeze commented Sep 18, 2021

Describe the bug
The photo preview stops working when you scroll up or down. Empty fields appear, the navigation menu (my photos, your videos, favorites, your catalogs given to you, photos with tags) of the application stops responding (need to refrash page). Possibly manifests itself when the number of photos is more than 100 pieces.

To Reproduce
Steps to reproduce the behavior:

  1. Go to photo app
  2. Scroll up or down
  3. See error

Screenshots
If applicable, add screenshots to help explain your problem.

изображение

изображение

Browser log

Please do NOT wait for the DOMContentLoaded before registering your viewer handler viewer-main.js:2:618196
    handlers https://***/apps/viewer/js/viewer-main.js?v=6e6d3321-11:2
    Ye https://***/apps/viewer/js/viewer-main.js?v=6e6d3321-11:2
    run https://***/apps/viewer/js/viewer-main.js?v=6e6d3321-11:2
    yn https://***/apps/viewer/js/viewer-main.js?v=6e6d3321-11:2
    it https://***/apps/viewer/js/viewer-main.js?v=6e6d3321-11:2
    et https://***/apps/viewer/js/viewer-main.js?v=6e6d3321-11:2
TypeError: t is undefined
    ur https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    C https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    C https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    C https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    C https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    gi https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    _update https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    r https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    get https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    run https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    gn https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    ie https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    Kt https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    promise callback*Zt https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    ie https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    update https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    update https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    notify https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    set https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    set https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    computeContainerData https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    loadMoreDataAsync https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    loadMoreData https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    scroll https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
photos-main.js:2:1956105
    $t https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    Qt https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    Gt https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    ie https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    Kt https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    (Асинхронный: promise callback)
    Zt https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    ie https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    update https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    update https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    notify https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    set https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    set https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    computeContainerData https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    loadMoreDataAsync https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    loadMoreData https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
    scroll https://***/apps/photos/js/photos-main.js?v=6e6d3321-11:2
Error: Promised response from onMessage listener went out of scope 4 ci.bg.pack.js:213:27
Error: Promised response from onMessage listener went out of scope 2 common.js:4:491
Error: Promised response from onMessage listener went out of scope

OS: Raspbian GNU/Linux 10 (buster)
nextcloud ver. 22.1.1
php ver. 8.0.10
nginx version: nginx/1.14.2
photo ver. 1.4.0

@Apodeze Apodeze added 0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working labels Sep 18, 2021
@cike76
Copy link

cike76 commented Feb 23, 2023

Isue still happening
Photo attached with hundreds of images left to preview
Photos version 2.0.1
This issue makes browsing Folders section just impossible on big folders
imagen

@Habraten
Copy link

Habraten commented May 12, 2023

Photos version 2.2.0
Nextcloud 26.0.1
The same problem. Is there any solution for today?
In folder more then 600 photos.
video

@joshtrichards
Copy link
Member

To those reporting this issue:

@joshtrichards
Copy link
Member

Possibly related: #1131

@joshtrichards joshtrichards added the performances Performances issues and optimisations label Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working performances Performances issues and optimisations
Projects
None yet
Development

No branches or pull requests

4 participants