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

TypeError: Cannot read properties of undefined (reading 'key') #2558

Open
DeanSabbah opened this issue Jul 26, 2024 · 6 comments
Open

TypeError: Cannot read properties of undefined (reading 'key') #2558

DeanSabbah opened this issue Jul 26, 2024 · 6 comments
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working

Comments

@DeanSabbah
Copy link

DeanSabbah commented Jul 26, 2024

Describe the bug
When entering the Unassigned faces in the photos/people tab, the console logs this error. I am using the Recognize app for facial recognition.

To Reproduce
Steps to reproduce the behavior:
While using the Recgnize app

  1. Go to Photos
  2. Click on People, then unassigned faces
  3. See error

Expected behavior
I assume the pictures should load and I should be able to manually assign the faces

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 11 23H2
  • Browser: Edge
  • Version of Edge: 126.0.2592.113

Browser log

TypeError: Cannot read properties of undefined (reading 'key')
    at ma (vue.runtime.esm.js:6466:15)
    at vue.runtime.esm.js:6844:25
    at w (vue.runtime.esm.js:6933:21)
    at vue.runtime.esm.js:6807:17
    at w (vue.runtime.esm.js:6933:21)
    at vue.runtime.esm.js:6807:17
    at w (vue.runtime.esm.js:6933:21)
    at ki.nodeOps [as __patch__] (vue.runtime.esm.js:7101:17)
    at e._update (vue.runtime.esm.js:3785:25)
    at o.r (vue.runtime.esm.js:3891:16)

Additional Context
After entering the unassigned faces tab, I can no longer change to any other tab within the Photos page (I can still switch to the files page).

@DeanSabbah DeanSabbah added 0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working labels Jul 26, 2024
@hook-365
Copy link

hook-365 commented Aug 5, 2024

I am receiving the same:
Screenshot 2024-08-05 at 4 35 29 PM

TypeError: Cannot read properties of undefined (reading 'key')
    at ma (vue.runtime.esm.js:6466:15)
    at vue.runtime.esm.js:6844:25
    at w (vue.runtime.esm.js:6933:21)
    at vue.runtime.esm.js:6807:17
    at w (vue.runtime.esm.js:6933:21)
    at vue.runtime.esm.js:6807:17
    at w (vue.runtime.esm.js:6933:21)
    at ki.nodeOps [as __patch__] (vue.runtime.esm.js:7101:17)
    at e._update (vue.runtime.esm.js:3785:25)
    at o.r (vue.runtime.esm.js:3891:16)

@Permanently
Copy link

Also getting this. Seeming to find that unassigned faces are also not showing whatsoever, although I'm unsure whether this is a photos issue or a recognize issue.

@DeanSabbah
Copy link
Author

I am almost certain that it is the photos app, as recognize works perfectly with the memories app.

@Permanently
Copy link

Good spot - just tried this myself. 100% the photos app.

@justwiebe
Copy link

For additional context, it looks like it happens in VirtualScrolling.vue#updateScrollPosition when you reach the bottom of the preloaded content
image

@justwiebe
Copy link

justwiebe commented Sep 3, 2024

I don't know if this is related, but if I click on an image in "Unassigned Faces" to preview it, I get another undefined error:
image
Edit: I see this was fixed in #2468 but I don't have that change, so I think I just need to upgrade my version for that

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
Projects
None yet
Development

No branches or pull requests

4 participants