mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #196] Archive Method: Wget: unrecognized option '--compression=auto' #3153
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#3153
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 @mawmawmawm on GitHub (Mar 27, 2019).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/196
Hey there, I just pulled the master and poked around and then I realized that the wget command isn't working correctly. Running via docker-compose.
Describe the bug
wget is being executed with the following standard parameters:
If I run this outside of the script, I get a
wget: unrecognized option '--compression=auto'which makes wget basically stopp working.Steps to reproduce
Run the above mentioned wget command
My workaround was to edit
archivebox/archive_methods.pymanually inside the container and comment out thecompression=autothere.@pirate commented on GitHub (Mar 27, 2019):
This was just fixed, can you pull and try again.
@go2tom42 commented on GitHub (Mar 30, 2019):
I just pulled it and get the same error
@pirate commented on GitHub (Mar 30, 2019):
@go2tom42 strange, can you give me this info and I'll debug it:
wget --compression=auto --helpon your machine (specifically I need the status code, whether it's 0 or something else)pythonshell as well aftercd ArchiveBox/archivebox;:@go2tom42 commented on GitHub (Mar 30, 2019):
I'm using the image from https://hub.docker.com/r/nikisweeting/archivebox
Output from
wget --compression=auto --helpinside containerFrom location
home/pptruser/app/archiveboxranfrom .util import rungive same result as aboveThe wget inside the container is version 1.18, I believe compression was added with version 1.19.2 https://lists.gnu.org/archive/html/info-gnu/2017-10/msg00007.html
@bradparks commented on GitHub (Mar 31, 2019):
I get this error as well, and I just cloned this now, March 30 at 9:12 PM AST
@pirate commented on GitHub (Jul 24, 2020):
This should be fixed on the latest django branch. If you're still seeing any issues comment back here and I'll reopen the ticket.