MS4H - Support

Einklappen
Das ist ein wichtiges Thema.
X
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • c4yc0
    Dumb Home'r
    • 08.02.2024
    • 12

    I think the problem is back. I'm on the 1.5.5.15_beta version and since about yesterday miniserver shows music server with the red dot. The log says

    2025-01-08T15:40:25.492Z MSG USER MAP [ '[redacted]' ]
    2025-01-08T15:40:25.493Z MSG:MS REQUEST: jdev/sps/enablebinstatusupdate
    2025-01-08T15:40:26.002Z MSG:MS Calling callback for event: {
    uuid: '1c3edd2b-008c-5142-ffffba1e5675f352',
    uuidIcon: '00000000-0000-0000-0000000000000000',
    text: '{}',
    toString: [Function: textEvToString]
    }
    2025-01-08T15:40:26.005Z MSG Incoming settings update: current Timestamp: undefined
    2025-01-08T15:40:26.005Z MSG Updated settings keys: []
    2025-01-08T15:40:26.006Z MSG no settings object in settings update: Using first user
    2025-01-08T15:40:26.006Z MSG Update from user: admin
    2025-01-08T15:40:26.006Z MSG:MS REQUEST: jdev/sps/getusersettings
    2025-01-08T15:40:26.083Z MSG new Account Settings undefined
    2025-01-08T15:40:26.083Z MSG:MS REQUEST: jdev/sys/date
    2025-01-08T15:40:26.095Z MSG:MS REQUEST: jdev/sys/time
    2025-01-08T15:40:26.151Z MSG new TS for settings update 505582826
    /opt/music_server/msg/service/music-server/index.js:330
    for(let [key, value] of Object.entries(accounts)) {
    ^

    TypeError: Cannot convert undefined or null to object
    at Function.entries ()
    at /opt/music_server/msg/service/music-server/index.js:330:40
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

    Kommentar

  • c4yc0
    Dumb Home'r
    • 08.02.2024
    • 12

    Right, I forgot to mention, it's the newest: 15.3.12.13

    Kommentar

    • c4yc0
      Dumb Home'r
      • 08.02.2024
      • 12

      OK, I don't know what I'm doing here but the temporary workaround for this issue is to add

      Code:
      if (accounts) { // Check if accounts exists
      in line 329 - just before the attempt to iterate on the accounts variable. For some reason it's null or undefined. This if prevents that and at the same time some settings are not fetched from the miniserver. Not sure what are these...

      then you need to close this if - in the line 329 add

      Code:
      } else {
      console.log(this._lc, "No accounts provided");
      }
      After that basic music UI in Loxone works. I haven't checked what does not work. A proper fix is needed - this one is just a workaround so my wife doesn't get mad of not functional volume buttons

      Kommentar

      • Robin22
        Azubi
        • 05.11.2023
        • 3

        Hallo zusammen,

        nach der Installation (und auch nach mehreren Neuinstallationen) habe ich ein Problem mit dem Internetradio in der Loxone App. Jedes Mal, wenn ich versuche, darauf zuzugreifen, lädt es nur kurz und zeigt dann die Meldung „Keine Einträge“ an.

        Ich habe bereits mehrfach die Plugins für die Internetradios ausgetauscht und neu installiert. Auch das gesamte System sowie den Loxone Miniserver habe ich unzählige Male neu gestartet, leider ohne Erfolg.

        Interessanterweise funktioniert das Internetradio, wenn ich über den Lyrion Music Server direkt auf das Plugin zugreife – dort gibt es keinerlei Probleme.

        Der Miniserver ist korrekt eingetragen und wird als „reachable“ angezeigt. Aktuell nutze ich die LX Version 15.3.12.13.

        Version vom MS4H 1.5.5.15_beta

        Habe ich eventuell etwas falsch konfiguriert, oder gibt es bekannte Probleme mit dieser Version? Ich freue mich über jeden Hinweis und bedanke mich im Voraus für eure Unterstützung!
        Angehängte Dateien
        Zuletzt geändert von Robin22; vor 6 Tagen.

        Kommentar

        • Leigh
          MS Profi
          • 25.08.2015
          • 703

          Gibt es aktuell ein Problem mit dem Squeezelite?
          Update scheint zu scheitern, am Ende wird die Installierte Version "leer" angezeigt, die Online-Version mit 2.0.0-1518.
          Das Update wird als "erfolgreich" gemeldet, aber es tut nicht.

          Bei einer Kompletten Neuinstallation mit aktuellstem Bullseye, das gleiche.

          SD-Karten-Backup eingespielt, Version 1.9.9-1403 läuft.
          Ein Update meide ich aktuell.
          Ciao, Leigh

          Nur der eigene Geist setzt uns Grenzen...

          Kommentar

          • Meininger
            Smart Home'r
            • 30.11.2015
            • 60

            Hallo,

            aktuell scheint es so zu sein, dass wenn man ein Update auf Lyrion Music Server Version 9.1.0~1737438872 macht, dieser nicht mehr startet, somit scheit mein MS4H gerade nicht nutzbar zu sein. Werde versuchen eine ältere Version zu Installieren und berichte wieder.

            Gruß Sascha

            Kommentar

            • duncan
              LoxBus Spammer
              • 28.08.2015
              • 313

              yes ive noticed the same that the lyrion music server service doesnt work - you dont need to roll back, just to re-enable the lyrion service

              if you telnet into the music server you can run "sudo systemctl status lyrionmusicserver" to get the current status - mine had the service disabled after the latest update

              run sudo systemctl start lyrionmusicserve.service to start the service and test

              if this works, then run sudo systemctl enable lyrionmusicserver.service to enable auto start at boot

              Kommentar

              Lädt...