usefathom / fathom

Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
https://usefathom.com/
MIT License
7.55k stars 368 forks source link

fathom extraction fails (Heroku) #308

Closed skuzzymiglet closed 3 years ago

skuzzymiglet commented 4 years ago
$ curl -s https://api.github.com/repos/usefathom/fathom/releases/latest \
  | grep browser_download_url \
  | grep linux_amd64.tar.gz \
  | cut -d '"' -f 4 \
  | wget -qi - -O- \
  | tar --directory bin -xz - fathom
tar: -: Not found in archive
tar: Exiting with failure status due to previous errors

This is from the docs at https://github.com/usefathom/fathom/blob/master/docs/misc/Heroku.md#create-the-app

skuzzymiglet commented 4 years ago

This needs attention as it's preventing people from using this on heroku

leonardofaria commented 4 years ago

Hi @skuzzymiglet I followed the same instructions of the doc and it worked just fine. Maybe a temporary error?