botpress / v12

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

I am having the same issue trying to sync the model of rasa : #499

Closed abhijeetshukla007 closed 5 years ago

abhijeetshukla007 commented 5 years ago

[NLU::Rasa] Error syncing model: “[object Object]” Status: undefined | Message: Request failed with status code 500

The server is launched and up.

I did change the nlu.json to be plugged to rasa but not working :(

_Originally posted by @Anasse in https://github.com/botpress/v12/issues/267

jcarizza commented 5 years ago

Hello there!

I had the same issue. Try runing a fresh docker instance of rasa using docker compose. This is my docker-compose.yml

version: '2'
services:
  rasa_nlu:
    image: "rasa/rasa_nlu"
    ports:
      - "5000:5000"
    depends_on:
      - duckling

  duckling:
    image: "rasa/duckling"
    ports:
      - "8000:8000"
epaminond commented 5 years ago

@abhijeetshukla007 , did that help?

abhijeetshukla007 commented 5 years ago

Hi @epaminond I am running rasa without docker, its throwing the same error Syncing failed, reason : Error : [NLU::Rasa] Error syncing model: "[object Object]" Status: undefined | Message: Request failed with status code 500

epaminond commented 5 years ago

It looks like an issue here is in RASA setup: botpress gets 500 error when trying to sync model. I've created a PR to improve error-logging so that [object Object] get's stringified correctly. Once this is merged, it'd be great if you were to retest and provide logs again.

epaminond commented 5 years ago

@abhijeetshukla007 , can you retest this with 10.51.4 version?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.