Error in Common Play with german language config

Hi folks, I have my mycroft configured for german language (“lang”: “de-de”) in mycroft.conf
I would like mycroft to play the news, so I say “spiele die nachrichten” in german. The command is recognized but I get as answer:
“Bei der Verarbeitung der Anfrage ist ein Fehler im Skill Playback Control Skill aufgetreten.”
(=error in playback control skill).
If I configure language to en-us, the news is played correctly wihtout errors.

Here is the error in voice.log file:

21:06:43.983 - Playback Control Skill - INFO - Resolving Player for: die nachrichten
21:06:44.279 - mycroft.skills.core:wrapper:1084 - ERROR - Bei der Verarbeitung der Anfrage ist ein Fehler im Skill Playback Control Skill aufgetreten.
Traceback (most recent call last):
File “/home/helge/mycroft-core/mycroft/skills/core.py”, line 1075, in wrapper
handler(message)
File “/opt/mycroft/skills/mycroft-playback-control.mycroftai/init.py”, line 234, in _play_query_timeout
elif self.voc_match(search_phrase, “Music”):
File “/home/helge/mycroft-core/mycroft/skills/core.py”, line 806, in voc_match
‘Could not find {}.voc file’.format(voc_filename))
FileNotFoundError: Could not find Music.voc file

Can anyone help me with this?

Best regards,
Helge

Hallo Helge, die Datei Music.voc ist vorhanden neme ich an. Bei mir wir die Anfrage an Rhytembox das ich zum testen eingerichtet habe weitergeleitet. Kann es sein dass dabei die Auswahl des richtigen Skills fehlschlägt da kein entsprechender “Musikplayer skill” erkannt wurde. Es gibt übrigens auch einen Deutschen Chat Kanal.

It seems there is no “Music.voc” file in
/opt/mycroft/skills/mycroft-playback-control.mycroftai/locale/de-de
In the en-us dir there is a Music.voc file. Can anyone confirm this?
Best regards
Helge

Ok das muss ein Updateproblem zu sein. git checkout 19.02 löst das probelm.

Ok this has to be an update problem. git checkout 19.02 solves the problem. I am not completely satisfied with the current update system, so I changed all the skills manually to 19.02.

Vielen Dank für die Hilfe. Ich habe komplett neu installiert, dann trat der Fehler nicht mehr auf.
Thanks a lot for your help! I deleted and re-installed mycroft, afterwards the error did not occur any more.

Herzliche Grüße / kind regards
Helge