mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #706] Bug: Exception in archive_methods.save_readability due to bytes string being passed to hint #1956
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#1956
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 @Valporaena on GitHub (Apr 15, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/706
I'm encountering the same problem user @jrruethe already described some time ago. Seems like it was solved, but it reoccurred on my setup after installing the latest update and running
archivebox setupcommand for some reason.arcivebox update(several times, it reproduces)@pirate commented on GitHub (Apr 15, 2021):
It's a different error, unrelated, but thanks for reporting, I'll fix it.
@Valporaena commented on GitHub (Apr 15, 2021):
Oh, my bad. Looked very similar, but I'm completely untrained in these things - shouldn't have presumed it was related.
@pirate commented on GitHub (May 10, 2022):
I think I fixed it in
d581a50, let me know if you still see this issue in the next release and comment back so I can reopen it if so.@mike-greenmmd commented on GitHub (Feb 15, 2023):
Is there a plan to merge this into main / master?
I'm getting this exact issue using the docker compose method of running archivebox:
https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml
which is pulling the master branch