At some point the return from the find_plugins()-function was changed from a list to a dict, the change wasn't reflected in the audioservice. This adds @jarbasal's fix for the issue from HolmesV. I've tested it with the ovos-vlc-plugin as he suggested in #2952 and it works as described.
How to test
Install the https://github.com/OpenVoiceOS/ovos-vlc-plugin (You may need to manually install the python package phoneme_guesser and the system package VLC to ensure that it'll work) and check that there is no load failure logged for the plugin.
Description
At some point the return from the
find_plugins()
-function was changed from a list to a dict, the change wasn't reflected in the audioservice. This adds @jarbasal's fix for the issue from HolmesV. I've tested it with the ovos-vlc-plugin as he suggested in #2952 and it works as described.How to test
Install the https://github.com/OpenVoiceOS/ovos-vlc-plugin (You may need to manually install the python package
phoneme_guesser
and the system packageVLC
to ensure that it'll work) and check that there is no load failure logged for the plugin.Contributor license agreement signed?
CLA [ Yes ]