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

Register failed with 503 because of captcha service is not reachable #32

Closed
StefanSchubert opened this issue Dec 18, 2018 · 1 comment
Closed
Assignees
Labels

Comments

@StefanSchubert
Copy link
Owner

Could not connect to the captcha service http://sabi.bluewhale.de:8081/captcha/api/check/{code}
java.io.IOException: Could not connect to the captcha service http://sabi.bluewhale.de:8081/captcha/api/check/{code}

This happens from time to time during a registration process.

@StefanSchubert StefanSchubert self-assigned this Dec 18, 2018
@StefanSchubert
Copy link
Owner Author

Looked like a timeout. I did the following:

  1. replaced the check external URL with an internal (localhost) call on the pi, as the checker is located on the same unit.
  2. Configured the rest template, to use a timeout of 20 seconds (for each: connect and read).

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

No branches or pull requests

1 participant