mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #1702] 0.8.6rc3: PydanticUserError: AptProvider is not fully defined #1020
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#1020
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 @rain0r on GitHub (Oct 13, 2025).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1702
Originally assigned to: @pirate on GitHub.
Provide a screenshot and describe the bug
Tried to set up a dev environment and did as described here: https://github.com/ArchiveBox/ArchiveBox#archivebox-development
I chose option A, installing every dependency on my machine.
Steps to reproduce
Logs or errors
ArchiveBox Version
How did you install the version of ArchiveBox you are using?
pip
What operating system are you running on?
macOS (including Docker on macOS)
What type of drive are you using to store your ArchiveBox data?
data/is on a local SSD or NVMe drivedata/is on a spinning hard drive or external USB drivedata/is on a network mount (e.g. NFS/SMB/Ceph/GlusterFS/etc.)data/is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/Google Drive/Dropbox/etc.)Docker Compose Configuration
ArchiveBox Configuration
@pirate commented on GitHub (Oct 13, 2025):
rc3 is very old and not supported, use at least
0.8.5rc51if you want to try the betas@rain0r commented on GitHub (Oct 14, 2025):
Thank you for the reply - the error doesn't appear on
0.8.5rc53.Is there a reason the
HEADof thedevbranch points to version0.8.6rc3and not to the newest rc?Also, is the newest rc version the place to start hacking?
@pirate commented on GitHub (Oct 18, 2025):
my apolgies I read your original post way too fast. 0.8.6rc3 is indeed the latest code, I misread it as 0.8.5rc3 which was an old rc beta.
devis the place to start hacking but it's a bit of a mess right now, there's stuff I'm tearing out before it gets released: ABID, pluggy, and some other parts that are overbuilt.@rain0r commented on GitHub (Oct 23, 2025):
Yes, I tried to set up a local environment to hack around but I couldn't get past the error.
On further inspection it looks like there's something missing in the
ArchiveBox/abx-pkgpackage.@dasj19 commented on GitHub (Nov 25, 2025):
Hello @rain0r and @pirate, I took the latest code in the dev branch and spent several hours fixing errors with the aid of copilot.
I got to a point where the following works:
There are definately still more errors to fix, as I have not explored everything
If anyone wants to pickup or follow, you are more than welcome to do it. Setup a development environment https://github.com/ArchiveBox/ArchiveBox#archivebox-development and use this branch: https://github.com/dasj19/ArchiveBox/tree/zero-eight-six-rc4
I guess the right place to ask questions or raise issues about the development would be on my fork. I hope I'll get to something more usable as I need the software to administer my own archive.
@pirate commented on GitHub (Dec 29, 2025):
fixed on dev, dev has tons of changes now and I'm targeting a 0.9.0 release eventually