You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
This project looks very cool, but I am having some problems with the setup.
I am running this in a container (my own), and I can't get the server to show up. From inside the container I can see the server running - ps shows xcessiv running and curl localhost:1994 gives me some HTML from xcessiv. From outside the container, however, there's nothing.
I suppose that's down to the server.py file which I have now changed to this:
Hi
This project looks very cool, but I am having some problems with the setup.
I am running this in a container (my own), and I can't get the server to show up. From inside the container I can see the server running -
ps
shows xcessiv running andcurl localhost:1994
gives me some HTML from xcessiv. From outside the container, however, there's nothing.I suppose that's down to the server.py file which I have now changed to this:
I have changed the WSGIServer setup to be open to outside connection (I suppose that's what I changed), but it's still not showing up.
Feedback appreciated. I'd like to try this out.
Thanks!
The text was updated successfully, but these errors were encountered: