alfred-the-archive icon indicating copy to clipboard operation
alfred-the-archive copied to clipboard

"Cannot fetch the URL"

Open nicksergeant opened this issue 1 year ago • 2 comments

I'm running into the error "Cannot fetch the URL":

image

When running arurl https://nicksergeant.com/transitioning-to-a-rest-api-in-support-of-a-modern-front-end/

I've successfully installed pandoc:

❯ brew install pandoc
Running `brew update --auto-update`...
==> Fetching pandoc
==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/manifests/2.19.2
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:62c83be98424758ef00e8536944ec94a0b8d824fddccc11c257020e3ead5a0c0
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:62c83be98424758ef00e8536944ec94a0b8d824fddccc11c257020e3
######################################################################## 100.0%
==> Pouring pandoc--2.19.2.arm64_monterey.bottle.tar.gz
🍺  /opt/homebrew/Cellar/pandoc/2.19.2: 10 files, 251.2MB
==> Running `brew cleanup pandoc`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

❯ pandoc -h
pandoc [OPTIONS] [FILES]
  -f FORMAT, -r FORMAT  --from=FORMAT, --read=FORMAT
  ...

I don't see anything else that might need to be installed in https://github.com/pryley/alfred-the-archive/blob/master/fetch_url.py, but perhaps I'm missing a dep?

nicksergeant avatar Jan 06 '23 15:01 nicksergeant