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

getting error "Unable to open'Response(xxxms)': Cannot read property 'toLowerCase' of null" #96

Closed
beomagi opened this issue May 15, 2017 · 3 comments
Labels

Comments

@beomagi
Copy link

beomagi commented May 15, 2017

  • VSCode Version: 1.12.1
  • OS Version: Windows 7 Enterprise
  • REST Client Version: 0.14.3

Steps to Reproduce:

  1. highlighted a url and pressed ctrl+alt+r
    url is "http://10.249.145.83:8084/key/test"

expected:
{ ~ } » curl http://10.249.145.83:8084/key/test
123

  1. The url was the only thing in the editor window.
@Huachao
Copy link
Owner

Huachao commented May 16, 2017

@beomagi I guess the cause is that the response doesn't have a Content-Type header, if so, I know how I can fix the issue. Can you set rest-client.previewResponseInUntitledDocument to true in setting file, and then check if the response has this header, so that I can confirm the issue. Sorry for the inconvenience.

@Huachao Huachao added the bug label May 16, 2017
@Huachao Huachao closed this as completed May 16, 2017
@Huachao
Copy link
Owner

Huachao commented May 16, 2017

@beomagi you can try the latest version 0.14.4 to verify

@beomagi
Copy link
Author

beomagi commented May 19, 2017 via email

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

No branches or pull requests

2 participants