edmw / volumio-hid

Reads input events from USB Human interface devices (HID), for example a RFID reader, and attempts to send associated control commands to Volumio. This is part of a DIY Audio Player project.
MIT License
3 stars 3 forks source link

Service startet nicht #2

Open e-p-s opened 6 years ago

e-p-s commented 6 years ago

Guten Morgen Michael,

ich hab das Problem das der Service nicht startet:

Process: 15343 ExecStart=/home/volumio/.pyenv/volumio-hid/bin/python /home/volumio/volumio-hid/HID.py (code=exited, status=1/FAILURE)

Wenn ich versuche die HID.py manuell zu starten, kommt folgender Fehler:

volumio@volumio-kinderzimmer:~/volumio-hid$ python HID.py
  File "HID.py", line 53
    def parameter(*keys, default=None):
                               ^
SyntaxError: invalid syntax

Hast Du eine Idee?

edmw commented 6 years ago

Sieht nach einer inkompatiblen Python-Version aus. Welche verwendest du?