-
Notifications
You must be signed in to change notification settings - Fork 42
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
bug: unexpected handling of http 400 error #2828
Labels
bug
Something isn't working
Comments
talagluck
changed the title
bug: issue with read_json over http
bug: issue with read_json over https
Mar 26, 2024
talagluck
changed the title
bug: issue with read_json over https
bug: issue with read_json
Mar 26, 2024
Some debugging notes here:
We definitely should investigate more here if there's something easy to get these to work (like |
Totally fair - and to be clear, this isn't necessarily a "let's fix now" but an "I see something that doesn't work and it would be nice if it did." |
tychoish
changed the title
bug: issue with read_json
bug: unexpected handling of http 400 error
Mar 27, 2024
vrongmeal
added a commit
that referenced
this issue
Apr 10, 2024
The `HEAD` method might not be supported. Ignore client side errors and assume we have `0` content length. Fixes: #2828 Signed-off-by: Vaibhav <vrongmeal@gmail.com>
vrongmeal
added a commit
that referenced
this issue
Apr 11, 2024
The `HEAD` method might not be supported. Ignore client side errors and assume we have `0` content length. Fixes: #2828 Signed-off-by: Vaibhav <vrongmeal@gmail.com>
vrongmeal
added a commit
that referenced
this issue
Apr 12, 2024
) The `HEAD` method might not be supported. Ignore client side errors and assume we have `0` content length. Fixes: #2828 --------- Signed-off-by: Vaibhav <vrongmeal@gmail.com> Co-authored-by: Sam Kleinman <sam@glaredb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I'm trying the following query:
And I'm getting the following error:
When I go directly to the url, I can see the data.
And when I run this query, it works:
The text was updated successfully, but these errors were encountered: