Skip to content

fix: pass archive_results=[] to LiveBusUI.print_summary() in _run_install - #1826

Merged
pirate merged 1 commit into
ArchiveBox:devfrom
slmingol:dev
Jun 19, 2026
Merged

fix: pass archive_results=[] to LiveBusUI.print_summary() in _run_install#1826
pirate merged 1 commit into
ArchiveBox:devfrom
slmingol:dev

Conversation

@slmingol

@slmingol slmingol commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Fixes #1825

abx-dl updated LiveBusUI.print_summary() to require archive_results as a keyword-only argument, but _run_install in runner.py wasn't updated to match. This caused a TypeError at the end of archivebox init --install after all binaries had already installed successfully — the install itself completed fine, only the summary display crashed.

Fix: pass archive_results=[] since the install path has no archive results.


Summary by cubic

Fixes a crash at the end of archivebox init --install by passing archive_results=[] to LiveBusUI.print_summary() in _run_install. Aligns with the new keyword-only signature in abx-dl, so installs complete and the summary renders without error.

Written for commit c28e3a9. Summary will update on new commits.

Review in cubic

…tall

abx-dl updated LiveBusUI.print_summary() to require archive_results as a
keyword-only argument, causing TypeError at the end of archivebox init --install
after all binaries had already installed successfully.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@pirate
pirate merged commit d7edaa0 into ArchiveBox:dev Jun 19, 2026
162 of 195 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installation fails.

2 participants