pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.45k stars 81 forks source link

tarball failed: inner tarball error #340

Closed Mhj-soniya closed 1 month ago

Mhj-soniya commented 1 month ago

HI, I am trying to install keila on ubuntu and I am getting this error. Can someone please help me fix this??


Running the postCreateCommand from devcontainer.json...

[102557 ms] Start: Run in container: /bin/sh -c mix deps.get && cd assets && npm install
Resolving Hex dependencies...
Resolution completed in 1.753s
Unchanged:
  argon2_elixir 2.4.0
  castore 1.0.4
  certifi 2.12.0
  comeonin 5.3.3
  cowboy 2.10.0
  cowboy_telemetry 0.3.1
  cowlib 2.12.1
  db_connection 2.7.0
  decimal 2.1.1
  earmark 1.4.27
  earmark_parser 1.4.33
  ecto 3.11.2
  ecto_sql 3.11.3
  elixir_make 0.6.3
  esbuild 0.8.1
  ex2ms 1.6.1
  ex_aws 2.2.7
  ex_aws_ses 2.4.1
  ex_doc 0.25.5
  ex_rated 2.1.0
  file_system 0.2.10
  floki 0.32.0
  gen_smtp 1.2.0
  gettext 0.20.0
  hackney 1.20.1
  hashids 2.0.5
  html_entities 0.5.2
  httpoison 1.8.0
  idna 6.1.1
  jason 1.4.4
  makeup 1.1.0
  makeup_elixir 0.16.0
  makeup_erlang 0.1.1
  metrics 1.0.1
  mime 2.0.5
  mimerl 1.2.0
  mjml 4.0.0
  nimble_csv 1.1.0
  nimble_parsec 1.2.3
  oban 2.18.0
  open_api_spex 3.11.0
  parse_trans 3.4.1
  phoenix 1.6.11
  phoenix_ecto 4.4.0
  phoenix_html 3.2.0
  phoenix_live_dashboard 0.6.5
  phoenix_live_reload 1.3.3
  phoenix_live_view 0.17.11
  phoenix_pubsub 2.1.1
  phoenix_view 1.1.2
  php_serializer 2.0.0
  plug 1.14.2
  plug_cowboy 2.6.1
  plug_crypto 1.2.5
  postgrex 0.19.0
  ranch 1.8.0
  rustler_precompiled 0.7.2
  solid 0.14.1
  ssl_verify_fun 1.1.7
  sweet_xml 0.7.1
  swoosh 1.11.6
  telemetry 0.4.3
  telemetry_metrics 0.6.1
  telemetry_poller 0.5.1
  tls_certificate_check 1.22.1
  tzdata 1.1.1
  unicode_util_compat 0.7.0
* Getting phoenix (Hex package)
** (Mix) Unpacking tarball failed: inner tarball error, no such file or directory

What's next:
    Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug c6a47e1a0e038b22f04364762bab0688fb646c54ea5ed967efd441f2e05c70c6
    Learn more at https://docs.docker.com/go/debug-cli/
[164617 ms] postCreateCommand failed with exit code 1. Skipping any further user-provided commands.
Done. Press any key to close the terminal.
wmnnd commented 1 month ago

This error is from the devcontainer setup, not from installing Keila. What exactly are you trying to do?

Mhj-soniya commented 1 month ago

Thank you for replying. I am trying to setup keila on my local computer. I am trying to rebuild and reopen code in container. The docker image is seen in docker desktop but when running mix deps.get I get this issue

On Mon, 14 Oct 2024, 19:32 Philipp, @.***> wrote:

This error is from the devcontainer setup, not from installing Keila. What exactly are you trying to do?

— Reply to this email directly, view it on GitHub https://github.com/pentacent/keila/issues/340#issuecomment-2411324279, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZMAUFIXXYZHNOY5MQBFUODZ3PDP7AVCNFSM6AAAAABP46PPE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJRGMZDIMRXHE . You are receiving this because you authored the thread.Message ID: @.***>

wmnnd commented 1 month ago

I have never personally worked with the devcontainer setup. The other day I was actually thinking about removing the instructions because I don’t really know how it works 😅

My recommendation would be to simply install Elixir locally, e.g. with asdf (just run asdf install in the Keila directory once you have asdf installed) and give it another try.