Philip Ehrbright

Results 4 comments of Philip Ehrbright

Please let me test to make sure the code works before closing the issue though. I've got this code but it's still not working. `````` def chatbot2_response(query): max_retries = 20...

If I put it inside like this it does not work either. ``` @app.route("/chatbot2", methods=['GET', 'POST']) def chatbot2(): chatbot_2_question = flask.request.form.get('question') def chatbot2_response(query): max_retries = 20 for attempt in range(1,...

I apologize if my question seemed invalid I am just looking to get some help.

Nope :( WARNING:root:SendMessageMutation returned an error: Server Error | Retrying (1/20) WARNING:root:SendMessageMutation returned an error: Server Error | Retrying (2/20) WARNING:root:SendMessageMutation returned an error: Server Error | Retrying (3/20) `````@app.route("/chatbot2",...