rohanaj
(rohan ajmani)
1
While running rasa on aws ec2 i get the following error
But on localhost i get no error
Exception occurred while handling uri: unknown
Traceback (most recent call last):
File “/home/ubuntu/.local/lib/python3.6/site-packages/sanic/server.py”, line 273, in data_received
self.parser.feed_data(data)
File “httptools/parser/parser.pyx”, line 193, in httptools.parser.parser.HttpParser.feed_data
httptools.parser.errors.HttpParserInvalidMethodError: invalid HTTP method
erohmensing
(Ella Rohm-Ensing)
2
What command are you running that leads to the error?
rohanaj
(rohan ajmani)
3
Ma’am the problem got solved
I also want to ask how can one run action server and nlu server indefinitely
erohmensing
(Ella Rohm-Ensing)
4
To do that you will have to have some sort of server, i.e. run in docker, on heroku, etc. Check out Running Rasa with Docker