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]: no problem in eufy-security-client after connect #221

Closed
maltic42 opened this issue May 20, 2023 · 2 comments
Closed

[Bug]: no problem in eufy-security-client after connect #221

maltic42 opened this issue May 20, 2023 · 2 comments
Labels
bug Something isn't working fixed

Comments

@maltic42
Copy link

Version

1.5.2

Node version

14.21.3

Operating System type

Linux

Operating system version

Linux raspberrypi 5.10.103-v7+

Describe the bug

I installed the latest version in a different directory - using the same config.json as before (version from last year). When trying to connect with eufy-security-client to the running server I got no prompt. The server is logging a captcha, the client stops at

root@raspberrypi:~# /usr/lib/node_modules/.bin/eufy-security-client
{
type: 'version',
driverVersion: '2.6.2',
serverVersion: '1.5.2',
minSchemaVersion: 0,
maxSchemaVersion: 18
}
{
type: 'result',
success: true,
messageId: 'api-schema-id',
result: {}
}

When using the same config.json with an older version, everything works.

To reproduce

Install latest version using npm, start the server start the client.

Screenshots & Logfiles

No response

Additional context

No response

@maltic42 maltic42 added the bug Something isn't working label May 20, 2023
@maltic42 maltic42 changed the title [Bug]: [Bug]: no problem in eufy-security-client after connect May 20, 2023
@maltic42
Copy link
Author

The server responds with

2023-05-20 17:12:47.165 DEBUG [ClientsController.addSocket] New client with ip: 127.0.0.1 port: 56918

@fuatakgun
Copy link
Contributor

seems to be similar: #211

@bropat bropat added the fixed in next release Fixed in the code of the next release label Aug 1, 2023
bropat added a commit that referenced this issue Aug 1, 2023
Added new property `lightSettingsManualLightingActiveMode`, `lightSettingsManualDailyLighting`, `lightSettingsManualColoredLighting`, `lightSettingsManualDynamicLighting`, `lightSettingsMotionLightingActiveMode`, `lightSettingsMotionDailyLighting`, `lightSettingsMotionColoredLighting`, `lightSettingsMotionDynamicLighting`, `lightSettingsScheduleLightingActiveMode`, `lightSettingsScheduleDailyLighting`, `lightSettingsScheduleColoredLighting`, `lightSettingsScheduleDynamicLighting`, `lightSettingsColoredLightingColors`, `lightSettingsDynamicLightingThemes`, `doorControlWarning`, `door1Open`, `door2Open`, `doorSensor1Status`, `doorSensor2Status`, `doorSensor1MacAddress`, `doorSensor2MacAddress`, `doorSensor1Name`, `doorSensor2Name`, `doorSensor1SerialNumber`, `doorSensor2SerialNumber`, `doorSensor1Version`, `doorSensor2Version`, `doorSensor1LowBattery`, `doorSensor2LowBattery`, `doorSensor1BatteryLevel`,
and `doorSensor2BatteryLevel` to Device
Fixed issue #186
Fixed issue #217
Fixed issue #221
Fixed issue #223
Implemented feature request #235
Updated dependency eufy-security-client to 2.7.0
Updated dependency commander to 11.0.0
Added dependency date-and-time to 3.0.2
Updated dev dependencies
Updated docs (#231)
@bropat bropat added fixed and removed fixed in next release Fixed in the code of the next release labels Aug 1, 2023
@bropat bropat closed this as completed Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

3 participants