Open arunlala0101 opened 6 years ago
Once you are done cloning the repository and downloading the requirements, run python main.py
.
The output should be something like this :
* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: on
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 204-682-304
Go to this link http://0.0.0.0:5000/
written in the 4th * point. Your chatbot should be there. Hope this helps.
The chatbot doesnot respond even after doing this:- Once you are done cloning the repository and downloading the requirements, run python main.py. The output should be something like this :
I'm also not getting the response from the chatbot....plz help me
In the file main.py, you have to replace with
if name == "main": app.run(host='127.0.0.1', debug=True)
Hope this helps!
No sir its not working,after changing localhost in main.py. please help
Have you indented properly? Please elaborate on the problem you're facing.
As some are mentioned above after running and opening the local host link,bot not giving any answers
On Sun, 27 Jun 2021, 22:17 Abhishek N, @.***> wrote:
Have you indented properly? Please elaborate on the problem you're facing.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sohelamin/chatbot/issues/24#issuecomment-869192630, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUTUXOIXOJIWJG5ES4B3FDTTU5I3HANCNFSM4GE474BA .
me also not respond plz make that ensureit URGENT.............
I try this code. and run localhost(127.0.0.1:5000), but chatbot is not respond! what i do? please help me.