We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment it throws an exception and reports this an as error, this should at the very least be a user error.
java.lang.IllegalArgumentException: Invalid Proxy — parser.irc.IRCParser.newSocket(IRCParser.java:798) java.net.Socket.<init>(Unknown Source) com.dmdirc.parser.irc.IRCParser.newSocket(IRCParser.java:798) com.dmdirc.parser.irc.IRCParser.findSocket(IRCParser.java:884) com.dmdirc.parser.irc.IRCParser.doConnect(IRCParser.java:914) com.dmdirc.parser.irc.IRCParser.run(IRCParser.java:1001) com.dmdirc.parser.common.ThreadedParser$1.run(ThreadedParser.java:49) java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
ShaneMcC
No branches or pull requests
At the moment it throws an exception and reports this an as error, this should at the very least be a user error.
The text was updated successfully, but these errors were encountered: