Seasearch don't work, error in logs

Hi, i’m stuck with this error in my seasearch.log. So the search in seafile don’t work at all.

[2026-01-15 17:19:57] [WARN] failed to open reader for file_f1c9826a-4156-4435-8bec-0a22796b277f 2ozmj5RTKr6: error opening index: unable to find a usable snapshot, retrying
[2026-01-15 17:19:57] [ERROR] error loading snapshot epoch: 415: error opening segment 203: error loading segment fromt directory: open data/5C/gjwCo3XjMguPmru6fpSV/2ozmj5RTKr6/000000/0000000000cb.seg: no such file or directory

I use this version:

SEAFILE_IMAGE=seafileltd/seafile-pro-mc:13.0-latest
SEAFILE_DB_IMAGE=mariadb:10.11
SEAFILE_REDIS_IMAGE=redis
NOTIFICATION_SERVER_IMAGE=seafileltd/notification-server:13.0-latest
SEASEARCH_IMAGE=seafileltd/seasearch:1.0-latest
MD_IMAGE=seafileltd/seafile-md-server:13.0-latest

I check the repo integrity everything is fine.

I have this config in seafevents.conf

[SEASEARCH]
enabled = true
seasearch_url = http:// seafile-seasearch:4080 ( i add a space to post it here)
seasearch_token = ******
interval = 10m
index_office_pdf = true

[INDEX FILES]
enabled = false
es_host = elasticsearch
es_port = 9200
interval = 10m
index_office_pdf = true

Hi, this error message alone isn’t enough to determine the cause. Could you please provide the seasearch-access.log file and describe the specific symptoms you observed when search stopped working?

when i search

weirdly i have two library and just one do the error

i execute this cmd

docker exec -it seafile bash
cd /scripts
./pro/pro.py search --clear
./pro/pro.py search --update

And appear to be working in both library, but until when i don’t know!