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]: Verbindung Adapter zur Uhr funktioniert nicht. #126

Closed
3 tasks done
Freakinstar opened this issue Apr 3, 2024 · 4 comments
Closed
3 tasks done

[Bug]: Verbindung Adapter zur Uhr funktioniert nicht. #126

Freakinstar opened this issue Apr 3, 2024 · 4 comments
Assignees

Comments

@Freakinstar
Copy link

I'm sure that

  • This issue is still present in the current beta version of this adapter
  • There is no other (open) issue with the same topic (use the search!)
  • This issue is not described in the adapter documentation / FAQ (read the docs!)

Version of awtrix-light firmware

0.96

The problem

Hallo,

ich habe ein Problem mit der Verbindung zwischen Adapter und Uhr, Der Adapter verbindet nicht mit der Uhr und es werden auch keine Apps angezeigt. Die Weboberfläche der Uhr ist unter der hinterlegten Adresse im Browser erreichbar.

iobroker.current.log (in debug mode!)

host.raspberrypi | 2024-04-03 20:13:41.634 | error | instance system.adapter.awtrix-light.0 terminated with code 1 (JS_CONTROLLER_STOPPED) -- | -- | -- | -- host.raspberrypi | 2024-04-03 20:13:41.634 | error | Caught by controller[0]: at node:internal/main/run_main_module:22:47 host.raspberrypi | 2024-04-03 20:13:41.634 | error | Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) host.raspberrypi | 2024-04-03 20:13:41.634 | error | Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:911:12) host.raspberrypi | 2024-04-03 20:13:41.634 | error | Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1076:32) host.raspberrypi | 2024-04-03 20:13:41.633 | error | Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10) host.raspberrypi | 2024-04-03 20:13:41.633 | error | Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1198:14) host.raspberrypi | 2024-04-03 20:13:41.633 | error | Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.awtrix-light/build/main.js:41:33) host.raspberrypi | 2024-04-03 20:13:41.633 | error | Caught by controller[0]: TypeError: Class extends value # is not a constructor or null host.raspberrypi | 2024-04-03 20:13:41.633 | error | Caught by controller[0]: ^ host.raspberrypi | 2024-04-03 20:13:41.633 | error | Caught by controller[0]: class AwtrixLight extends utils.Adapter { host.raspberrypi | 2024-04-03 20:13:41.632 | error | Caught by controller[0]: /opt/iobroker/node_modules/iobroker.awtrix-light/build/main.js:41

Version of nodejs

16.20.2

Version of ioBroker js-controller

5.0.19

Version of adapter

0.16.0

Copy link

github-actions bot commented Apr 3, 2024

Thanks for reporting a new issue @Freakinstar!

  1. Please make sure your topic is not covered in the documentation
  2. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue
  3. Search for the issue topic in other/closed issues to avoid duplicates!

Otherwise this issue will be closed.

@klein0r
Copy link
Owner

klein0r commented Apr 3, 2024

Version of nodejs

16.20.2

Version 16.x is EOL and no longer supported: https://endoflife.date/nodejs

@Freakinstar
Copy link
Author

Update auf Nodejs 18.20.1
Der Fehler bleibt identisch

<html>
<body>
<!--StartFragment-->
host.raspberrypi | 2024-04-03 20:43:44.465 | error | instance system.adapter.awtrix-light.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
-- | -- | -- | --
host.raspberrypi | 2024-04-03 20:43:44.465 | error | Caught by controller[0]: Node.js v18.20.1
host.raspberrypi | 2024-04-03 20:43:44.465 | error | Caught by controller[0]: at node:internal/main/run_main_module:28:49
host.raspberrypi | 2024-04-03 20:43:44.465 | error | Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
host.raspberrypi | 2024-04-03 20:43:44.464 | error | Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
host.raspberrypi | 2024-04-03 20:43:44.464 | error | Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
host.raspberrypi | 2024-04-03 20:43:44.464 | error | Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
host.raspberrypi | 2024-04-03 20:43:44.464 | error | Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
host.raspberrypi | 2024-04-03 20:43:44.464 | error | Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.awtrix-light/build/main.js:41:33)
host.raspberrypi | 2024-04-03 20:43:44.464 | error | Caught by controller[0]: TypeError: Class extends value #<Object> is not a constructor or null
host.raspberrypi | 2024-04-03 20:43:44.463 | error | Caught by controller[0]: ^
host.raspberrypi | 2024-04-03 20:43:44.463 | error | Caught by controller[0]: class AwtrixLight extends utils.Adapter {
host.raspberrypi | 2024-04-03 20:43:44.463 | error | Caught by controller[0]: /opt/iobroker/node_modules/iobroker.awtrix-light/build/main.js:41

<!--EndFragment-->
</body>
</html>

@Freakinstar
Copy link
Author

Reinstalled the adapter.

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