You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
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
The text was updated successfully, but these errors were encountered: