botpress / v12

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

Rasa_nlu failed, "Cannot read property 'modelId' of null" #357

Closed solitaire2015 closed 5 years ago

solitaire2015 commented 5 years ago

Make sure these checkboxes are checked before raising an issue, thank you!

Please also fill in these fields:


Botpress version: <<10.23.0>>

Channels: <<webchat>>

I'm trying to use rasa_nlu component, I have a local rasa nlu server with port 5000. I tried set the config in nlu.json like { "intentsDir": "./generated/intents", "entitiesDir": "./generated/entities", "provider": "rasa", "debugModeEnabled": false, "minimumConfidence": "0.3", "rasaEndpoint" : "http://localhost:5000/", "rasaProject":"test_project" }, I also tried set the environment variables NLU_RASA_URL and NLU_RASA_PROJECT as documentation mentioned. But I got an error : "[NLU] Error extracting metadata for incoming text: operation timed out after 438 ms, 3 tries with error: Cannot read property 'modelId' of null", I don't know what 'modelId' is, do I need to config it somewhere? I can't get any intents or sync.

dmytropanontko commented 5 years ago

Hi @solitaire2015 please update your botpress version, sync with RASA and try again)) Thanks

epaminond commented 5 years ago

@solitaire2015 , did that work for you?

epaminond commented 5 years ago

@solitaire2015 , feel free to reopen it if you still have an issue.

abhijeetshukla007 commented 5 years ago

hi @epaminond Its not working facing the same issue