-
Notifications
You must be signed in to change notification settings - Fork 18
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
better errors if distributable.url
returns a bad content type
#28
Comments
oops! my bad, just a malformed URL on my part Still, it's a bit weird how that is displayed in logs |
Yeah this is a bug in our curl handling, reopening. |
Yeah actually I cannot figure out why it doesn’t error cleanly. Is is possible the URL you downloaded returns a HTTP 200 even though it didn’t actually provide a tarball? |
@mxcl yes, it indeed returned 200 https://github.com/quarto-dev/quarto-cli/releases/tag/v1.3.242 |
right, content type is HTML. We could probs figure this out and give a better error. Will leave open until we do that. |
distributable.url
returns a bad content type
@mxcl something looks broken in handling the versions, see last part of semver
source code to reproduce: pkgxdev/pantry@6d4cd3f
The text was updated successfully, but these errors were encountered: