Ankündigung

Einklappen
Keine Ankündigung bisher.

Fehler bei Installation

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Fehler bei Installation

    Hallo, habe gerade einen neue VM gestartet und wollte die Version 1.3 ausprobieren.
    Wenn ich ins Backend möchte mit :8383 komme ich immer auf die "Apache2 Debian Default Page"
    Bekomme auch folgende Fehlermeldung:
    Code:
     CRITICAL Main         No file '/usr/local/smarthome/etc/smarthome.*' found with SmartHomeNG configuration
    2017-09-13  05:32:23 WARNING  Main         --------------------   Init SmartHomeNG 1.3.v1.3_Hotfix_2   --------------------
    2017-09-13  05:32:23 ERROR    Main         Unhandled exception: 'SmartHome' object has no attribute '_lon'
    <class 'AttributeError'>
      File "/usr/local/smarthome/bin/smarthome.py", line 636, in <module>
        sh = SmartHome()
      File "/usr/local/smarthome/bin/smarthome.py", line 241, in __init__
        self.sun = lib.orb.Orb('sun', self._lon, self._lat, self._elev)

    #2

    No file '/usr/local/smarthome/etc/smarthome.*' found with SmartHomeNG configuration -> liegt da eines? Hast du auf YAML konvertiert?

    Kommentar


      #3
      danke schaut gut aus. Dies hat gefehlt.
      Code:
      sudo pip3 install ruamel.yaml

      Kommentar

      Lädt...
      X