Closed abhijeetshukla007 closed 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"
@abhijeetshukla007 , did that help?
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
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.
@abhijeetshukla007 , can you retest this with 10.51.4 version?
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.
[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