mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #450] Bugfix: 4.16 - No readability output when archiving #298
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#298
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 @winteriscariot on GitHub (Aug 18, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/450
Describe the bug
When I archive a link, there's no readability directory:
/archive/1597758864/readability/content.html < this directory is not created, even though the ArchiveBox web UI shows the link, which then proceeds to 404 because the readability directory doesn't exist.
Steps to reproduce
Run ArchiveBox with the following env flags:
OUTPUT_DIR=/home/winteriscariot/.archivebox
CHROME_USER_DATA_DIR=/home/winteriscariot/.config/chromium/Default
CHROME_BINARY=/usr/bin/chromium
SUBMIT_ARCHIVE_DOT_ORG=False
FETCH_MEDIA=False
OUTPUT_PERMISSIONS=755
COOKIES_FILE=/home/winteriscariot/cookies.txt
Screenshots or log output
Software versions
@winteriscariot commented on GitHub (Aug 18, 2020):
It looks like some methods are being skipped and I'm not sure why:
Is there an env option I have to set in order to get the Readability output to properly fire? Or is there a prereq that I missed that I need to install?
EDIT: I'm on arch linux and installed the 'readability-cli' package, which installs /usr/bin/readable. After searching through the code I've tried the following with no luck, same results (ie, no readability link):
@pirate commented on GitHub (Aug 18, 2020):
Try the latest version of archivebox v4.17, it adds some helptext explaining how to install SingleFile and Readability:
(they also work out-of-the-box in Docker)
@winteriscariot commented on GitHub (Aug 18, 2020):
hm yeah it looks like the Docker version is working without any hiccups, I can slot this into my workflow so this should fix my issues.
Thanks for the response! Great project you have here. :)