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

[Bug]: Process stuck after captcha filled #393

Open
LaurentHass opened this issue Jan 16, 2025 · 0 comments
Open

[Bug]: Process stuck after captcha filled #393

LaurentHass opened this issue Jan 16, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@LaurentHass
Copy link

Version

bropat/eufy-security-ws:latest

Node version

20.17.0

Operating System type

Docker

Operating system version

DSM 7.2

Describe the bug

Hello,

I tried with the network in bridge and host mode, I also tried with 2FA and with captcha (default mode). The behavior is the same.
Do you have an idea?

To reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '....'
  4. See error

Screenshots & Logfiles

sudo docker run -it
--name=eufy_security_ws
--network host
-v /volume1/docker/eufy-security-ws:/data
-e DEBUG=true
-e USERNAME="@."
-e PASSWORD="
"
-e COUNTRY="FR"
-e EVENT_DURATION="10"
bropat/eufy-security-ws
SECURITY WARNING: Reverting CVE-2023-46809: Marvin attack on PKCS#1 padding
2025-01-16 22:22:16.474 DEBUG eufy-security-ws:eufy-security-client [main] [EufySecurity._initializeInternals] Loaded persistent data {
persistentData: {
country: 'FR',
openudid: '
',
serial_number: '
',
push_persistentIds: [],
login_hash: '
',
version: '3.1.1',
cloud_token: '',
cloud_token_expiration: 0,
fallbackTrustedDeviceName: '
',
httpApi: {
user_id: '',
email: '',
nick_name: '',
device_public_keys: {}
}
}
}
2025-01-16 22:22:16.487 DEBUG eufy-security-ws:eufy-security-client [main] [EufySecurity._initializeInternals] Load previous login_hash {
login_hash: '
'
}
2025-01-16 22:22:16.490 DEBUG eufy-security-ws:eufy-security-client [main] [EufySecurity._initializeInternals] Incomplete persistent data for v2 encrypted cloud api communication. Invalidate authenticated session data.
2025-01-16 22:22:17.223 DEBUG eufy-security-ws:eufy-security-client [http] [HTTPApi] Loaded API {
apieBase: 'https://security-app-eu.eufylife.com',
country: 'FR',
username: '
@.',
persistentData: undefined
}
2025-01-16 22:22:17.254 DEBUG eufy-security-ws Starting server on host 0.0.0.0, port 3000
2025-01-16 22:22:17.259 INFO eufy-security-ws Eufy Security server listening on host 0.0.0.0, port 3000
2025-01-16 22:22:17.261 DEBUG eufy-security-ws:eufy-security-client [http] [HTTPApi.login] Login and get an access token {
token: null,
tokenExpiration: null,
options: {
force: false
}
}
2025-01-16 22:22:17.265 DEBUG eufy-security-ws:eufy-security-client [http] [HTTPApi.request] Api request {
method: 'post',
endpoint: 'v2/passport/login_sec',
responseType: undefined,
token: null,
data: {
ab: 'FR',
client_secret_info: {
public_key: '
'
},
enc: 0,
email: '
@.',
password: '[
]',
time_zone: 0,
transaction: '
'
}
}
2025-01-16 22:22:17.406 DEBUG eufy-security-ws:eufy-security-client [http] [HTTPApi.request] Api request - Response {
token: null,
request: {
method: 'post',
endpoint: 'v2/passport/login_sec',
data: {
ab: 'FR',
client_secret_info: {
public_key: '
'
},
enc: 0,
email: '
@.',
password: '[
]',
time_zone: 0,
transaction: '
'
}
},
response: {
code: 100032,
msg: 'Failed to request.',
data: {
captcha_id: '
',
item: 'data:image/png;base64,
'
}
}
}
2025-01-16 22:22:17.408 DEBUG eufy-security-ws:eufy-security-client [http] [HTTPApi.login] Login - Captcha verification received {
captchaId: '
',
item: 'data:image/png;base64,
*'
}
2025-01-16 22:22:17.410 INFO eufy-security-ws:eufy-security-client [http] [HTTPApi.login] Please send requested captcha to proceed with authentication
VeYw

Additional context

No response

@LaurentHass LaurentHass added the bug Something isn't working label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant