Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible translation plugin module bug #217

Open
timonvanhasselt opened this issue Apr 2, 2024 · 0 comments
Open

Possible translation plugin module bug #217

timonvanhasselt opened this issue Apr 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@timonvanhasselt
Copy link

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.

@JarbasAl JarbasAl added the bug Something isn't working label Apr 2, 2024
@JarbasAl JarbasAl self-assigned this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants