You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: