-
Notifications
You must be signed in to change notification settings - Fork 23
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
MCS ran into an error: null #363
Comments
Hi Jan, thanks for giving MCS a try! MCS uses the default HTTP client that ships with the JDK ( Do you suspect the issue might be related to MCS not using a proxy server while you expect it too? In that case, at least it should give a better error message than just If you feel comfortable with it, can you try running MCS from an IDE? If you could put a breakpoint in line 36 of |
Thanks, Jan, that is very useful information! I'll make sure to give a (slightly) better error in that case.
You could try |
Yeah, that works! So, although that works, it would be great if the tool could respect the env variables. |
Great!
Agreed! I've logged #368 to track that. Are there more proxy-related environment variables that come into play? |
v0.6.4 should at least provide you a more meaningful error message. |
Hi,
just installed MCS via brew on my Mac M1. After successful installation, I ran:
One potential thing: Does mcs supports proxies? Like does it respect the
HTTP[S]_PROXY
env variable as I am behind a corporate proxy?The text was updated successfully, but these errors were encountered: