botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
82 stars 90 forks source link

Language download doesn't work in the botpress admin panel #1825

Open ronbrener opened 7 months ago

ronbrener commented 7 months ago

Describe the bug I can't seem to successfully finish the download of the English language, it always freezes on 994MB out of 995MB, and it doesn't do or show anything, it's just stuck on that I'm running V12.31.6 on a docker localhost container

To Reproduce Steps to reproduce the behavior:

  1. Go to 'botpress admin panel'
  2. On the left side menu bar click on 'Languages'
  3. Click on download English
  4. See error (It doesn't really show an error it just doesn't do anything and the bot doesn't work because it has no NLU)

Expected behavior I expected it show that the download was finished and the bot to start using the language and working

Screenshots

Screenshot 2024-04-22 at 11 05 27

Environment (please complete the following information):

msama1 commented 4 months ago

I solve it by putting the botpress language in the depends on for the botpress server. Then restart the dock compose yaml file, and I could download languages.

MohamedNasser126 commented 2 weeks ago

I solve it by putting the botpress language in the depends on for the botpress server. Then restart the dock compose yaml file, and I could download languages.

where did u put it in the config file please can u show me ?