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

Have server indicate that Captcha is required #333

Open
dweeden opened this issue May 22, 2024 · 0 comments
Open

Have server indicate that Captcha is required #333

dweeden opened this issue May 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dweeden
Copy link

dweeden commented May 22, 2024

Describe the solution you'd like

As I commented in question #320, the server seems to hang on start if eufy is wanting captcha unless one provide a -v verbose param.

It would be really helpful if the server logged that captcha is required at Info level in a manner similar to the way it does for 2FA (bold below). It took me quite awhile to figure this out and it would be nice to save others that time going forward.

Ideally, it would also emit the base64 data too with a suggestion to enter it into an online decoder such as https://www.base64decode.net/base64-image-decoder

2024-05-22 20:29:40.498 INFO eufy-security-ws Eufy Security server listening on host localhost, port 3000
2024-05-22 20:29:41.363 INFO eufy-security-ws:eufy-security-client [http] [HTTPApi.sendVerifyCode] Requested verification code for 2FA
2024-05-22 20:30:31.720 INFO eufy-security-ws:eufy-security-client [http] [HTTPApi.addTrustDevice] 2FA authentication successfully done. Device trusted.

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

No branches or pull requests

1 participant