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

SOCKS proxy throws NumberFormatException: For input string: "127.0.0.1" #10

Open
borislavib opened this issue Feb 18, 2020 · 0 comments

Comments

@borislavib
Copy link

Setting up the SOCKS proxy for the plugin produces error like this:

java.lang.NumberFormatException: For input string: "127.0.0.1"
	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.base/java.lang.Integer.parseInt(Integer.java:652)

Network settings on Firefox for proxy are SOCKS v5 + socks host 127.0.0.1 + port number.
After that connecting to the remote server http://.org

Any ideas how use the proxy for intellij-zeppelin the same way as in Firefox ?

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

No branches or pull requests

1 participant