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
on server side I'm getting an error when I launch the server with:
./empire --server --shared_password password --port 1337
"error starting collaboration server port already in use"??
I did already set a listener to that port...
also on the client GUI side, I'm getting refused to connect messages:
socket.io.min.js:1 GET https://xxx.xx.xxx.xxx/socket.io/?EIO=3&transport=polling&t=1564004359993-38 net::ERR_CONNECTION_REFUSED
i.create @ socket.io.min.js:1
i @ socket.io.min.js:1
o.request @ socket.io.min.js:1
o.doPoll @ socket.io.min.js:1
n.poll @ socket.io.min.js:2
n.doOpen @ socket.io.min.js:2
n.open @ socket.io.min.js:1
r.open @ socket.io.min.js:1
r @ socket.io.min.js:1
r @ socket.io.min.js:1
n.open.n.connect @ socket.io.min.js:1
(anonymous) @ socket.io.min.js:1
The text was updated successfully, but these errors were encountered:
I also had trouble when I was setting up the listener to that port also, so should I set up the listener first without using: ./empire --server --shared_password password --port 1337 to login?
on server side I'm getting an error when I launch the server with:
./empire --server --shared_password password --port 1337
"error starting collaboration server port already in use"??
I did already set a listener to that port...
also on the client GUI side, I'm getting refused to connect messages:
The text was updated successfully, but these errors were encountered: