We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running rover graph introspect towards a graph that gzip encodes the response body, the following error is produced:
rover graph introspect
error[E004]: error decoding response body: expected value at line 1 column 1
When disabling gzip, it works as expected.
Rover should gunzip the response if it returns a content-encoding: gzip header
gunzip
content-encoding: gzip
Run rover info and paste the results here
rover info
Rover Info: Version: 0.1.6 Install Location: /Users/xxx/Projects/xxx/xxx/node_modules/binary-install/bin/rover OS: Mac OS 11.2.3 [64-bit] Shell: /bin/zsh
The text was updated successfully, but these errors were encountered:
hi @keaeriksson ! Thanks for this report. Definitely seems like something that should be fixed.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
When running
rover graph introspect
towards a graph that gzip encodes the response body, the following error is produced:When disabling gzip, it works as expected.
Steps to reproduce
rover graph introspect
towards a graph that has gzip enabledExpected result
Rover should
gunzip
the response if it returns acontent-encoding: gzip
headerActual result
Environment
Run
rover info
and paste the results hereThe text was updated successfully, but these errors were encountered: