nextcloud / translate

A Machine translation provider using Opus models by University of Helsinki running locally on CPU
11 stars 1 forks source link

de-zh model not working #29

Open Yakusari opened 1 year ago

Yakusari commented 1 year ago

All translation models are working except for the de-zh (zh-de works). Tested on two nextclound instances in diffrent versions (26 - 27.1.1) Transaltion plugin version 1.1.6

Error Log: [translate] Warning: RuntimeException: Translate process failed at <>

  1. /var/www/nextcloud/apps/translate/lib/Provider/Translation.php line 67 OCA\Translate\Service\TranslateService->seq2seq()
  2. /var/www/nextcloud/lib/private/Translation/TranslationManager.php line 108 OCA\Translate\Provider\Translation->translate()
  3. /var/www/nextcloud/core/Controller/TranslationApiController.php line 71 OC\Translation\TranslationManager->translate()
  4. /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 230 OC\Core\Controller\TranslationApiController->translate()
  5. /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 137 OC\AppFramework\Http\Dispatcher->executeController()
  6. /var/www/nextcloud/lib/private/AppFramework/App.php line 183 OC\AppFramework\Http\Dispatcher->dispatch()
  7. /var/www/nextcloud/lib/private/Route/Router.php line 315 OC\AppFramework\App::main()
  8. /var/www/nextcloud/ocs/v1.php line 64 OC\Route\Router->match()
  9. /var/www/nextcloud/ocs/v2.php line 23 require_once("/var/www/nextcloud/ocs/v1.php")
marcelklehr commented 1 year ago

Hi @Yakusari! I'll have a look at this soon

marcelklehr commented 10 months ago

Sorry for the delay. We still have way to few developers at nextcloud :D I can confirm your observation. Let me see if I can fix it.

marcelklehr commented 6 months ago

I believe this is an upstream issue with the ML model :S