Memories: New pictures are not recognized

Hello!

First of all: I’m so impressed by the Memories/Recognize duo. Finally, I have a really useful image gallery again. Thank you so much, dear Developers!

When I installed / activated Memories+Recognize, all my images were scanned and a whole lot of people recognized.

Now I noticed, that when new images were uploaded, they don’t appear anywhere: neither as recognized nor as “Not assigned faces” (my translation). It looks as if they are not scanned by the recognize app…

I tried to do that manually using occ but honestly: the occ documentation for recognize is bad. Descriptions are missing what the tools do. So I guessed that

occ recognize:recrawl -vvv

might do what I want, but just nothing happened. Not even an entry in the logfile.

What do I have to do to get the new images scanned/recognized?

Thanks a lot! Nitty gritty details follow:

occ support:report

Server configuration detail

Operating system: Linux 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64

Webserver: Unknown (cli)

Database: mysql 10.11.6

PHP version: 8.2.7

Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, pcntl, random, Reflection, SPL, session, standard, sodium, mysqlnd, PDO, xml, apcu, bcmath, bz2, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, intl, exif, memcache, mysqli, pdo_mysql, pdo_sqlite, Phar, posix, readline, redis, shmop, SimpleXML, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlwriter, xsl, zip, Zend OPcache

Nextcloud version: 28.0.4 - 28.0.4.1

Updated from an older Nextcloud/ownCloud or fresh install:

Where did you install Nextcloud from: unknown

Signing status

List of activated apps
Enabled:
 - activity: 2.20.0
 - audioplayer: 3.4.1
 - bookmarks: 13.1.3
 - bruteforcesettings: 2.8.0
 - calendar: 4.6.7
 - camerarawpreviews: 0.8.4
 - circles: 28.0.0
 - cloud_federation_api: 1.11.0
 - comments: 1.18.0
 - contacts: 5.5.3
 - dashboard: 7.8.0
 - dav: 1.29.1
 - federatedfilesharing: 1.18.0
 - federation: 1.18.0
 - files: 2.0.0
 - files_external: 1.20.0
 - files_pdfviewer: 2.9.0
 - files_reminders: 1.1.0
 - files_sharing: 1.20.0
 - files_trashbin: 1.18.0
 - files_versions: 1.21.0
 - firstrunwizard: 2.17.0
 - logreader: 2.13.0
 - lookup_server_connector: 1.16.0
 - mail: 3.5.7
 - memories: 7.2.0
 - nextcloud_announcements: 1.17.0
 - notifications: 2.16.0
 - oauth2: 1.16.3
 - password_policy: 1.18.0
 - passwords: 2024.4.20
 - photos: 2.4.0
 - previewgenerator: 5.5.0
 - privacy: 1.12.0
 - provisioning_api: 1.18.0
 - recognize: 6.1.1
 - recommendations: 2.0.0
 - related_resources: 1.3.0
 - serverinfo: 1.18.0
 - settings: 1.10.1
 - sharebymail: 1.18.0
 - spreed: 18.0.6
 - support: 1.11.1
 - survey_client: 1.16.0
 - systemtags: 1.18.0
 - theming: 2.3.0
 - twofactor_backupcodes: 1.17.0
 - twofactor_totp: 10.0.0-beta.2
 - updatenotification: 1.18.0
 - user_status: 1.8.1
 - viewer: 2.2.0
 - weather_status: 1.8.0
 - workflowengine: 2.10.0
Disabled:
 - admin_audit
 - contactsinteraction: 1.5.0
 - encryption
 - suspicious_login
 - text: 2.0.0
 - user_ldap

