-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
object has no attribute '_formatter_parser' #631
Comments
Can you provide more information on how you're running Rasa: command line, python, docker, etc? Have you already trained a model? What is in the |
I have the same on a brand new installation on Ubuntu from github: command line, running as regular user, following the tutorial without modification.
metadata.json as below:
|
which python version do you use? |
And can you please also add the stacktrace from the console |
Hi,@wrathagom,I have the same problem. |
@wrathagom @tmbo python version is 2.7.0 |
I pushed a fix/work-around (it's a log statement that doesn't have a format string), so if you get the current version of rasa_nlu you should find the visible part of this problem has gone away. |
@Jonathan-Wei we also just recently cut a release, so the issue is also fixed in |
Rasa NLU version :"version": "0.10.1"
Used backend / pipeline
spacy_sklearn
,Operating system RHEL 7
Issue:
while executing query following error is comming
{"error": "'NoneType' object has no attribute '_formatter_parser'"}
Example:
curl -XPOST localhost:5000/parse -d '{"q":"I am looking for Chinese food"}'
{"error": "'NoneType' object has no attribute '_formatter_parser'"}
Content of configuration file (if used & relevant):
The text was updated successfully, but these errors were encountered: