You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Setting up the SOCKS proxy for the plugin produces error like this:
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 ?
The text was updated successfully, but these errors were encountered: