Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elm publish under zsh not printing error message #2320

Open
jweir opened this issue Dec 21, 2023 · 1 comment
Open

elm publish under zsh not printing error message #2320

jweir opened this issue Dec 21, 2023 · 1 comment

Comments

@jweir
Copy link

jweir commented Dec 21, 2023

Quick Summary: ???

elm publish errors without an error message when using zsh on MacOS.

When using bash the error message is printed.

SSCCE

using zsh 5.9 (x86_64-apple-darwin23.0)

elm publish
  Verifying jweir/charter 2.0.7 ...

    ● Found README.md
    ● Found LICENSE
    → Verifying documentation...zsh: segmentation fault  elm publish

Expected output

Running the same command, but within a bash session produces

GNU bash, version 3.2.57(1)-release (arm64-apple-darwin23

elm publish
  Verifying jweir/charter 2.0.7 ...

    ● Found README.md
    ● Found LICENSE
    ✗ Problem with documentation

  -- PROBLEM DOWNLOADING PACKAGE -------------------------------------------------

  I was trying to download the source code for elm-explorations/test 1.2.2, so I
  tried to fetch:

      https://github.com/elm-explorations/test/zipball/1.2.2/

  But my HTTP library is giving me the following error message:

      InternalException (HandshakeFailed (Error_Protocol ("certificate rejected: [InvalidSignature SignatureInvalid]",True,CertificateUnknown

  Are you somewhere with a slow internet connection? Or no internet? Does the link
  I am trying to fetch work in your browser? Maybe the site is down? Does your
  internet connection have a firewall that blocks certain domains? It is usually
  something like that!
  • Elm: Elm 0.19.1
  • Browser: n/a
  • Operating System: MacOS 14.2 (M2)

Additional Details

The network issue with Github eventually resolved and elm publish succeed.

Copy link

Thanks for reporting this! To set expectations:

  • Issues are reviewed in batches, so it can take some time to get a response.
  • Ask questions in a community forum. You will get an answer quicker that way!
  • If you experience something similar, open a new issue. We like duplicates.

Finally, please be patient with the core team. They are trying their best with limited resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant