Results 7 comments of

The experimental offline standalone Mac installer worked for me (M1 Max 64gb) - https://github.com/brkirch/stable-diffusion-webui/releases/tag/20230804_experimental

@pirate ```docker-compose run archivebox version Creating archivebox_archivebox_run ... done 0.7.1 ArchiveBox v0.7.1+editable BUILD_TIME=2023-12-18 06:57:51 1702882671 IN_DOCKER=True IN_QEMU=False ARCH=x86_64 OS=Linux PLATFORM=Linux-6.1.0-17-amd64-x86_64-with-glibc2.36 PYTHON=Cpython FS_ATOMIC=True FS_REMOTE=True FS_USER=1000:1000 FS_PERMS=644 DEBUG=False IS_TTY=True TZ=UTC SEARCH_BACKEND=sonic LDAP=False...

```sonic.cfg # Sonic # Fast, lightweight and schema-less search backend # Configuration file # Example: https://github.com/valeriansaliou/sonic/blob/master/config.cfg [server] log_level = "warn" [channel] inet = "0.0.0.0:1491" tcp_timeout = 300 auth_password = "${env.SEARCH_BACKEND_PASSWORD}"...

@pirate ```logs docker-compose logs sonic Attaching to ``` ``` test in archivebox docker-compose run archivebox /usr/local/bin/python3 Creating network "archivebox_default" with the default driver Creating archivebox_archivebox_run ... done Python 3.11.7 (main,...

Ahh, gotcha-- ```ArchiveBox Shell [i] Welcome to the ArchiveBox Shell! https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#Shell-Usage Hint: Example use: print(Snapshot.objects.filter(is_archived=True).count()) Snapshot.objects.get(url="https://example.com").as_json() add("https://example.com/some/new/url") In [1]: from sonic import SearchClient In [2]: from archivebox.config import SEARCH_BACKEND_PASSWORD In...

The password is correctly / identically entered in both places. Specifying it within the sonic.cfg file did not fix it, either. EDIT: actually it does work.