Closed felixmusmann closed 5 years ago
Hi, You need to insert the to_dict() function before pop in the server file. To make it work, I copied the server.py content into a new file that launches the server after having corrected as below for parse and respond endpoints :
elif 'q' in request_params:
message = request_params.to_dict().pop('q')
Maybe the Rasa team (@tmbo) can fix it directly in the next update ?
How were you able to do this "I copied the server.py content into a new file that launches the server after having corrected as below for parse and respond endpoints :"
I have been having this problem for long and it is still not fixed.
Should be fixed on the master branch and will be part of the next bug fix release of 0.10.x
Copying the server file and then making the following changes
elif 'q' in request_params: message = request_params.to_dict().pop('q')
then delete the original server file and pasting the edited one will solve the problem.
Indeed, or start server from your new modified file directly.
Rasa Core version: 0.9.4
Python version: 3.6
Operating system (windows, osx, ...): macOS, Docker
Issue: Hey,
I am trying to run the rasa-core as http server. Unfortunately I get the following error, if I try to get an response from the dialogue engine: