question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Singlefile not working in docker-compose on arm64 (M1 Macs, RPi 4, etc.)

See original GitHub issue

Have archivebox running local on my mac which works fine with a local installed single-file. Want to user docker-compose run archivebox add … with single-file docker-compose run archivebox works but not single-file

      > singlefile
        Extractor failed:                                                                                                                                                                             
             SingleFile was not able to archive the page
            Got single-file response code: 0.

I added in Archivebox.conf

[DEPENDENCY_CONFIG]
SINGLEFILE_BINARY = /opt/homebrew/lib/node_modules/single-file/cli/single-file  

Maybe this is more a docker question?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
darkstarcommented, Apr 21, 2022

Works for me now 👍 thanks for the fix!

1reaction
piratecommented, Apr 21, 2022

I believe I fixed it in the latest commits on dev https://github.com/ArchiveBox/ArchiveBox/commit/57df65f28fe72677d21e29ce6c9e9d7bcd0ba918 / in the latest Docker release: https://hub.docker.com/layers/archivebox/archivebox/archivebox/0.6.3

I also bumped chromium, yt-dlp, youtube-dl, ripgrep, git, single-file, and a few other dependencies to their latest versions ^.

Give it a shot and let me know if it works on your machines. If you still have issues comment back here and I’ll reopen the ticket.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker (Apple Silicon/M1 Preview) MySQL "no matching ...
In particular, the mysql image is not available for ARM64. You can work around this issue by using a mariadb image. (source here)....
Read more >
adminer - Official Image - Docker Hub
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to...
Read more >
Docker and Docker Compose on Raspberry Pi OS
How to install Docker on RPi 2, 3 and 4 with the new Raspberry Pi OS, for 32 and 64-bit.
Read more >
homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter aacgain 1.8 AAC‑supporting version of mp3gain aalib 1.4rc5 Portable ASCII art graphics library aamath 0.3 Renders mathematical expressions as ASCII art
Read more >
Installing ONLYOFFICE Docs Docker version for arm64
when using services launched outside the container such as PostgreSQL, Redis, RabbitMQ. Running ONLYOFFICE Docs using HTTPS. sudo docker run -i - ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found