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

Throw different Exception, when login fails due to captcha #4

Open
FelixSFD opened this issue Jul 16, 2018 · 0 comments · May be fixed by #8
Open

Throw different Exception, when login fails due to captcha #4

FelixSFD opened this issue Jul 16, 2018 · 0 comments · May be fixed by #8
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@FelixSFD
Copy link
Member

The current Exception does not tell much about the error that occurs when logging in.

Exception in thread "main" java.lang.IllegalStateException: Unable to login to Stack Exchange. (Site: stackexchange.com via meta.stackexchange.com)
	at org.sobotics.chatexchange.chat.StackExchangeClient.seLogin(StackExchangeClient.java:134)
	at org.sobotics.chatexchange.chat.StackExchangeClient.joinRoom(StackExchangeClient.java:182)
	at org.sobotics.guttenberg.services.RunnerService.start(RunnerService.java:57)
	at org.sobotics.guttenberg.clients.Client.main(Client.java:127)

When the bot needs to solve a captcha, a different exception should be throws

@FelixSFD FelixSFD added the enhancement New feature or request label Jul 16, 2018
@FelixSFD FelixSFD self-assigned this Jul 16, 2018
@FelixSFD FelixSFD added this to the 2.1.0 milestone Jul 25, 2018
FelixSFD added a commit that referenced this issue Jul 26, 2018
@FelixSFD FelixSFD linked a pull request Jul 26, 2018 that will close this issue
FelixSFD added a commit that referenced this issue Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant