-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Nach Update auf node.js 20.13.1 startet der Service nicht mehr #102
Comments
|
Hier nur die letzten Einträge:
` |
da brauchts n |
Laut Anleitung mit sudo npm install -g --unsafe asksin-analyzer-xs |
|
Da kommt: |
Nach dem rebuild kommt immer noch:
|
Das sollte eigentlich jetz gehen. Versuch mal neu-installiern |
Jau, läuft wieder 👍 Coole Sache. Zum Verständnis, hast du die Version aktualisiert, oder ist das jetzt nur lokal auf meinem System passiert? |
Der Analyzer nutzt node-gyp bindings um auf die serielle Schnittstelle zuzugreifen. Diese Bindings sind nicht in Javascript und müssen deshalb kompiliert werden und entsprechend zur Node-Version passen. MaW, das könnte dir wieder passieren (und ist nichts ungewöhnliches). |
Okay, dann weiß ich Bescheid. Vielen Dank für deine schnelle Hilfe 👍 |
Ich nutze den IoBroker und den Analyzer auf dem gleichen Linux Debian Rechner. Heute morgen habe ich für den IoBroker die Version node.js 20.13.1 installiert und seitdem startet der Dienst nicht mehr:
`smarthome@vm-iobroker:~$ sudo systemctl status analyzer
× analyzer.service - Analyzer for radio telegrams in a HomeMatic environment
Loaded: loaded (/etc/systemd/system/analyzer.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sat 2024-05-25 10:07:55 CEST; 19min ago
Duration: 121ms
Docs: https://github.com/psi-4ward/AskSinAnalyzerXS
Process: 5658 ExecStart=/usr/bin/asksin-analyzer-xs -d /opt/analyzer (code=exited, status=1/FAILURE)
Main PID: 5658 (code=exited, status=1/FAILURE)
CPU: 147ms
Mai 25 10:07:55 vm-iobroker systemd[1]: analyzer.service: Scheduled restart job, restart counter is at 5.
Mai 25 10:07:55 vm-iobroker systemd[1]: Stopped analyzer.service - Analyzer for radio telegrams in a HomeMatic environment.
Mai 25 10:07:55 vm-iobroker systemd[1]: analyzer.service: Start request repeated too quickly.
Mai 25 10:07:55 vm-iobroker systemd[1]: analyzer.service: Failed with result 'exit-code'.
Mai 25 10:07:55 vm-iobroker systemd[1]: Failed to start analyzer.service - Analyzer for radio telegrams in a HomeMatic environment.
`
Kann man das Problem fixen, oder muss ich mir etwas anderes einfallen lassen?
Gruß, Johannes
The text was updated successfully, but these errors were encountered: