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 during module start due to undefined property #10

Open
skastenholz opened this issue Dec 15, 2022 · 1 comment
Open

Error during module start due to undefined property #10

skastenholz opened this issue Dec 15, 2022 · 1 comment

Comments

@skastenholz
Copy link
Owner

Since merging #8 the following ERROR arises during module start:

[ERROR] Whoops! There was an uncaught exception...
[ERROR] TypeError: Cannot read properties of undefined (reading 'id')
at Class.socketNotificationReceived (/opt/magic_mirror/modules/MMM-DVB/node_helper.js:43:44)
at Socket. (/opt/magic_mirror/js/node_helper.js:108:11)
at Socket.emit (node:events:513:28)
at Socket.emitUntyped (/opt/magic_mirror/node_modules/socket.io/dist/typed-events.js:69:22)
at /opt/magic_mirror/node_modules/socket.io/dist/socket.js:475:39
at processTicksAndRejections (node:internal/process/task_queues:78:11)

@VDenisyuk Can you please analyze and fix the same? Thx

@VDenisyuk
Copy link
Contributor

I just did a clean install from the main branch now and performed testing with 4 modules (every module has a different stop to monitor). So far I have not experienced any errors, but I will keep an eye on it.
What was your reproducibility rate? Was it occasionally, often, or always?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants