mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[GH-ISSUE #347] Support Request: When running echo example.com no verbose in terminal or output file #250
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#250
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 @jtmlis on GitHub (Jun 15, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/347
When I execute Step 3
echo 'https://example.com' | ./archive
My terminal hangs and I get no verbose or output file.


See
What I am running
LAMP stack for local phpBB3 forum
Running Kubuntu 20.04 KDE Plasma Version: 5.18.5
Python 3.8
What I tried:
I followed the manual instructions and made sure my packages are up to date. I then removed everything and tried again with the install script.
I followed trouble shooting page and verified my chromium-browser variable is on the path and that it is higher than the required version.
Searched for similar issues.
@pirate commented on GitHub (Jun 15, 2020):
Can you verify that DNS resolves
dig example.comandcurl https://example.comproduces the expected HTML output? The only time I've seen this before was on a machine with a broken/intermittent internet connection causing DNS resolution to hang insystemd-resolved.@jtmlis commented on GitHub (Jun 15, 2020):
Output is as expected.
ps I am a huge fan of yours and also follow you on twitter.
@jtmlis commented on GitHub (Jun 15, 2020):
@pirate commented on GitHub (Jun 15, 2020):
Thanks! Looks like your DNS and internet are fine, would you be willing to try checking out the
djangobranch and using that version instead?@jtmlis commented on GitHub (Jun 15, 2020):
Working like a charm thank you so much !!!!!!!
Just for anyone else reading this for KDE plasma be sure to add ~/.local/bin to export path after pip install.
export PATH="$HOME/.local/bin:$PATH"