-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Activate the virtual environment and reinstall in editable mode:
source .venv/bin/activate
pip install -e .
scriptoriaThis is expected. Opening /studio without doc_id and library shows the recent-work hub.
This is expected when local page availability is incomplete and local-only gating is enabled. In practice, it usually means Scriptoria is being conservative rather than failing.
Review:
settings.viewer.mirador.require_complete_local_images- the
allow_remote_preview=1query override - current local page availability in the item workspace
settings.storage.partial_promotion_mode controls when validated staged pages are promoted into local scans.
-
neverkeeps them staged until completeness gates are satisfied. -
on_pausepromotes validated staged pages when a running job is paused.
Per-library rate limiting and backoff settings can be stricter for fragile upstream services. Review settings.network.global.* and settings.network.libraries.<library>.* before assuming the slowdown is accidental.
See Provider Support. That page also explains which providers are search-first, resolver-first, or operationally better with explicit URLs and identifiers.
Start with Configuration Overview, then use Detailed Configuration Reference for the full keyspace.
Run a dry-run first:
python3 scripts/sync_wiki.py --repo owner/repo --dry-runThen publish:
python3 scripts/sync_wiki.py --repo owner/repo --pushAlso confirm that the repository wiki is enabled and that the workflow token has contents: write.