#Cannot open Gateway
1 messages · Page 1 of 1 (latest)
Node module?
What node module
And idk where this code deals with the rest part, but your error (ECONNREFUSED) simply comes only twice afaik: When the rest isn't on (check this by sending requests to your rest process manually), When your rest process isn't accepting requests for reasons like firewall and stuff
the rest seems to be offline?
so, it was working? till uh something happened?
seems like it\
what's your os
since i dont really know what exactly is the issue, try doing netstat -aon and look for the port under the local address column, it should appear as 0.0.0.0:<port> if it's used (thats if you want to see whether the port is used or not)
okay so, either change the port of the gateway/rest from 8000 to something else or kill the process that's using that port?
how would i kill the process using the port, I don't think I have anything running on it anyway
there should be a PID column
is the rest currently running? ;-;
yes
but it doesnt make sense if my rest is running i should be able to make a gateway no?
starting order should be: REST > BOT > GATEWAY, did you start both rest and bot before the gateway?
that's REST, what about BOT?
what's bot:8081
im confoosed, cant help ig
nope
Could you confirm that going to http://localhost:8000 and http://127.0.0.1:8000 in your browser returns the same page/error? @oak relic
Honestly I'd ping the person that added all this docker stuff and all that other extra stuff
So they could help
I only rewrote the guide until it was simple with no docker and all, besides that is no longer something I know about so idk much about helping you with using docker or removing it properly if you don't use docker
What if you try to use the codes from this commit
The last time I ran that, it was working
But I wanna know this one first