bshao001 / ChatLearner

A chatbot implemented in TensorFlow based on the seq2seq model, with certain rules integrated.
Apache License 2.0
538 stars 212 forks source link

problems of webui #55

Closed Aimeed10 closed 6 years ago

Aimeed10 commented 6 years ago

I have made client chatting with server via the same machine. But when I removed chatservice.py to another server machine. It even failed to see the WDSL file. Have you ever tried this web user interface on two different machines which are in two different domain network?

bshao001 commented 6 years ago

Please check your network configurations and permissions. It is out of the scope of this project.