Closed obelix05 closed 3 years ago
Hi @obelix05 I understand that this is working correctly. Can you see the original nextcloud tabs??? For example the sharing tab?
Can you check which version you have installed? and probably the browser and nextcloud logs would be useful here!. See that.. :wink:
Hi. Yes I can see the original tabs there. But the persons tab is missing. I have 0.7.2 installed. In the Nextcloud log was nothing interesting, but I will share them. How can I create a good browser log? I used the chrome developer tools and try to copy paste the output of the log. Is this the correct way?
I used the chrome developer tools and try to copy paste the output of the log. Is this the correct way?
Yes.. At least copy what seems relevant to you.. :thinking:
Ok, so here is the nexcloud.log:
and the (from my point of view) relevant browser logs
If I try to call the url from the log directly I get a "Access forbidden - CSRF check failed" error page and the response:
Could that be the problem?
btw: It is also not possible for me to search for recognized persons with the search functionality
The "no workspace file found" errors seems to be related to the Text-App (nextcloud/text #820). After disabling the App the error no longer occurs. So back to the start :-/ I have set a breakpoint in the chrome developer extension at personssidebar.js but it seems well executed. While debugging I have noticed the following errors, but I'm not sure if they are related to the persons tab.
In addition, I would like to mention, that I use Caddy v2 as proxy. The configuration looks like:
Any ideas?
Hi @obelix05 No, and it is very rare that no one else has reported it. :disappointed:
You can create me a test user in your nextcloud instance and send me the credentials to mati86dl at gmail com? With administrator permissions just to be able to evaluate the logs. :thinking:
I close it because according to what we saw in private it was an installation problem. :grinning:
May I ask what kind of problem is that? I seem have the same problem. I don't see persons tab in the sidebar.
I am using Nextcloud 27.1.4 Docker image.
Face recognition and model 4 are installed, and in settings the job is running.
Expected behaviour
I want to see the persons tab in the sidebar as described in the documentation Link. I'm sure that the face is detected because I clicked on the face in the Face Recognition tab.
Actual behaviour
No persons tab available :-/.
Steps to reproduce
Server configuration
Operating system: Docker on Linux 5.1.16 x86_64
Pdlib version: 1.0.2
How is DLib installed: installation via apache Dockerfile from iamklaus
How is PDlib installed: installation via apache Dockerfile from iamklaus
PHP version: 7.4.16
Web server: Apache
Database: mysql (Version: 10.5.9)
Nextcloud version: 20.0.8
Client configuration
Browser: Chrome 89.0.4389.90 (64-bit)
Operating system: Windows 10 20H2
Logs
Background task log with debug.
docker exec -it -u www-data nextcloud ./occ -vvv face:background_job
``` 1/10 - Executing task CheckRequirementsTask (Check all requirements) System: Linux System memory: 8156807168 PHP Memory Limit: 4294967296 2/10 - Executing task CheckCronTask (Check that service is started from either c ron or from command) 3/10 - Executing task LockTask (Acquire lock so that only one background task ca n run) 4/10 - Executing task DisabledUserRemovalTask (Purge all the information of a us er when disable the analysis.) yielding yielding yielding 5/10 - Executing task StaleImagesRemovalTask (Crawl for stale images (either mis sing in filesystem or under .nomedia) and remove them from DB) Skipping stale images removal for user USER2 as there is no need for it Skipping stale images removal for user admin as there is no need for it Skipping stale images removal for user USER1 as there is no need for it 6/10 - Executing task CreateClustersTask (Create new persons or update existing persons) Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following: * have 1000 faces already processed * or you need to have 95% of you images processed Use stats command to track progress yielding Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following: * have 1000 faces already processed * or you need to have 95% of you images processed Use stats command to track progress yielding Found 16 faces without associated persons for user USER1 and model 1 Oldest face without persons for user USER1 and model 1 is from 2021-0 3-22 14:31:54 Clusters already exist, estimated there is no need to recreate them yielding 7/10 - Executing task AddMissingImagesTask (Crawl for missing images for each us er and insert them in DB) Skipping full image scan for user USER2 Skipping image scan for user admin that has disabled the analysis Skipping full image scan for user USER1 8/10 - Executing task EnumerateImagesMissingFacesTask (Find all images which don 't have faces generated for them) yielding 9/10 - Executing task ImageProcessingTask (Process all images to extract faces) NOTE: Starting face recognition. If you experience random crashes after this point, please look FAQ at https://github.com/matiasdelellis/facerecognition /wiki/FAQ 10/10 - Executing task UnlockTask (Release obtained lock) ```Browser log
Browser log
``` Browser log too long for issue body... ```