Configuration (config/config.php)
{
    "debug": false,
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "zem",
        "zem.vpn",
        "nuvola.zem.vpn",
        "nuvola.the-grue.de",
        "nuvola.zem.lan",
        "fritz.box",
        "nuvola.zem"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "mysql",
    "version": "28.0.4.1",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "mysql.utf8mb4": true,
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "maintenance": false,
    "theme": "",
    "loglevel": 1,
    "log_type": "syslog",
    "logfile": "\/var\/log\/nextcloud.log",
    "syslog_tag": "Nextcloud",
    "default_phone_region": "DE",
    "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpmode": "smtp",
    "mail_sendmailmode": "pipe",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpsecure": "tls",
    "filelocking.enabled": true,
    "memcache.locking": "\\OC\\Memcache\\Redis",
    "memcache.local": "\\OC\\Memcache\\APCu",
    "memcache.distributed": "\\OC\\Memcache\\Redis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": 0,
        "dbindex": 0,
        "timeout": 1.5
    },
    "overwrite.cli.url": "https:\/\/nuvola.the-grue.de",
    "overwritehost": "nuvola.the-grue.de",
    "overwritewebroot": "\/",
    "overwriteprotocol": "https",
    "app_install_overwrite": [
        "gallery",
        "calendar"
    ],
    "log_rotate_size": 104857600,
    "enable_previews": true,
    "mail_smtpauthtype": "LOGIN",
    "mail_smtpauth": 1,
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "25",
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
    "memories.exiftool": "\/srv\/www\/nuvola\/htdocs\/apps\/memories\/bin-ext\/exiftool-amd64-glibc",
    "memories.vod.path": "\/srv\/www\/nuvola\/htdocs\/apps\/memories\/bin-ext\/go-vod-amd64",
    "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
    "memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
    "preview_max_x": "2048",
    "preview_max_y": "2048",
    "enabledPreviewProviders": [
        "OC\\Preview\\Movie",
        "OC\\Preview\\Image"
    ],
    "maintenance_window_start": 1,
    "memories.db.triggers.fcu": true
}

Cron Configuration: Array
(
[backgroundjobs_mode] => cron
[lastcron] => 1712558448
)

External storages: yes

External storage configuration
+----------+----------------------+---------+---------------------+---------------------------------------------------------------+-------------------------------------------------------+------------------+-------------------+-------+
| Mount ID | Mount Point          | Storage | Authentication Type | Configuration                                                 | Options                                               | Applicable Users | Applicable Groups | Type  |
+----------+----------------------+---------+---------------------+---------------------------------------------------------------+-------------------------------------------------------+------------------+-------------------+-------+
| 4        | /Videothek           | Local   | None                | datadir: "\/srv\/share\/media\/video"                         | enable_sharing: true, readonly: true                  | All              |                   | Admin |
| 6        | /Audiothek           | Local   | None                | datadir: "\/srv\/share\/media\/music"                         | enable_sharing: true, readonly: true                  | All              |                   | Admin |
| 7        | /TMH                 | Local   | None                | datadir: "\/srv\/tmh"                                         | previews: false, enable_sharing: true, readonly: true |                  | DVI               | Admin |
| 8        | /Photos (older ones) | Local   | None                | datadir: "\/srv\/share\/media\/pictures\/sortiert-nach-datum" | enable_sharing: true, readonly: true                  | All              |                   | Admin |
+----------+----------------------+---------+---------------------+---------------------------------------------------------------+-------------------------------------------------------+------------------+-------------------+-------+

Encryption: no

User-backends:

  • OC\User\Database

Talk configuration:

STUN servers

TURN servers

  • turn:nuvola.the-grue.de:5349 - udp,tcp

Signaling servers (mode: default):

  • SIP dialin is disabled
  • SIP dialout is disabled
  • no custom server configured

Recording servers:

  • Recording is enabled
  • Recording consent is set to “default”
  • no recording server configured

Tumbleweed?

do you see the faces in the photos app? I just installed memories-app and recognize-app and see recognized people in “People” section of the photos app, but the Memories app still shows the “nothing to show here recognize is still working on your photos” message.

Screenshot 2024-04-26 at 8.51.01 AM