Currently the demo will only respond to requests made from localhost. In order to open it up to external clients (i.e. a VM guest to host request), the host needs to be changed.
main.py line 199 needs to say host='0.0.0.0' instead of host='localhost'.
Currently the demo will only respond to requests made from localhost. In order to open it up to external clients (i.e. a VM guest to host request), the host needs to be changed.
main.py line 199 needs to say
host='0.0.0.0'instead ofhost='localhost'.