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

Error DEV Busy #436

Closed
sansonifabio opened this issue Aug 27, 2024 · 8 comments
Closed

Error DEV Busy #436

sansonifabio opened this issue Aug 27, 2024 · 8 comments
Labels
bug Something isn't working fixed

Comments

@sansonifabio
Copy link

Adapter version

1.3.0

JS-Controller version

6.0.9

Node version

20.17.0

Operating System type

Linux

Operating system version

Debian Bookworm

Describe the bug

Hallo @bropat,

Ich habe mit der Version 1.3.0 diese Fehler. Zurück auf die Version 1.2.1 geht gar nicht da der Adapter nicht grün wird.
Grüsse Fabio

2024-08-27 20:45:46.769 - error: eusec.0 (7293) Station: T8030P2322481D9C command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.769 - error: eusec.0 (7293) Station: T8030P232245105A command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.769 - error: eusec.0 (7293) Station: T8030P23224511EB command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.770 - error: eusec.0 (7293) Station: T8030P232242039F command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.777 - error: eusec.0 (7293) Station: T8030P232245105A command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.777 - error: eusec.0 (7293) Station: T8030P23224511EB command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.778 - error: eusec.0 (7293) Station: T8030P232242039F command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.778 - error: eusec.0 (7293) Station: T8030P232245105A command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.779 - error: eusec.0 (7293) Station: T8030P2322481D9C command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.780 - error: eusec.0 (7293) Station: T8030P2322481D9C command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.780 - error: eusec.0 (7293) Station: T8030P232242039F command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:46.781 - error: eusec.0 (7293) Station: T8030P23224511EB command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:47.040 - error: eusec.0 (7293) Station: T8030P232245105A command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:47.187 - error: eusec.0 (7293) Station: T8030P2322481D9C command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:47.189 - error: eusec.0 (7293) Station: T8030P23224511EB command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)
2024-08-27 20:45:47.191 - error: eusec.0 (7293) Station: T8030P232242039F command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)

To reproduce

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

Screenshots & Logfiles

No response

Additional context

No response

@sansonifabio sansonifabio added the bug Something isn't working label Aug 27, 2024
@sansonifabio
Copy link
Author

sansonifabio commented Aug 27, 2024

@bropat hello the log
bropatlog.txt

@bropat This error also occurs when restarting.

web.0 | 2024-08-28 05:35:15.635 | error | Cannot start extension "eusec.0": Error: Cannot find module 'iobroker.eusec/build/lib/web.js'Require stack:- /opt/iobroker/node_modules/iobroker.web/main.js

@sansonifabio
Copy link
Author

@bropat
discovered something else: as soon as I open the Eufy App on my phone or watch videos, the errors in the ioBroker also appear at the same time.

Grüße Fabio

@Captain-patty
Copy link

Captain-patty commented Sep 4, 2024

Hey Guys, same here.

eusec-error

Multiple times!

@bropat bropat added fixed in next version Fixed in the code of the next release and removed investigating labels Sep 8, 2024
bropat added a commit that referenced this issue Sep 8, 2024
@bropat
Copy link
Owner

bropat commented Sep 8, 2024

@sansonifabio

web.0 | 2024-08-28 05:35:15.635 | error | Cannot start extension "eusec.0": Error: Cannot find module 'iobroker.eusec/build/lib/web.js'Require stack:- /opt/iobroker/node_modules/iobroker.web/main.js

Version 1.3.0 no longer requires the web adapter.
This dependency has been removed.
The only way I am aware of to remove this error is to uninstall and reinstall the eusec adapter.

@bropat
Copy link
Owner

bropat commented Sep 8, 2024

@sansonifabio

2024-08-27 20:45:46.769 - error: eusec.0 (7293) Station: T8030P2322481D9C command CMD_STORAGE_INFO_HB3 failed with error: ERROR_DEV_BUSY (-114)

The other error, on the other hand, is simply no longer treated as an error, as the station only reports that it is already busy executing the same command.

@sansonifabio
Copy link
Author

@bropat thank you for the work and the Information. I ll reinstall it and report back.👍 😉

Best regards
Fabio

@bropat bropat added fixed and removed fixed in next version Fixed in the code of the next release labels Sep 8, 2024
@bropat
Copy link
Owner

bropat commented Sep 8, 2024

Fixed in version 1.3.1.

@bropat bropat closed this as completed Sep 8, 2024
@sansonifabio
Copy link
Author

good morning @bropat , I uninstalled and reinstalled the eusec adapter, the error with the web adapter is now gone,
but the other one is still there despite version 1.3.1
Kind regards
Fabio

eusec.0 2024-09-09 06:53:31.579 error Station: T8030P232242039F command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:31.579 error Station: T8030P23224511EB command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:31.578 error Station: T8030P2322481D9C command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:31.281 error Station: T8030P2322481D9C command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:31.280 error Station: T8030P232242039F command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:31.279 error Station: T8030P232245105A command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:31.278 error Station: T8030P23224511EB command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:30.597 error Station: T8030P232242039F command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:30.595 error Station: T8030P23224511EB command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:30.593 error Station: T8030P2322481D9C command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:30.360 error Station: T8030P232242039F command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:30.246 error Station: T8030P23224511EB command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)
eusec.0 2024-09-09 06:53:30.245 error Station: T8030P2322481D9C command CMD_STORAGE_INFO_HB3 failed with error: ERROR_PPCS_SUCCESSFUL (0)

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