-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Missing url prefix results in Cannot read properties of undefined
#387
Comments
+1 to a configurable default like http:// or https:// for a collection and a explicit error message for this case. very easy to get tripped up on this when first using the app. |
hi, Maybe it would be better to check if the file could be parsed anyway and check if the object is not |
Running into the same, except I do have |
Will be sending out a patch release later today that fixes this. Also @btecu If your request might be failing due to a custom ssl. You can disable ssl and try by setting it in the preferences. |
Thanks, that fixed it in my case. Have I gotten an error about SSL I could have figure it out. |
Context for other people looking for this bug: It seems like this happens when the request fails at a low level, like the target host not being found. For example, I can |
Have published a patch fix for this in Hoping that this has also taken care of the issue @edbrannin mentioned |
@helloanoop thanks for the fix. can confirm in my case the generic error is gone.. |
Closing this issue as this has been fixed |
When trying to send a request to
localhost:8000
without using a prefix such ashttp://
orhttps://
the following error pops up.It would be logical if bruno either:
http://
https://
When generating code from this request I also get the following as raw HTTP request:
The text was updated successfully, but these errors were encountered: