Erick Arroyo

Results 11 comments of Erick Arroyo

Yes i did this: ``` upstream tornado { server 127.0.0.1:8888; } server { listen 8000 default; ## listen for ipv4; this line is default and implied #listen [::]:80 default ipv6only=on;...

With the default configuration that u put in the readme when i browse to: http://127.0.0.1:8000/list/status I get this: ``` Traceback (most recent call last): File "/usr/projects/python/android-websocket/lib/python3.4/site-packages/tornado/web.py", line 1309, in _execute...

My Bad the url was : http://127.0.0.1:8888/list/socket/status And it loads telling me : Connected Clients

The url that u told me to check it is working but im still getting 403 error in console and terminal.

What do u mean by: "Also try switching out the handler for the socket url in python for one of the ones that works."?

Finally i made it work, but now im getting an error when the app its trying to get the http://192.168.1.103:8000/apis/list, it shiows 500 Internal Server Error. Im testing ur app,...

Hey @juhaelee what about Hot Reload Replacement? Like this project https://github.com/Hashnode/mern-starter. Do you think it is possible to integrate it?

@juhaelee the problem is that i dont know how to do it with this module or in its example i dont know how to handle the hooks and that stuff....

Got the same issue here. I'm running OS X 10.13.6, Docker Version 18.06.1-ce-mac73 (26764), dcos-docker, version 2018.9.6.0. These are the steps I followed: - First time install dcos-docker: `brew install...

Got the same error here, fresh installation too.