OpenVoiceOS / OpenVoiceOS/ovos-plugin-manager
Possible translation plugin module bug
Open
@JarbasAl is already working on this.
Since Jul 11, 2024.
bug
- Dominant language
- Python
- Stars
- 14
- Forks
- 13
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 9
Description
I run into this error when installing translation plug-ins (like Deeple and google-translation plugin).
I've added the right configs in user Mycroft.conf, for instance:
"language": {
"detection_module": "ovos-google-lang-detector-plugin",
"translation_module": "ovos-google-translate-plugin "
}
2024-04-02 16:38:38.425 - skills - ovos_plugin_manager.utils:load_plugin:161 - WARNING - Could not find the plugin PluginTypes.TRANSLATE.ovos-google-translate-plugin
2024-04-02 16:38:38.426 - skills - ovos_plugin_manager.language:create:242 - ERROR - Language Translation plugin ovos-translate-plugin-server not found. Falling back to ovos-translate-plugin-server
Possibly there's is a problem with 'module' in the config.get("module") part in line 228? I don't see 'module' under "language" in my config.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.