mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #1566] Bug: Deleting snapshots via the web interface crashes on v0.8.5rc50 with Server Error (500) #2445
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#2445
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nguyenmp on GitHub (Oct 22, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1566
Describe the bug
Latest
archivebox/archivebox:devseems to crash when you delete snapshots.Steps to reproduce
Screenshots or log output
ArchiveBox version
I'm running a slightly forked version of ArchiveBox based on latest dev.
@pirate commented on GitHub (Oct 22, 2024):
Yup, you hit the bleeding edge of the dev work I'm doing right now (creating the new Crawl model, which Snapshots will nested under).
Check back in a few days :)
@TobiasHonscha commented on GitHub (Nov 22, 2024):
I have the same problem in v0.8.5rc51
@RaymiiOrg commented on GitHub (Dec 20, 2024):
Hitting this issue as well: v0.8.5rc51 (
63bf902f) vis Docker@pirate commented on GitHub (Jan 17, 2025):
This particular error is fixed in
devbut I'm in the middle of moving apps to plugins so tons of other stuff is broken, don't even bother trying to run it yet. I'll close this when everything is wired back together properly and it's usable.@RaymiiOrg commented on GitHub (Jan 19, 2025):
Thanks for the update! Appreciate your hard work.
@melyux commented on GitHub (May 7, 2025):
I accidentally moved to the dev branch. Now I can't delete links. Is there a way to migrate back to the stable branch?
@nguyenmp commented on GitHub (May 14, 2025):
@melyux I'm just a user, but I think you can create a new deployment and import the contents of
archive/. Try roughly following https://github.com/ArchiveBox/ArchiveBox/wiki/Merging-Collections steps 2 through 5, using an older version.