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

Parser should handle invalid proxies nicely #9

Open
csmith opened this issue Sep 23, 2014 · 0 comments
Open

Parser should handle invalid proxies nicely #9

csmith opened this issue Sep 23, 2014 · 0 comments
Assignees

Comments

@csmith
Copy link
Member

csmith commented Sep 23, 2014

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)
@csmith csmith added this to the v0.9 milestone Sep 24, 2014
@ShaneMcC ShaneMcC self-assigned this Sep 25, 2014
@csmith csmith removed this from the v0.9 milestone Jan 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants