Homegear 0.8.0.2454: keine Flows bei Node-Blue & kein AdminUI

Es gibt keine Flows mehr bei Node-Blue:

Und auch kein AdminUI

01/11/19 08:02:48.691 RPC Server (Port 2001): Warning: SSL is not enabled for this RPC server. It is strongly recommended to disable all unen                                                                                                crypted RPC servers when the connected clients support it.
01/11/19 08:02:48.691 RPC Server (Port 2001): Warning: RPC server has no authorization enabled. Everybody on your local network can login int                                                                                                o this installation. It is strongly recommended to enable authorization on all RPC servers when the connected clients support it.
01/11/19 08:02:48.695 RPC Server (Port 2002): Warning: RPC server has no authorization enabled. Everybody on your local network can login int                                                                                                o this installation. It is strongly recommended to enable authorization on all RPC servers when the connected clients support it.
01/11/19 08:02:50.911 Error: A core file exists in Homegear's working directory ("/var/lib/homegear/core"). Please send this file to the Home                                                                                                gear team including information about your system (Linux distribution, CPU architecture), the Homegear version, the current log files and inf                                                                                                ormation what might've caused the error.
01/11/19 08:03:18.825 Node-BLUE Server: Error in file Node-BLUE/NodeBlueServer.cpp line 1685 in function std::__cxx11::string Homegear::NodeB                                                                                                lue::NodeBlueServer::handleGet(std::__cxx11::string&, BaseLib::Http&, std::__cxx11::string&): std::bad_alloc
01/11/19 08:03:18.832 Warning: Requested URL not found: node-blue/flows
01/11/19 08:03:33.849 RPC Server (Port 2001): Error: Broken pipe
01/11/19 08:03:35.170 Node-BLUE Server: Error in file Node-BLUE/NodeBlueServer.cpp line 1685 in function std::__cxx11::string Homegear::NodeB                                                                                                lue::NodeBlueServer::handleGet(std::__cxx11::string&, BaseLib::Http&, std::__cxx11::string&): std::bad_alloc
01/11/19 08:03:35.170 Warning: Requested URL not found: node-blue/flows
01/11/19 08:05:45.430 Node-BLUE Server: Error in file Node-BLUE/NodeBlueServer.cpp line 1685 in function std::__cxx11::string Homegear::NodeB                                                                                                lue::NodeBlueServer::handleGet(std::__cxx11::string&, BaseLib::Http&, std::__cxx11::string&): std::bad_alloc
01/11/19 08:05:45.431 Warning: Requested URL not found: node-blue/flows
01/11/19 08:08:02.593 RPC Server (Port 2001): Error: Broken pipe
01/11/19 08:08:04.130 Node-BLUE Server: Error in file Node-BLUE/NodeBlueServer.cpp line 1685 in function std::__cxx11::string Homegear::NodeB                                                                                                lue::NodeBlueServer::handleGet(std::__cxx11::string&, BaseLib::Http&, std::__cxx11::string&): std::bad_alloc
01/11/19 08:12:10.181 Warning: Requested URL not found: favicon.ico
01/11/19 08:12:15.423 Node-BLUE Server: Error in file Node-BLUE/NodeBlueServer.cpp line 1685 in function std::__cxx11::string Homegear::NodeB                                                                                                lue::NodeBlueServer::handleGet(std::__cxx11::string&, BaseLib::Http&, std::__cxx11::string&): std::bad_alloc
01/11/19 08:12:15.423 Warning: Requested URL not found: node-blue/flows
01/11/19 08:13:05.729 RPC Server (Port 2002): Warning: Could not decode JSON RPC packet:
(Struct length=2)
{
  [editor]
  {
    (Struct length=1)
    {
      [view]
      {
        (Struct length=5)
        {
          [view-grid-size]
          {
            (Integer) 10
          }
          [view-node-status]
          {
            (Boolean) 1
          }
          [view-show-grid]
          {
            (Boolean) 1
          }
          [view-show-tips]
          {
            (Boolean) 1
          }
          [view-snap-grid]
          {
            (Boolean) 1
          }
        }
      }
    }
  }
  [menu-menu-item-sidebar]
  {
    (Boolean) 0
  }
}

Hallo @job,

ich glaube, das Problem hängt vermutlich mit einem Problem zusammen, an dem ich bereits sitze - vermutlich immer noch in der JSON-Klasse. Ich poste hier, sobald ich dieses behoben habe. Bis dahin installiere die Version 20181218 (0.8.0-2427):

wget -O /tmp/InstallNightly.sh https://downloads.homegear.eu/InstallNightly.sh && bash /tmp/InstallNightly.sh 20181218

Viele GrĂĽĂźe

Sathya

1 Like

Hi @sathya,

danke, das mache ich. Ich hatte vorher die -2441, die lief auch noch ganz normal.

Viele GrĂĽĂźe

Joachim

In der 2441 (20180106) werden nur in Node-BLUE die Zeilenumbrüche und Umlaute nicht korrekt dargestellt, ansonsten läuft sie aber.

Ach, dann war die das, die mir die AnfĂĽhrungszeichen weggenommen hat? :wink:

Ja, das war die Version ;-).

Problem gefunden. In 2455 sollte wieder alles funktionieren :slight_smile:.

1 Like

Kannst du mir zu dem AdminUI-Problem mal deine /etc/homegear/main.conf, ein ls -la /var/lib/homegear/admin/public/, ein ls -al /var/lib/homegear/www/rpc/ und einen “kompletten” Screenshot inkl. URL-Feld schicken?

– Micha

2 Likes

Das Admin-UI fehlt nur in der Homegear-Startseite. Ăśber http://<IP oder Hostname>:2001/admin/ kann man es noch erreichen. Danke fĂĽr den Tip @Micha.

1 Like

Im nächsten Nightly gibt es einen automatischen Redirect ;-).