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 in Log after update to version 1.9.5 #757

Open
Feuer-sturm opened this issue Dec 20, 2024 · 0 comments
Open

Error in Log after update to version 1.9.5 #757

Feuer-sturm opened this issue Dec 20, 2024 · 0 comments
Labels

Comments

@Feuer-sturm
Copy link

Describe the bug
After upgrading to adapter version 1.9.5 the following error is shown in log file

Screenshots & Logfiles

2024-12-20 17:27:23.133 - info: host.ioB-Prod-Testsystem instance system.adapter.echarts.0 in version "1.9.5" started with pid 18571
2024-12-20 17:27:23.370 - error: host.ioB-Prod-Testsystem Caught by controller[0]: /opt/iobroker/node_modules/@alcalzone/esbuild-register/dist/node.js:2758
2024-12-20 17:27:23.370 - error: host.ioB-Prod-Testsystem Caught by controller[0]: throw error;
2024-12-20 17:27:23.370 - error: host.ioB-Prod-Testsystem Caught by controller[0]: ^
2024-12-20 17:27:23.371 - error: host.ioB-Prod-Testsystem Caught by controller[0]: Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.echarts/src/src-chart/src/Components/ChartModel.js'
2024-12-20 17:27:23.371 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at Object.openSync (node:fs:561:18)
2024-12-20 17:27:23.371 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at Object.readFileSync (node:fs:445:35)
2024-12-20 17:27:23.371 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at prepareReactFiles (/opt/iobroker/node_modules/iobroker.echarts/src/main.ts:40:26)
2024-12-20 17:27:23.371 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.echarts/src/main.ts:15:1)
2024-12-20 17:27:23.371 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1565:14)
2024-12-20 17:27:23.372 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at Module._compile (/opt/iobroker/node_modules/@alcalzone/esbuild-register/dist/node.js:2314:28)
2024-12-20 17:27:23.372 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at node:internal/modules/cjs/loader:1708:10
2024-12-20 17:27:23.372 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at extensions..js (/opt/iobroker/node_modules/@alcalzone/esbuild-register/dist/node.js:2755:24)
2024-12-20 17:27:23.372 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at Object.newLoader [as .ts] (/opt/iobroker/node_modules/@alcalzone/esbuild-register/dist/node.js:2318:11)
2024-12-20 17:27:23.372 - error: host.ioB-Prod-Testsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1318:32) {
2024-12-20 17:27:23.372 - error: host.ioB-Prod-Testsystem Caught by controller[0]: errno: -2,
2024-12-20 17:27:23.372 - error: host.ioB-Prod-Testsystem Caught by controller[0]: code: 'ENOENT',
2024-12-20 17:27:23.373 - error: host.ioB-Prod-Testsystem Caught by controller[0]: syscall: 'open',
2024-12-20 17:27:23.373 - error: host.ioB-Prod-Testsystem Caught by controller[0]: path: '/opt/iobroker/node_modules/iobroker.echarts/src/src-chart/src/Components/ChartModel.js'
2024-12-20 17:27:23.373 - error: host.ioB-Prod-Testsystem Caught by controller[0]: }
2024-12-20 17:27:23.373 - error: host.ioB-Prod-Testsystem Caught by controller[0]: Node.js v22.12.0
2024-12-20 17:27:23.373 - error: host.ioB-Prod-Testsystem instance system.adapter.echarts.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
2024-12-20 17:27:23.373 - info: host.ioB-Prod-Testsystem Restart adapter system.adapter.echarts.0 because enabled
2024-12-20 17:27:53.492 - info: host.ioB-Prod-Testsystem instance system.adapter.echarts.0 in version "1.9.5" started with pid 18592

Versions:

  • Adapter version: 1.9.5
  • JS-Controller version: 7.0.6
  • Node version: v22.12.0

Additional context
Add any other context about the problem here.

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

No branches or pull requests

2 participants