-
Notifications
You must be signed in to change notification settings - Fork 46
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
Cannot view pictures, stuck with waiting screen #1109
Comments
Hello 👋 Thank you for taking the time to open this issue with recognize. I know it's frustrating when software I look forward to working with you on this issue |
Here is the error log:
|
I have the same problem but my logs are different.
I also notice that I can't open photos in other tabs like "Shared with you" or "Folders" (no problem with the "Photos" tab though). Do you also have these problems or are they confined to "Persons"? |
I've also got this issue, might possibly also be related to #1102. When clicking on a photo:
Randomly when loading more photos/scrolling:
|
Same issue here (in Firefox or Chrome browser):
|
fixes nextcloud/recognize#1109 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Will be fixed in the next photos releases |
fixes nextcloud/recognize#1109 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
fixes nextcloud/recognize#1109 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
fixes nextcloud/recognize#1109 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
fixes nextcloud/recognize#1109 Signed-off-by: Marcel Klehr <mklehr@gmx.net> [skip ci]
fixes nextcloud/recognize#1109 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
fixes nextcloud/recognize#1109 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
fixes nextcloud/recognize#1109 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
fixes nextcloud/recognize#1109 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Which version of recognize are you using?
6.1.0
Enabled Modes
Object recognition, Face recognition
TensorFlow mode
Normal mode
Downstream App
Photos App
Which Nextcloud version do you have installed?
28.0.3
Which Operating system do you have installed?
Ubuntu 22.04
Which database are you running Nextcloud on?
Maria DB?
Which Docker container are you using to run Nextcloud? (if applicable)
No response
How much RAM does your server have?
12 GB
What processor Architecture does your CPU have?
x86_64
Describe the Bug
I cannot view the fotos in people part of photos app. It works fine in all other view, like album, usual photos view, but not with faces in the people part. It stucks with the black waiting screen, while trying to load the picture in large view.
I made some changes in Config.php, I do not know, whether this matters.
'preview_max_x' => 1024,
'preview_max_y' => 1024,
'preview_max_scale_factor' => 1,
'enable_previews' => true,
'enabledPreviewProviders' =>
array (
0 => 'OC\Preview\Image',
1 => 'OC\Preview\Movie',
2 => 'OC\Preview\TXT',
),
I think it worked before that, but I am not sure.
Important point is from my view, that when I copy the link of the picture and paste it in a new tab, it works. Link looks like:
https://mydomain.de/index.php/apps/photos/api/v1/preview/4306074?etag=659d51801049d&x=512&y=512
Don't know, how to discribe this further, write, if there are more questions.
Expected Behavior
Work like the other part of the photos app
To Reproduce
Don't know, maybe configure the preview, like I have.
Debug log
No response
The text was updated successfully, but these errors were encountered: