-
-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
needs triageTo be triagedTo be triaged
Description
Describe the bug
I have folders of my pics into folders per each mobile I had in my past.
These are the folders with the number of files inside:
for i in /media/marco/Nuvola/files/Immagini/Foto/Cellulare/*; do echo -n "'$(basename "$i")': "; ls -1 "$i" | wc -l; done
'GT-I5500': 458
'LG G5 SE': 20704
'LG Optimus L9 II': 1183
'LG V30+': 29114
'Motorola v525': 690
'Nexus 4': 12125
'Nexus 5x': 2610
'Nexus 7': 166
'Ubuntu Phone': 37
'Vivo X60 Pro': 54404Now, while scanning I reach up to the LG V30+, and it stops after that (no error)... If I do manually scan the --path="Immagini/Foto/Cellulare/Vivo X60 Pro" nothing gets scanned and no error is returned.
So I don't know how to continue the scan since I do have newer pictures in that path, but none is actually shown
Steps To Reproduce
No response
Platform
- OS:
- Browser:
- Memories Version:
- Nextcloud Version:
- PHP Version:Screenshots
No response
Additional context
- Any errors in the JS console?
- Any errors in the Nextcloud server logs?
Metadata
Metadata
Assignees
Labels
needs triageTo be triagedTo be triaged