looks like some parameters like derived_config_overrides was removed from setup_services in the commit abab0a8 and still not incorporated into ArchiveBox
|
setup_abx_services( |
|
self.bus, |
|
plugins=self.plugins, |
|
config_overrides={ |
|
**self.base_config, |
|
"ABX_RUNTIME": "archivebox", |
|
}, |
|
derived_config_overrides=self.derived_config, |
|
persist_derived=False, |
|
auto_install=True, |
Note: I am also getting another error Runner error: KeyError: 'PLUGINS' when starting ArchiveBox server. Not sure if its related to the above issue.
Steps to reproduce
1. clone dev branch.
2. Change node version from 22 to 24 in Dockerfile.
3. Build and run ArchiveBox from dev branch.
`podman build . -t archivebox --format docker`
4. Run command like `archivebox install wget`
Logs or errors
Error 1:
TypeError: setup_services() got an unexpected keyword argument 'derived_config_overrides'
Error 2:
Runner error: KeyError: 'PLUGINS'
ArchiveBox Version
ArchiveBox version: dev branch
abx-dl version: v1.10.21
How did you install the version of ArchiveBox you are using?
Docker (or Podman/LXC/K8s/TrueNAS/Proxmox/etc)
What operating system are you running on?
Linux (Ubuntu/Debian/Arch/Alpine/etc.)
looks like some parameters like
derived_config_overrideswas removed from setup_services in the commit abab0a8 and still not incorporated into ArchiveBoxArchiveBox/archivebox/services/runner.py
Lines 127 to 136 in c8221d5
Note: I am also getting another error
Runner error: KeyError: 'PLUGINS'when starting ArchiveBox server. Not sure if its related to the above issue.Steps to reproduce
Logs or errors
ArchiveBox Version
How did you install the version of ArchiveBox you are using?
Docker (or Podman/LXC/K8s/TrueNAS/Proxmox/etc)
What operating system are you running on?
Linux (Ubuntu/Debian/Arch/Alpine/etc.)