[GH-ISSUE #1557] Bug: Older v0.7.x singlefile in Docker failing to archive URLs #2436

Closed
opened 2026-03-01 17:59:02 +03:00 by kerem · 1 comment
Owner

Originally created by @h56497318 on GitHub (Oct 21, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1557

I'm trying to use archivebox in Synology Docker. I want to archive singlefile, but an error occurs.
At first, I downloaded the image file from the container manager and ran it, but the singlefile was not downloaded, so I tried increasing TIMEOUT to 600, and I also tried creating a new project and using sonic. but the result was the same
error code: SingleFile was not able to archive the page

docker-compose.yaml

version: '3.9'

services:
  archivebox:
    image: archivebox/archivebox:latest
    container_name: ArchiveBox
    hostname: archivebox
    healthcheck:
      test: curl -f http://localhost:8000/ || exit 1
    command: server --quick-init 0.0.0.0:8000
    ports:
      - 8000:8000
    environment:
      - MEDIA_MAX_SIZE=2000m
      - SEARCH_BACKEND_ENGINE=sonic
      - SEARCH_BACKEND_HOST_NAME=sonic
      - SEARCH_BACKEND_PASSWORD=SecretPassword
      - TIMEOUT=600
      - PUBLIC_INDEX=False # set to False to prevent anonymous users from viewing snapshot list. Or set to True.
      - PUBLIC_SNAPSHOTS=False # set to False to prevent anonymous users from viewing snapshot content. Or set to True.
      - PUBLIC_ADD_VIEW=False # set to True to allow anonymous users to submit new URLs to archive.

    volumes:
        - /volume1/docker/archivebox/data:/data

index.json

{
  "archive_path": "archive/1729241500.668938",
  "base_url": "tsblog.simulz.kr/1298",
  "basename": "1298",
  "bookmarked_date": "2024-10-18 08:51",
  "canonical": {
    "archive_org_path": "https://web.archive.org/web/tsblog.simulz.kr/1298",
    "dom_path": "output.html",
    "favicon_path": "favicon.ico",
    "git_path": "git/",
    "google_favicon_path": "https://www.google.com/s2/favicons?domain=tsblog.simulz.kr",
    "headers_path": "headers.json",
    "htmltotext_path": "htmltotext.txt",
    "index_path": "index.html",
    "media_path": "media/",
    "mercury_path": "mercury/content.html",
    "pdf_path": "output.pdf",
    "readability_path": "readability/content.html",
    "screenshot_path": "screenshot.png",
    "singlefile_path": "singlefile.html",
    "warc_path": "warc/",
    "wget_path": "tsblog.simulz.kr/1298.html"
  },
  "domain": "tsblog.simulz.kr",
  "extension": "",
  "hash": "W4ECDPNXXVC8FAPPD2MD",
  "history": {
  "archive_org": [
    {
    "cmd": [
    "curl",
    "--silent",
    "--location",
    "--compressed",
    "--head",
    "--max-time",
    "600",
    "--user-agent",
    "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) curl/curl 8.5.0 (x86_64-pc-linux-gnu)",
    "https://web.archive.org/save/https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "curl 8.5.0 (x86_64-pc-linux-gnu)",
    "end_ts": "2024-10-18T08:56:58.346553+00:00",
    "index_texts": null,
    "output": "ArchiveError: Failed to find "content-location" URL header in Archive.org response.",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:56:57.816756+00:00",
    "status": "failed"
    }
    ],
    "dom": [
    {
    "cmd": [
    "/usr/bin/chromium-browser",
    "--headless=new",
    "--no-sandbox",
    "--no-zygote",
    "--disable-dev-shm-usage",
    "--disable-software-rasterizer",
    "--run-all-compositor-stages-before-draw",
    "--hide-scrollbars",
    "--window-size=1440,2000",
    "--autoplay-policy=no-user-gesture-required",
    "--no-first-run",
    "--use-fake-ui-for-media-stream",
    "--use-fake-device-for-media-stream",
    "--disable-sync",
    "--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/)",
    "--window-size=1440,2000",
    "--dump-dom",
    "https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "Chromium 124.0.6367.29",
    "end_ts": "2024-10-18T08:56:27.959212+00:00",
    "index_texts": null,
    "output": "output.html",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:56:17.488790+00:00",
    "status": "succeeded"
    }
    ],
    "favicon": [
    {
    "cmd": [
    "curl",
    "--silent",
    "--location",
    "--compressed",
    "--max-time",
    "600",
    "--output",
    "favicon.ico",
    "--user-agent",
    "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) curl/curl 8.5.0 (x86_64-pc-linux-gnu)",
    "https://www.google.com/s2/favicons?domain=tsblog.simulz.kr"
    ],
    "cmd_version": "curl 8.5.0 (x86_64-pc-linux-gnu)",
    "end_ts": "2024-10-18T08:51:41.455490+00:00",
    "index_texts": null,
    "output": "favicon.ico",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:51:40.966539+00:00",
    "status": "succeeded"
    }
    ],
    "git": [],
    "headers": [
    {
    "cmd": [
    "curl",
    "--silent",
    "--location",
    "--compressed",
    "--head",
    "--max-time",
    "600",
    "--user-agent",
    "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) curl/curl 8.5.0 (x86_64-pc-linux-gnu)",
    "https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "curl 8.5.0 (x86_64-pc-linux-gnu)",
    "end_ts": "2024-10-18T08:51:41.815784+00:00",
    "index_texts": null,
    "output": "headers.json",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:51:41.542515+00:00",
    "status": "succeeded"
    }
    ],
    "htmltotext": [],
    "media": [
    {
    "cmd": [
    "yt-dlp",
    "--write-description",
    "--write-info-json",
    "--write-annotations",
    "--write-thumbnail",
    "--no-call-home",
    "--write-sub",
    "--write-auto-subs",
    "--convert-subs=srt",
    "--yes-playlist",
    "--continue",
    "--no-abort-on-error",
    "--ignore-errors",
    "--geo-bypass",
    "--add-metadata",
    "--format=(bv*+ba/b)[filesize<=2000m][filesize_approx<=?2000m]/(bv*+ba/b)",
    "https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "2023.12.30",
    "end_ts": "2024-10-18T08:56:57.593718+00:00",
    "index_texts": [],
    "output": "media",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:56:52.987575+00:00",
    "status": "succeeded"
    }
    ],
    "mercury": [
    {
    "cmd": [
    "/app/node_modules/@postlight/parser/cli.js",
    "https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "1.0.0",
    "end_ts": "2024-10-18T08:56:52.794829+00:00",
    "index_texts": null,
    "output": "mercury",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:56:46.019037+00:00",
    "status": "succeeded"
    }
    ],
    "pdf": [
    {
    "cmd": [
    "/usr/bin/chromium-browser",
    "--headless=new",
    "--no-sandbox",
    "--no-zygote",
    "--disable-dev-shm-usage",
    "--disable-software-rasterizer",
    "--run-all-compositor-stages-before-draw",
    "--hide-scrollbars",
    "--window-size=1440,2000",
    "--autoplay-policy=no-user-gesture-required",
    "--no-first-run",
    "--use-fake-ui-for-media-stream",
    "--use-fake-device-for-media-stream",
    "--disable-sync",
    "--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/)",
    "--window-size=1440,2000",
    "--print-to-pdf",
    "https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "Chromium 124.0.6367.29",
    "end_ts": "2024-10-18T08:56:04.990673+00:00",
    "index_texts": null,
    "output": "output.pdf",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:55:44.647568+00:00",
    "status": "succeeded"
    }
    ],
    "readability": [
    {
    "cmd": [
    "/app/node_modules/readability-extractor/readability-extractor",
    "/tmp/tmpgojmv8uu",
    "https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "0.0.11",
    "end_ts": "2024-10-18T08:56:45.745596+00:00",
    "index_texts": [
    "\ud050\ube57 \ud1a0\ub80c\ud2b8 \ub3c4\ucee4 \uc124\uce58\n\uc774\ubbf8\uc9c0 \uc124\uce58\n\n\n\ucee8\ud14c\uc774\ub108 \ub9e4\ub2c8\uc800\uc758 \ub808\uc9c0\uc2a4\ud2b8\ub9ac \ud654\uba74\uc73c\ub85c \uc774\ub3d9 \ud6c4, \u00a0qbittorrent\ub97c \uac80\uc0c9\ud569\ub2c8\ub2e4.\n\n\nlinuxserver/qbittorrent \ud56d\ubaa9\uc744 \ub354\ube14\ud074\ub9ad \ud558\uac70\ub098 \ub2e4\uc6b4\ub85c\ub4dc \ubc84\ud2bc\uc744 \ub20c\ub7ec \ucd5c\uc2e0 \ubc84\uc804(latest)\uc744 \ub0b4\ub824 \ubc1b\uc2b5\ub2c8\ub2e4. \ubc84\uc804\uc774 \ub9ce\uae30 \ub54c\ubb38\uc5d0 \ucf64\ubcf4 \ub9ac\uc2a4\ud2b8 \ubc18\uc751\uc774 \ub290\ub9bd\ub2c8\ub2e4.\n\n\n\ucee8\ud14c\uc774\ub108 \ub9e4\ub2c8\uc800\uc758 \uc774\ubbf8\uc9c0 \ud654\uba74\uc5d0\uc11c \ub0b4\ub824\ubc1b\uc740 \uc774\ubbf8\uc9c0\ub97c \uc2e4\ud589\ud574\uc11c \uc124\uce58\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4.\n\n\ucee8\ud14c\uc774\ub108 \uc124\uc815\n\n\n\uc7ac\ubd80\ud305\ud560 \ub54c\ub9c8\ub2e4 \uc0ac\uc6a9\ud558\ub824\uba74 \uc790\ub3d9 \uc7ac\uc2dc\uc791 \ud65c\uc131\ud654 \uc120\ud0dd\n\n\uace0\uae09 \uc124\uc815\n\ud3ec\ud2b8 \uc124\uc815, \ubcfc\ub968 \uc124\uc815\n\n\n\uae30\ubcf8 WEB_UI \ud3ec\ud2b8\ub294 8080\uc774\uba70, \uc5ec\uae30\uc11c\ub294 8282\ub85c \ubcc0\uacbd\ud574\ubd05\ub2c8\ub2e4. NAS\uc758 \ub85c\uceec \ud3ec\ud130\uac00 \ucee8\ud14c\uc774\ub108\uc5d0\uc11c \uc124\uc815\ud55c \ud3ec\ud2b8\uc5d0 \ub9e4\ud551\ub429\ub2c8\ub2e4.\n\ubcfc\ub968 \uc124\uc815\uc5d0 \ub85c\uceec \ud3f4\ub354\ub97c \ucd94\uac00\ud558\uc5ec \ub9c8\uc6b4\ud2b8 \ud569\ub2c8\ub2e4.\n/config/downloads\n\ud658\uacbd\n\n\nWEBUI_PORT \ubcc0\uc218\ub97c \ucd94\uac00\ud558\uace0 \ubcc0\uacbd\ud560 \ucee8\ud14c\uc774\ub108 \ud3ec\ud2b8 \ubc88\ud638\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.\n\uc124\uc815\uc744 \uc644\ub8cc \ud6c4 \ucee8\ud14c\uc774\ub108\ub97c \uc2e4\ud589\ud569\ub2c8\ub2e4.\n\n\ub124\ud2b8\uc6cc\ud06c \uc124\uc815\n\ubc29\ud654\ubcbd \ud3ec\ud2b8 \ucd94\uac00\n\n\n\uc81c\uc5b4\ud310 - \ubcf4\uc548 - \ubc29\ud654\ubcbd - \uaddc\uce59 \ud3b8\uc9d1 - \uc0dd\uc131 \ub610\ub294 \ud3b8\uc9d1 - \uc18c\uc2a4 IP \ud2b9\uc815 IP \uc120\ud0dd - IP \uc785\ub825\n\ucee8\ud14c\uc774\ub108 IP \ub300\uc5ed\uc744 \ubc29\ud654\ubcbd\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4. \uc11c\ube0c\ub137 \ub9c8\uc2a4\ud06c\ub294 \uc6d0\ud558\ub294 \ub9cc\ud07c \uc124\uc815\ud569\ub2c8\ub2e4.\n\n\ub9ac\ubc84\uc2a4 \ud504\ub85d\uc2dc\n\ub3c4\uba54\uc778 \uc8fc\uc18c\ub85c \uc811\uc18d\ud558\uace0 \uc2f6\ub2e4\uba74 \uc5ed\ubc29\ud5a5 \ud504\ub85d\uc2dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.\n\n\n\uc81c\uc5b4\ud310 - \ub85c\uadf8\uc778 \ud3ec\ud138 - \uace0\uae09 - \uc5ed\ubc29\ud5a5 \u00a0\ud504\ub85d\uc2dc - \uc0dd\uc131 \ub610\ub294 \ud3b8\uc9d1 - \uc815\ubcf4 \uc785\ub825\n\ud504\ub85c\ud1a0\ucf5c\uc740 HTTPS, \ud638\uc2a4\ud2b8 \uc774\ub984\uc5d0 \uc784\uc758\uc758 \uc11c\ube0c \ub3c4\uba54\uc778\uc744 \ud3ec\ud568\ud55c \uc8fc\uc18c\ub97c \uc785\ub825, \ud3ec\ud2b8\ub294 443\uc744 \uc785\ub825\ud569\ub2c8\ub2e4.\n\uc608) torrent.yourDNS.me\n\ub77c\uc6b0\ud130\uc5d0\uc11c\ub294 443 \ud3ec\ud2b8\ub97c NAS IP\ub85c \ud3ec\ud2b8 \ud3ec\uc6cc\ub529 \uc124\uc815\ud569\ub2c8\ub2e4.\n\uc678\ubd80\uc5d0\uc11c\ub294 HTTPS\ub85c\ub9cc \uc811\uc18d\ud558\uace0, \ub0b4\ubd80\ub9dd\uc740 IP \uc811\uc18d\uc774\ubbc0\ub85c \ub300\uc0c1 \ud504\ub85c\ud1a0\ucf5c\uc740 HTTP\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.\ud3ec\ud2b8 \ubc88\ud638\ub294 \ucee8\ud14c\uc774\ub108\ub85c \uc5f0\uacb0\ub418\ub294 \ub85c\uceec \ud3ec\ud2b8\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.\n\uc811\uc18d \uacfc\uc815\u27a1\ufe0f(\ube0c\ub77c\uc6b0\uc800)https://torrent.yourDNS.me\u27a1\ufe0f(NAS) \ub9ac\ubc84\uc2a4 \ud504\ub85d\uc2dc\u27a1\ufe0f(NAS)http://192.x.x.x:8282\u27a1\ufe0f(\ucee8\ud14c\uc774\ub108)http://172.x.x.x:8282\n\n\uc811\uc18d\n\uc704\uc5d0\uc11c \uc124\uc815\ud55c \uc5ed\ubc29\ud5a5 \ud504\ub85d\uc2dc\uc5d0 \uc785\ub825\ud55c \ud638\uc2a4\ud2b8 \uc774\ub984\uc73c\ub85c \uc811\uc18d\ud569\ub2c8\ub2e4.\n\uc608) https://torrent.yourDNS.me\u00a0\n\n\nqBitTorrent \ub85c\uadf8\uc778 \ud398\uc774\uc9c0\uac00 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.\nUsername\uc740 admin\uc774\uba70, Password\ub294 \ucee8\ud14c\uc774\ub108 \ub85c\uadf8\uc5d0\uc11c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\uc554\ud638 \ud655\uc778\n\n\n\ucee8\ud14c\uc774\ub108 \uc18d\uc131\uc5d0\uc11c \ub85c\uadf8 \ud0ed\uc73c\ub85c \uc774\ub3d9\ud558\uba74 username\uacfc password\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\ub85c\uadf8\uc778 \ud6c4 \uc554\ud638\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4.\n\n\n\uc124\uc815\n\u2699\ufe0f \uc544\uc774\ucf58\uc744 \ub204\ub974\uace0 \uc6f9 UI \ud0ed\uc73c\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.\n\n\n\ub85c\uadf8\uc778 \ubcf4\uc548\n\uc0ac\uc6a9\uc790 \uc774\ub984\uacfc \uc554\ud638\ub97c \uc785\ub825 \ud6c4 \uc800\uc7a5\u00a0\ubc84\ud2bc\uc744 \ub204\ub974\uba74 \ub429\ub2c8\ub2e4.\n\n\uac31\uc2e0: 2024-04-17"
    ],
    "output": "readability",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:56:41.590888+00:00",
    "status": "succeeded"
    }
    ],
    "screenshot": [
    {
    "cmd": [
    "/usr/bin/chromium-browser",
    "--headless=new",
    "--no-sandbox",
    "--no-zygote",
    "--disable-dev-shm-usage",
    "--disable-software-rasterizer",
    "--run-all-compositor-stages-before-draw",
    "--hide-scrollbars",
    "--window-size=1440,2000",
    "--autoplay-policy=no-user-gesture-required",
    "--no-first-run",
    "--use-fake-ui-for-media-stream",
    "--use-fake-device-for-media-stream",
    "--disable-sync",
    "--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/)",
    "--window-size=1440,2000",
    "--screenshot",
    "https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "Chromium 124.0.6367.29",
    "end_ts": "2024-10-18T08:56:17.346051+00:00",
    "index_texts": null,
    "output": "screenshot.png",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:56:05.380987+00:00",
    "status": "succeeded"
    }
    ],
    "singlefile": [
    {
    "cmd": [
    "/app/node_modules/single-file-cli/single-file",
    "--browser-executable-path=chromium-browser",
    "--browser-args=[\"--headless=new\", \"--no-sandbox\", \"--no-zygote\", \"--disable-dev-shm-usage\", \"--disable-software-rasterizer\", \"--run-all-compositor-stages-before-draw\", \"--hide-scrollbars\", \"--window-size=1440,2000\", \"--autoplay-policy=no-user-gesture-required\", \"--no-first-run\", \"--use-fake-ui-for-media-stream\", \"--use-fake-device-for-media-stream\", \"--disable-sync\", \"--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/)\", \"--window-size=1440,2000\"]",
    "https://tsblog.simulz.kr/1298",
    "singlefile.html"
    ],
    "cmd_version": "1.1.46",
    "end_ts": "2024-10-18T08:55:44.423754+00:00",
    "index_texts": null,
    "output": "ArchiveError: SingleFile was not able to archive the page",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:51:41.888695+00:00",
    "status": "failed"
    }
    ],
    "title": [
    {
    "cmd": [
    "curl",
    "--silent",
    "--location",
    "--compressed",
    "--max-time",
    "600",
    "--user-agent",
    "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) curl/curl 8.5.0 (x86_64-pc-linux-gnu)",
    "https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "curl 8.5.0 (x86_64-pc-linux-gnu)",
    "end_ts": "2024-10-18T08:56:41.517539+00:00",
    "index_texts": null,
    "output": "\uc2dc\ub180\ub85c\uc9c0 \ucee8\ud14c\uc774\ub108 - qBitTorrent v4.6 \uc124\uce58",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:56:41.446938+00:00",
    "status": "succeeded"
    }
    ],
    "wget": [
    {
    "cmd": [
    "wget",
    "--no-verbose",
    "--adjust-extension",
    "--convert-links",
    "--force-directories",
    "--backup-converted",
    "--span-hosts",
    "--no-parent",
    "-e",
    "robots=off",
    "--timeout=600",
    "--restrict-file-names=windows",
    "--warc-file=/data/archive/1729241500.668938/warc/1729241788",
    "--page-requisites",
    "--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) wget/GNU Wget 1.21.3",
    "--compression=auto",
    "https://tsblog.simulz.kr/1298"
    ],
    "cmd_version": "GNU Wget 1.21.3",
    "end_ts": "2024-10-18T08:56:41.310965+00:00",
    "index_texts": null,
    "output": "tsblog.simulz.kr/1298.html",
    "pwd": "/data/archive/1729241500.668938",
    "schema": "ArchiveResult",
    "start_ts": "2024-10-18T08:56:28.076037+00:00",
    "status": "succeeded"
    }
    ]
    },
    "icons": null,
    "is_archived": true,
    "is_static": false,
    "latest": {
    "archive_org": "ArchiveError: Failed to find "content-location" URL header in Archive.org response.",
    "dom": "output.html",
    "favicon": "favicon.ico",
    "git": null,
    "media": "media",
    "pdf": "output.pdf",
    "screenshot": "screenshot.png",
    "singlefile": "ArchiveError: SingleFile was not able to archive the page",
    "title": "\uc2dc\ub180\ub85c\uc9c0 \ucee8\ud14c\uc774\ub108 - qBitTorrent v4.6 \uc124\uce58",
    "warc": null,
    "wget": "tsblog.simulz.kr/1298.html"
    },
    "link_dir": "/data/archive/1729241500.668938",
    "newest_archive_date": "2024-10-18T08:56:57.816756+00:00",
    "num_failures": 2,
    "num_outputs": 10,
    "oldest_archive_date": "2024-10-18T08:51:40.966539+00:00",
    "path": "/1298",
    "schema": "Link",
    "scheme": "https",
    "snapshot_id": "bc9f3613-1b98-42c1-9ae7-8153bad242fc",
    "sources": [
      "/data/sources/1729241500-import.txt"
    ],
    "tags": null,
    "tags_str": "",
    "timestamp": "1729241500.668938",
    "title": "\uc2dc\ub180\ub85c\uc9c0 \ucee8\ud14c\uc774\ub108 - qBitTorrent v4.6 \uc124\uce58",
    "updated": "2024-10-18T08:51:40.966295+00:00",
    "updated_date": "2024-10-18 08:51",
    "url": "https://tsblog.simulz.kr/1298"
}
Originally created by @h56497318 on GitHub (Oct 21, 2024). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1557 I'm trying to use archivebox in Synology Docker. I want to archive singlefile, but an error occurs. At first, I downloaded the image file from the container manager and ran it, but the singlefile was not downloaded, so I tried increasing TIMEOUT to 600, and I also tried creating a new project and using sonic. but the result was the same error code: SingleFile was not able to archive the page `docker-compose.yaml` ``` version: '3.9' services: archivebox: image: archivebox/archivebox:latest container_name: ArchiveBox hostname: archivebox healthcheck: test: curl -f http://localhost:8000/ || exit 1 command: server --quick-init 0.0.0.0:8000 ports: - 8000:8000 environment: - MEDIA_MAX_SIZE=2000m - SEARCH_BACKEND_ENGINE=sonic - SEARCH_BACKEND_HOST_NAME=sonic - SEARCH_BACKEND_PASSWORD=SecretPassword - TIMEOUT=600 - PUBLIC_INDEX=False # set to False to prevent anonymous users from viewing snapshot list. Or set to True. - PUBLIC_SNAPSHOTS=False # set to False to prevent anonymous users from viewing snapshot content. Or set to True. - PUBLIC_ADD_VIEW=False # set to True to allow anonymous users to submit new URLs to archive. volumes: - /volume1/docker/archivebox/data:/data ``` `index.json` ```json { "archive_path": "archive/1729241500.668938", "base_url": "tsblog.simulz.kr/1298", "basename": "1298", "bookmarked_date": "2024-10-18 08:51", "canonical": { "archive_org_path": "https://web.archive.org/web/tsblog.simulz.kr/1298", "dom_path": "output.html", "favicon_path": "favicon.ico", "git_path": "git/", "google_favicon_path": "https://www.google.com/s2/favicons?domain=tsblog.simulz.kr", "headers_path": "headers.json", "htmltotext_path": "htmltotext.txt", "index_path": "index.html", "media_path": "media/", "mercury_path": "mercury/content.html", "pdf_path": "output.pdf", "readability_path": "readability/content.html", "screenshot_path": "screenshot.png", "singlefile_path": "singlefile.html", "warc_path": "warc/", "wget_path": "tsblog.simulz.kr/1298.html" }, "domain": "tsblog.simulz.kr", "extension": "", "hash": "W4ECDPNXXVC8FAPPD2MD", "history": { "archive_org": [ { "cmd": [ "curl", "--silent", "--location", "--compressed", "--head", "--max-time", "600", "--user-agent", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) curl/curl 8.5.0 (x86_64-pc-linux-gnu)", "https://web.archive.org/save/https://tsblog.simulz.kr/1298" ], "cmd_version": "curl 8.5.0 (x86_64-pc-linux-gnu)", "end_ts": "2024-10-18T08:56:58.346553+00:00", "index_texts": null, "output": "ArchiveError: Failed to find "content-location" URL header in Archive.org response.", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:56:57.816756+00:00", "status": "failed" } ], "dom": [ { "cmd": [ "/usr/bin/chromium-browser", "--headless=new", "--no-sandbox", "--no-zygote", "--disable-dev-shm-usage", "--disable-software-rasterizer", "--run-all-compositor-stages-before-draw", "--hide-scrollbars", "--window-size=1440,2000", "--autoplay-policy=no-user-gesture-required", "--no-first-run", "--use-fake-ui-for-media-stream", "--use-fake-device-for-media-stream", "--disable-sync", "--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/)", "--window-size=1440,2000", "--dump-dom", "https://tsblog.simulz.kr/1298" ], "cmd_version": "Chromium 124.0.6367.29", "end_ts": "2024-10-18T08:56:27.959212+00:00", "index_texts": null, "output": "output.html", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:56:17.488790+00:00", "status": "succeeded" } ], "favicon": [ { "cmd": [ "curl", "--silent", "--location", "--compressed", "--max-time", "600", "--output", "favicon.ico", "--user-agent", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) curl/curl 8.5.0 (x86_64-pc-linux-gnu)", "https://www.google.com/s2/favicons?domain=tsblog.simulz.kr" ], "cmd_version": "curl 8.5.0 (x86_64-pc-linux-gnu)", "end_ts": "2024-10-18T08:51:41.455490+00:00", "index_texts": null, "output": "favicon.ico", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:51:40.966539+00:00", "status": "succeeded" } ], "git": [], "headers": [ { "cmd": [ "curl", "--silent", "--location", "--compressed", "--head", "--max-time", "600", "--user-agent", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) curl/curl 8.5.0 (x86_64-pc-linux-gnu)", "https://tsblog.simulz.kr/1298" ], "cmd_version": "curl 8.5.0 (x86_64-pc-linux-gnu)", "end_ts": "2024-10-18T08:51:41.815784+00:00", "index_texts": null, "output": "headers.json", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:51:41.542515+00:00", "status": "succeeded" } ], "htmltotext": [], "media": [ { "cmd": [ "yt-dlp", "--write-description", "--write-info-json", "--write-annotations", "--write-thumbnail", "--no-call-home", "--write-sub", "--write-auto-subs", "--convert-subs=srt", "--yes-playlist", "--continue", "--no-abort-on-error", "--ignore-errors", "--geo-bypass", "--add-metadata", "--format=(bv*+ba/b)[filesize<=2000m][filesize_approx<=?2000m]/(bv*+ba/b)", "https://tsblog.simulz.kr/1298" ], "cmd_version": "2023.12.30", "end_ts": "2024-10-18T08:56:57.593718+00:00", "index_texts": [], "output": "media", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:56:52.987575+00:00", "status": "succeeded" } ], "mercury": [ { "cmd": [ "/app/node_modules/@postlight/parser/cli.js", "https://tsblog.simulz.kr/1298" ], "cmd_version": "1.0.0", "end_ts": "2024-10-18T08:56:52.794829+00:00", "index_texts": null, "output": "mercury", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:56:46.019037+00:00", "status": "succeeded" } ], "pdf": [ { "cmd": [ "/usr/bin/chromium-browser", "--headless=new", "--no-sandbox", "--no-zygote", "--disable-dev-shm-usage", "--disable-software-rasterizer", "--run-all-compositor-stages-before-draw", "--hide-scrollbars", "--window-size=1440,2000", "--autoplay-policy=no-user-gesture-required", "--no-first-run", "--use-fake-ui-for-media-stream", "--use-fake-device-for-media-stream", "--disable-sync", "--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/)", "--window-size=1440,2000", "--print-to-pdf", "https://tsblog.simulz.kr/1298" ], "cmd_version": "Chromium 124.0.6367.29", "end_ts": "2024-10-18T08:56:04.990673+00:00", "index_texts": null, "output": "output.pdf", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:55:44.647568+00:00", "status": "succeeded" } ], "readability": [ { "cmd": [ "/app/node_modules/readability-extractor/readability-extractor", "/tmp/tmpgojmv8uu", "https://tsblog.simulz.kr/1298" ], "cmd_version": "0.0.11", "end_ts": "2024-10-18T08:56:45.745596+00:00", "index_texts": [ "\ud050\ube57 \ud1a0\ub80c\ud2b8 \ub3c4\ucee4 \uc124\uce58\n\uc774\ubbf8\uc9c0 \uc124\uce58\n\n\n\ucee8\ud14c\uc774\ub108 \ub9e4\ub2c8\uc800\uc758 \ub808\uc9c0\uc2a4\ud2b8\ub9ac \ud654\uba74\uc73c\ub85c \uc774\ub3d9 \ud6c4, \u00a0qbittorrent\ub97c \uac80\uc0c9\ud569\ub2c8\ub2e4.\n\n\nlinuxserver/qbittorrent \ud56d\ubaa9\uc744 \ub354\ube14\ud074\ub9ad \ud558\uac70\ub098 \ub2e4\uc6b4\ub85c\ub4dc \ubc84\ud2bc\uc744 \ub20c\ub7ec \ucd5c\uc2e0 \ubc84\uc804(latest)\uc744 \ub0b4\ub824 \ubc1b\uc2b5\ub2c8\ub2e4. \ubc84\uc804\uc774 \ub9ce\uae30 \ub54c\ubb38\uc5d0 \ucf64\ubcf4 \ub9ac\uc2a4\ud2b8 \ubc18\uc751\uc774 \ub290\ub9bd\ub2c8\ub2e4.\n\n\n\ucee8\ud14c\uc774\ub108 \ub9e4\ub2c8\uc800\uc758 \uc774\ubbf8\uc9c0 \ud654\uba74\uc5d0\uc11c \ub0b4\ub824\ubc1b\uc740 \uc774\ubbf8\uc9c0\ub97c \uc2e4\ud589\ud574\uc11c \uc124\uce58\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4.\n\n\ucee8\ud14c\uc774\ub108 \uc124\uc815\n\n\n\uc7ac\ubd80\ud305\ud560 \ub54c\ub9c8\ub2e4 \uc0ac\uc6a9\ud558\ub824\uba74 \uc790\ub3d9 \uc7ac\uc2dc\uc791 \ud65c\uc131\ud654 \uc120\ud0dd\n\n\uace0\uae09 \uc124\uc815\n\ud3ec\ud2b8 \uc124\uc815, \ubcfc\ub968 \uc124\uc815\n\n\n\uae30\ubcf8 WEB_UI \ud3ec\ud2b8\ub294 8080\uc774\uba70, \uc5ec\uae30\uc11c\ub294 8282\ub85c \ubcc0\uacbd\ud574\ubd05\ub2c8\ub2e4. NAS\uc758 \ub85c\uceec \ud3ec\ud130\uac00 \ucee8\ud14c\uc774\ub108\uc5d0\uc11c \uc124\uc815\ud55c \ud3ec\ud2b8\uc5d0 \ub9e4\ud551\ub429\ub2c8\ub2e4.\n\ubcfc\ub968 \uc124\uc815\uc5d0 \ub85c\uceec \ud3f4\ub354\ub97c \ucd94\uac00\ud558\uc5ec \ub9c8\uc6b4\ud2b8 \ud569\ub2c8\ub2e4.\n/config/downloads\n\ud658\uacbd\n\n\nWEBUI_PORT \ubcc0\uc218\ub97c \ucd94\uac00\ud558\uace0 \ubcc0\uacbd\ud560 \ucee8\ud14c\uc774\ub108 \ud3ec\ud2b8 \ubc88\ud638\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.\n\uc124\uc815\uc744 \uc644\ub8cc \ud6c4 \ucee8\ud14c\uc774\ub108\ub97c \uc2e4\ud589\ud569\ub2c8\ub2e4.\n\n\ub124\ud2b8\uc6cc\ud06c \uc124\uc815\n\ubc29\ud654\ubcbd \ud3ec\ud2b8 \ucd94\uac00\n\n\n\uc81c\uc5b4\ud310 - \ubcf4\uc548 - \ubc29\ud654\ubcbd - \uaddc\uce59 \ud3b8\uc9d1 - \uc0dd\uc131 \ub610\ub294 \ud3b8\uc9d1 - \uc18c\uc2a4 IP \ud2b9\uc815 IP \uc120\ud0dd - IP \uc785\ub825\n\ucee8\ud14c\uc774\ub108 IP \ub300\uc5ed\uc744 \ubc29\ud654\ubcbd\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4. \uc11c\ube0c\ub137 \ub9c8\uc2a4\ud06c\ub294 \uc6d0\ud558\ub294 \ub9cc\ud07c \uc124\uc815\ud569\ub2c8\ub2e4.\n\n\ub9ac\ubc84\uc2a4 \ud504\ub85d\uc2dc\n\ub3c4\uba54\uc778 \uc8fc\uc18c\ub85c \uc811\uc18d\ud558\uace0 \uc2f6\ub2e4\uba74 \uc5ed\ubc29\ud5a5 \ud504\ub85d\uc2dc\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.\n\n\n\uc81c\uc5b4\ud310 - \ub85c\uadf8\uc778 \ud3ec\ud138 - \uace0\uae09 - \uc5ed\ubc29\ud5a5 \u00a0\ud504\ub85d\uc2dc - \uc0dd\uc131 \ub610\ub294 \ud3b8\uc9d1 - \uc815\ubcf4 \uc785\ub825\n\ud504\ub85c\ud1a0\ucf5c\uc740 HTTPS, \ud638\uc2a4\ud2b8 \uc774\ub984\uc5d0 \uc784\uc758\uc758 \uc11c\ube0c \ub3c4\uba54\uc778\uc744 \ud3ec\ud568\ud55c \uc8fc\uc18c\ub97c \uc785\ub825, \ud3ec\ud2b8\ub294 443\uc744 \uc785\ub825\ud569\ub2c8\ub2e4.\n\uc608) torrent.yourDNS.me\n\ub77c\uc6b0\ud130\uc5d0\uc11c\ub294 443 \ud3ec\ud2b8\ub97c NAS IP\ub85c \ud3ec\ud2b8 \ud3ec\uc6cc\ub529 \uc124\uc815\ud569\ub2c8\ub2e4.\n\uc678\ubd80\uc5d0\uc11c\ub294 HTTPS\ub85c\ub9cc \uc811\uc18d\ud558\uace0, \ub0b4\ubd80\ub9dd\uc740 IP \uc811\uc18d\uc774\ubbc0\ub85c \ub300\uc0c1 \ud504\ub85c\ud1a0\ucf5c\uc740 HTTP\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.\ud3ec\ud2b8 \ubc88\ud638\ub294 \ucee8\ud14c\uc774\ub108\ub85c \uc5f0\uacb0\ub418\ub294 \ub85c\uceec \ud3ec\ud2b8\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.\n\uc811\uc18d \uacfc\uc815\u27a1\ufe0f(\ube0c\ub77c\uc6b0\uc800)https://torrent.yourDNS.me\u27a1\ufe0f(NAS) \ub9ac\ubc84\uc2a4 \ud504\ub85d\uc2dc\u27a1\ufe0f(NAS)http://192.x.x.x:8282\u27a1\ufe0f(\ucee8\ud14c\uc774\ub108)http://172.x.x.x:8282\n\n\uc811\uc18d\n\uc704\uc5d0\uc11c \uc124\uc815\ud55c \uc5ed\ubc29\ud5a5 \ud504\ub85d\uc2dc\uc5d0 \uc785\ub825\ud55c \ud638\uc2a4\ud2b8 \uc774\ub984\uc73c\ub85c \uc811\uc18d\ud569\ub2c8\ub2e4.\n\uc608) https://torrent.yourDNS.me\u00a0\n\n\nqBitTorrent \ub85c\uadf8\uc778 \ud398\uc774\uc9c0\uac00 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.\nUsername\uc740 admin\uc774\uba70, Password\ub294 \ucee8\ud14c\uc774\ub108 \ub85c\uadf8\uc5d0\uc11c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\uc554\ud638 \ud655\uc778\n\n\n\ucee8\ud14c\uc774\ub108 \uc18d\uc131\uc5d0\uc11c \ub85c\uadf8 \ud0ed\uc73c\ub85c \uc774\ub3d9\ud558\uba74 username\uacfc password\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\ub85c\uadf8\uc778 \ud6c4 \uc554\ud638\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4.\n\n\n\uc124\uc815\n\u2699\ufe0f \uc544\uc774\ucf58\uc744 \ub204\ub974\uace0 \uc6f9 UI \ud0ed\uc73c\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.\n\n\n\ub85c\uadf8\uc778 \ubcf4\uc548\n\uc0ac\uc6a9\uc790 \uc774\ub984\uacfc \uc554\ud638\ub97c \uc785\ub825 \ud6c4 \uc800\uc7a5\u00a0\ubc84\ud2bc\uc744 \ub204\ub974\uba74 \ub429\ub2c8\ub2e4.\n\n\uac31\uc2e0: 2024-04-17" ], "output": "readability", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:56:41.590888+00:00", "status": "succeeded" } ], "screenshot": [ { "cmd": [ "/usr/bin/chromium-browser", "--headless=new", "--no-sandbox", "--no-zygote", "--disable-dev-shm-usage", "--disable-software-rasterizer", "--run-all-compositor-stages-before-draw", "--hide-scrollbars", "--window-size=1440,2000", "--autoplay-policy=no-user-gesture-required", "--no-first-run", "--use-fake-ui-for-media-stream", "--use-fake-device-for-media-stream", "--disable-sync", "--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/)", "--window-size=1440,2000", "--screenshot", "https://tsblog.simulz.kr/1298" ], "cmd_version": "Chromium 124.0.6367.29", "end_ts": "2024-10-18T08:56:17.346051+00:00", "index_texts": null, "output": "screenshot.png", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:56:05.380987+00:00", "status": "succeeded" } ], "singlefile": [ { "cmd": [ "/app/node_modules/single-file-cli/single-file", "--browser-executable-path=chromium-browser", "--browser-args=[\"--headless=new\", \"--no-sandbox\", \"--no-zygote\", \"--disable-dev-shm-usage\", \"--disable-software-rasterizer\", \"--run-all-compositor-stages-before-draw\", \"--hide-scrollbars\", \"--window-size=1440,2000\", \"--autoplay-policy=no-user-gesture-required\", \"--no-first-run\", \"--use-fake-ui-for-media-stream\", \"--use-fake-device-for-media-stream\", \"--disable-sync\", \"--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/)\", \"--window-size=1440,2000\"]", "https://tsblog.simulz.kr/1298", "singlefile.html" ], "cmd_version": "1.1.46", "end_ts": "2024-10-18T08:55:44.423754+00:00", "index_texts": null, "output": "ArchiveError: SingleFile was not able to archive the page", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:51:41.888695+00:00", "status": "failed" } ], "title": [ { "cmd": [ "curl", "--silent", "--location", "--compressed", "--max-time", "600", "--user-agent", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) curl/curl 8.5.0 (x86_64-pc-linux-gnu)", "https://tsblog.simulz.kr/1298" ], "cmd_version": "curl 8.5.0 (x86_64-pc-linux-gnu)", "end_ts": "2024-10-18T08:56:41.517539+00:00", "index_texts": null, "output": "\uc2dc\ub180\ub85c\uc9c0 \ucee8\ud14c\uc774\ub108 - qBitTorrent v4.6 \uc124\uce58", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:56:41.446938+00:00", "status": "succeeded" } ], "wget": [ { "cmd": [ "wget", "--no-verbose", "--adjust-extension", "--convert-links", "--force-directories", "--backup-converted", "--span-hosts", "--no-parent", "-e", "robots=off", "--timeout=600", "--restrict-file-names=windows", "--warc-file=/data/archive/1729241500.668938/warc/1729241788", "--page-requisites", "--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 ArchiveBox/0.7.2 (+https://github.com/ArchiveBox/ArchiveBox/) wget/GNU Wget 1.21.3", "--compression=auto", "https://tsblog.simulz.kr/1298" ], "cmd_version": "GNU Wget 1.21.3", "end_ts": "2024-10-18T08:56:41.310965+00:00", "index_texts": null, "output": "tsblog.simulz.kr/1298.html", "pwd": "/data/archive/1729241500.668938", "schema": "ArchiveResult", "start_ts": "2024-10-18T08:56:28.076037+00:00", "status": "succeeded" } ] }, "icons": null, "is_archived": true, "is_static": false, "latest": { "archive_org": "ArchiveError: Failed to find "content-location" URL header in Archive.org response.", "dom": "output.html", "favicon": "favicon.ico", "git": null, "media": "media", "pdf": "output.pdf", "screenshot": "screenshot.png", "singlefile": "ArchiveError: SingleFile was not able to archive the page", "title": "\uc2dc\ub180\ub85c\uc9c0 \ucee8\ud14c\uc774\ub108 - qBitTorrent v4.6 \uc124\uce58", "warc": null, "wget": "tsblog.simulz.kr/1298.html" }, "link_dir": "/data/archive/1729241500.668938", "newest_archive_date": "2024-10-18T08:56:57.816756+00:00", "num_failures": 2, "num_outputs": 10, "oldest_archive_date": "2024-10-18T08:51:40.966539+00:00", "path": "/1298", "schema": "Link", "scheme": "https", "snapshot_id": "bc9f3613-1b98-42c1-9ae7-8153bad242fc", "sources": [ "/data/sources/1729241500-import.txt" ], "tags": null, "tags_str": "", "timestamp": "1729241500.668938", "title": "\uc2dc\ub180\ub85c\uc9c0 \ucee8\ud14c\uc774\ub108 - qBitTorrent v4.6 \uc124\uce58", "updated": "2024-10-18T08:51:40.966295+00:00", "updated_date": "2024-10-18 08:51", "url": "https://tsblog.simulz.kr/1298" } ```
Author
Owner

@pirate commented on GitHub (Oct 21, 2024):

The older singlefile release in the v0.7.x :latest (aka :stable) build can fail for a number of reasons. In general each method is not expected to work on 100% of sites, that's why many methods are provided.

It's possible upgrading will fix the issue as the latest pre-release contains many fixes and improvements, including Singlefile updates.

If you're ok trying a BETA, back up your collection first and then edit docker-compose.yml image: to the latest archivebox/archivebox:dev tag. Otherwise wait till the next stable v0.9 release.

<!-- gh-comment-id:2427888702 --> @pirate commented on GitHub (Oct 21, 2024): The older singlefile release in the `v0.7.x` `:latest` (aka `:stable`) build can fail for a number of reasons. In general each method is not expected to work on 100% of sites, that's why many methods are provided. It's possible upgrading will fix the issue as the latest pre-release contains many fixes and improvements, including Singlefile updates. If you're ok trying a BETA, back up your collection first and then edit `docker-compose.yml` `image:` to the latest `archivebox/archivebox:dev` tag. Otherwise wait till the next stable v0.9 release.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2436
No description provided.