[PR #380] [CLOSED] fix: Ignore incomplete index entry, and complete partially complete ones #1141

Closed
opened 2026-03-01 14:48:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/380
Author: @cdvv7788
Created: 7/22/2020
Status: Closed

Base: djangoHead: hotfix/#374


📝 Commits (1)

  • 972ef7e fix: Ignore incomplete index entry, and complete partially complete ones

📊 Changes

1 file changed (+20 additions, -5 deletions)

View changed files

📝 archivebox/index/schema.py (+20 -5)

📄 Description

Summary

The init process tries to parse some data from alternative sources instead of crashing. This should work with old indexes.
Incomplete entries (the ones without cmd) are ignored and removed from the index.

**Related issues: #374

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Archived data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/380 **Author:** [@cdvv7788](https://github.com/cdvv7788) **Created:** 7/22/2020 **Status:** ❌ Closed **Base:** `django` ← **Head:** `hotfix/#374` --- ### 📝 Commits (1) - [`972ef7e`](https://github.com/ArchiveBox/ArchiveBox/commit/972ef7e52005f291d321f759c0a0e1fcb25a6d6d) fix: Ignore incomplete index entry, and complete partially complete ones ### 📊 Changes **1 file changed** (+20 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/index/schema.py` (+20 -5) </details> ### 📄 Description # Summary The init process tries to parse some data from alternative sources instead of crashing. This should work with old indexes. Incomplete entries (the ones without `cmd`) are ignored and removed from the index. **Related issues: #374 # Changes these areas - [X] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Archived data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:48:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1141
No description provided.